ALiVE (Required)

From ALiVE Wiki
Revision as of 03:51, 16 June 2017 by Friznit (Talk | contribs)

Jump to: navigation, search
Part of:
Icon sys profile.png ALiVE Systems

How It Works

ALiVE Required Module
ALiVE (Required) Module

The main ALiVE module is required to make ALiVE work. It also includes settings for the built in Garbage Collector, Headless Client Support, Module Autopause and options to enable saving in Single Player missions.


Usage

Simply place ALiVE (Required) in the editor and choose the settings as desired. Do not sync it to anything.


Parameters

  • ALiVE Versioning: this will output a warning if players attempt to join a server with a different version of ALiVE. Optionally, editors can set it to Kick players as well.
  • AI Distribution: If Headless Client is selected, it will automatically distribute all AI spawned by ALiVE across available headless clients.
  • Disable SP Save: Regular saving in Single Player is disabled by default as the large amount of data in an ALiVE game can cause the client to crash on saving. Use Local Persistence in the ALiVE Data module instead.
  • Disable Adv Markers: turns off the Advanced Marker system. This will also disable persistent markers, SPOTREPs and map drawing.
  • Disable Admin Actions: turns off the admin actions such as ghosting, teleport and debug functions.
  • Autopause: freezes all active ALiVE modules when no players are connected to the server. For more control over pausing modules, see Script Snippets.
  • Garbage Collector: the cycle time and lower threshold for when GC kicks in can be set here. Set to -1 to disable GC completely.
  • GC Exclude: add classnames of any additional non-unit and non-vehicle objects to exclude from GC. Alternatively, it is also possible to exclude objects by syncing them to the ALiVE module or placing this setvariable ["ALiVE_SYS_GC_IGNORE",true] in the init line.
  • ALiVE Tablet Model select Tablet (default modern tablet) or Mapbag 1 for WW2 style map cover.


Admin Actions

Admin Actions are available to Server Admins via the ALiVE Action Menu in game.

  • Activate Marking Units will temporarily display the location of all units on the map. Only the Admin can see these.
  • Enable Ghosting is a debug tool that will make the player unit invisible.
  • Enable Teleporting is a debug tool that will teleport the player to any location with a single map click.
  • Teleport Units can be used to teleport other units around the map. Vehicle crews will be teleported out of the vehicle.
  • Profile Units can be used to Virtualised all units during runtime. Useful for units spawned by third party scripts or Zeus. Virtualised units will be taken over by the AI Commander on the next cycle.
  • Toggle OPCOM Installations will show all existing Asymmetric installations such as IED factories and recruitment centres.


Module Settings

Admins can turn on various module debug views during runtime.