This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Initial release
This is the initial release
Live ini file generation and updates
This tool automatically generates and updates an .ini
for the LioranBoard application.
[Status]
Flags = Docked, Gear, Shields, MassLocked, InMothership
Available = True
Docked = True
Landed = False
Gear = True
Shields = True
Supercruise = False
FlightAssist = True
Hardpoints = False
Winging = False
Lights = False
CargoScoop = False
SilentRunning = False
Scooping = False
SrvHandbreak = False
SrvTurrent = False
SrvNearShip = False
SrvDriveAssist = False
MassLocked = True
FsdCharging = False
FsdCooldown = False
LowFuel = False
Overheating = False
HasLatLong = False
InDanger = False
InInterdiction = False
InMothership = True
InFighter = False
InSrv = False
AnalysisMode = False
NightVision = False
AltitudeFromAverageRadius = False
FsdJump = False
SrvHighBeam = False
Pips.System = 2
Pips.Engines = 8
Pips.Weapons = 2
FireGroup = 0
GuiFocus = NoFocus
Fuel.Main = 64
Fuel.Reservoir = 0.77
Cargo = 0
LegalState = Clean
Latitude = 0
Altitude = 0
Longitude = 0
Heading = 0
Body =
BodyRadius = 0
Timestamp = 15/02/2021 10:52:15
Event = Status
Configuration
Edit the appsettings.json
file to configure the tool.
{
"EliteLioran": {
"IniPath": "<Output path for LioranBoard>"
}
}
If your Elite Dangerous game files are in an irreegular location, specify them as follows in the appsettings.json
file
"EliteAPI": {
"JournalPath": "<Elite Dangerous journal folder path>",
"OptionsPath": "<Elite Dangerous options folder path>"
}