Difference between revisions of "ALiVE Data"

From ALiVE Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
{{note}}'''Server Admins must update the ALiVE Plugins in @ArmA2net.  Copy the files from @ALIVE/Addins into your @ArmA2net/addins folder'''
 
{{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
 
*'''[[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
Line 10: Line 13:
  
  
{{note}} '''Resetting Stats and Persistence in War Room'''
+
=Resetting Stats and Persistence=
  
 
* War Room uses onLoadName (in description.ext) as a unique id for recording stats.
 
* War Room uses onLoadName (in description.ext) as a unique id for recording stats.

Revision as of 06:41, 27 July 2014

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
  • Database 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.