It's my understanding that the fuel system will be rewritten at some point in the future. I decided to have a look at the current system and fix the fuel used reset bug on the A350, I got it working using the tmd logic below
// A350 FUEL TEST - reset fuel used when parked
<[logic_invert][RPOnGround][]
<[string8][Input][InAir.Output]>
>
<[logic_and][RPFuelUsedResetCondition][]
<[string8][Inputs][ RPOnGround.Output NoEnginesRunning.Output ]>
>
<[event_edge_rising][RPFuelUsedResetTrigger][]
<[string8][Input][RPFuelUsedResetCondition.Output]>
<[string8][Events][ Engine1FuelUsed.Reset Engine2FuelUsed.Reset APUFuelUsed.Reset ]>
>
While I was having a look around, I was wondering if the gross weight and fuel load are accessible? I was able to get the FOB to decrease based on fuel used, but actual fuel mass and gross weight don't seem to be modifiable. I also had a look at the C172, but it seems quite simplified
Below is a sped-up video showing FOB depletion. Is it possible to make the Gross weight dynamically change? Am assuming its a no go area for modders.