Elite Dangerous Journal Schemas

LoadGame

Properties

Name Type Optional Description Examples
timestamp string No Timestamp in UTC, ISO 8601
  • 2022-09-11T22:00:45Z
  • 2022-09-12T08:54:21Z
  • 2022-09-12T08:54:24Z
event string No
  • LoadGame
FID string No
  • F123456
Commander string No
  • Alice
  • Bob
  • Mallory
Horizons boolean No Whether Game has Horizons enabled.
  • true
  • false
Odyssey boolean Yes Whether Game has Odyssey enabled. Only present if in Odyssey game mode
  • true
Ship string Yes
  • Krait_MkII
  • UtilitySuit_Class5
  • Asp
Ship_Localised string Yes
  • Krait Mk II
  • $UtilitySuit_Class1_Name;
  • Asp Explorer
ShipID integer Yes
  • 18
  • 4293000004
  • 5
ShipName string Yes User-defined ship name
  • Goidgobbler
  • Starhopper
ShipIdent string Yes User-defined ship ID string
  • ASP-01
  • KM2-02
FuelLevel number Yes Current fuel level
  • 31.873062
  • 31.243063
  • 1
FuelCapacity number Yes Size of main tank
  • 32
  • 1
  • 16
GameMode string Yes Open, Solo or Group
  • Solo
  • Group
  • Open
Credits integer No Current credit balance
  • 1774886079
  • 1775449365
  • 1775448690
Loan integer No Current loan
  • 0
language string Yes
  • English/UK
  • Russian/RU
  • French/FR
gameversion string Yes
  • 4.0.0.1200
  • 4.0.0.1201
  • 4.0.0.1300
build string Yes
  • r282108/r0
  • r282352/r0
  • r284072/r0
Group string Yes name of group (if in a group session)
  • Group A
  • Group B
  • Group C
StartLanded boolean Yes Only present if landed
  • true
StartDead boolean Yes only present if starting dead: see Resurrect
  • true