I suspect that the fuel settings in the main.mcf are neither read nor written.
If I change the fuel settings from within Aerofly FS 4, the settings will notnot saved to the main.mcf - and consequently will not read from the main.mcf on the next startup, completely resetting the values:
- Start Aerofly FS 4
- Set the aircraft to Cessna 172
- Set fuel and payload to anything, e.g. 70 / 100
- Start a flight
- Quit Aerofly FS 4
- Check main.mcf - fuel settings have not been saved
- Restart Aerofly FS 4
- Check fuel and payload - it has been reset to 0 / 0
Additionally:
- Remove fuel_load_setting from main.mcf
- Start Aerofly FS 4
- Set the aircraft to Cessna 172
- Set fuel and payload
- Start a flight
- Quit Aerofly FS 4
- Check main.mcf - it now contains an invalid fuel setting block
- Restart Aerofly FS 4
- Check fuel and payload - it has been reset to 0 / 0
Code
<[tmsettings_fuel_load][fuel_load_setting][]
<[fuel_load_configuration][configuration][Invalid]>
<[string8u][aircraft][]>
<[float64][fuel_mass][0]>
<[float64][payload_mass][0]>
>
Anyone else encountering this issue?