Skip to content
ShadowDoctorK edited this page Apr 2, 2019 · 1 revision

Return To Event Index

Event Information

[Game Event] This event is triggered when you load into the game from the main menu.

Event Trigger & Variables

Create a command named "EVENT - LoadGame" for the Project A.L.I.C.E plug-in to trigger once the event is processed.

The following variables are populated for use:

  • LoadGame_Commander The commanders name.
  • LoadGame_PlayerID The commanders Frontier ID.
  • LoadGame_Horizons True or False indicating if playing the Horizons version of the game.
  • LoadGame_Ship The type of ship the player is in when loading the game.
  • LoadGame_ShipID The ID of the ship the player is in when loading the game.
  • LoadGame_ShipName The name of the ship the player is in when loading the game.
  • LoadGame_ShipCallSign The call sign (if set) of the ship the player is in when loading the game.
  • LoadGame_FuelLevel The ships fuel level.
  • LoadGame_FuelCapacity The total fuel capacity of the ship.
  • LoadGame_GameMode The game mode the player loaded.
  • LoadGame_Group The name of the group if loading into a Private Group.
  • LoadGame_Credits The commanders current credit balance on load.
  • LoadGame_Load The credit amount the commander owes as loans on load.
  • LoadGame_Landed True of False indicating if the player is touchedown or docked during load.

Journal Entry Example

{ "timestamp":"2018-10-14T04:10:51Z", "event":"LoadGame", "Commander":"Shadow Doctor K", "Horizons":true, "Ship":"Federation_Corvette", "Ship_Localised":"Federal Corvette", "ShipID":11, "ShipName":"MORNINGSTAR", "ShipIdent":"S-117", "FuelLevel":32.000000, "FuelCapacity":32.000000, "GameMode":"Group", "Group":"Shadow Doctor K", "Credits":298658411, "Loan":0 }