ALiVE Data

From ALiVE Wiki
Revision as of 06:36, 24 October 2014 by Friznit (Talk | contribs)

Jump to: navigation, search
ALiVE War Room.png
Onebit note.png Note: Server Admins must update the ALiVE Plugins in @ArmA2net. Copy the files from @ALIVE/Addins into your @ArmA2net/addins folder


ALiVE War Room

  • War Room Integrated ALIVEmod.com War Room for registered users. The website records in game statistics in real time and publishes them on the customised Clan or Group pages
  • ALiVE Database Module Establishes a link to the central database for recording stats and mission persistence. You need an account on Alivemod.com for this to work.
  • Persistence Mission, Player and Data persistence for multi-session operations between rejoins and server restarts.


Resetting Stats and Persistence

  • War Room uses onLoadName (in description.ext) as a unique id for recording stats.
  • Persistence uses the mission.pbo filename as a unique id for saving persistent states.

For example:

  1. To keep the same Stats and Mission Persistence, keep both onLoadName and Filename the same.
  2. To reset Persistence but keep Stats (for example, to retain stats across a campaign of several ops), change the Filename only.
  3. To reset Stats but keep Mission Persistence (for example, to record separate stats for each session), change the onLoadName only.
  4. To reset both Stats and Persistence, change onLoadName AND Filename.

None of these effect the mission name that shows in the game browser (which is set in mission.sqm) so you can call it whatever you want.