Tip tanks always spawn half full
-
For the main tanks, the fuel levels get saved between flights. But I have noticed, that the fuel in the tip tanks always spawn half full (or is it half empty?
). Is this intended, or is it not working correctly?I would prefer, if it were possible, to have the fuel levels in the tip tanks, to save between flights. I can appreciate, that the situation is complicated by the fact, that you can turn the tip tanks on and off.
-
I just checked, and that's already bug fix #3 for v1.2. I hate to keep anyone waiting, so if you are on PC you can apply the following fix yourself

In BonanzaProfressional_Base_INT.XML, locate the
<Macro Name="SaveState">and<Macro Name="LoadState">blocks of code (adjacent to each other).Within them, you will find six instances of the word
QUANTITY. Change these six instances toLEVEL.That will do the trick! Let me know if you have any questions!
-
I just checked, and that's already bug fix #3 for v1.2. I hate to keep anyone waiting, so if you are on PC you can apply the following fix yourself

In BonanzaProfressional_Base_INT.XML, locate the
<Macro Name="SaveState">and<Macro Name="LoadState">blocks of code (adjacent to each other).Within them, you will find six instances of the word
QUANTITY. Change these six instances toLEVEL.That will do the trick! Let me know if you have any questions!
@Black-Square That was a fast reply! I’m on Xbox, though, so I’ll be looking forward to the update. Nice to see it’s getting fixed. Cheers!
-
@Black-Square That was a fast reply! I’m on Xbox, though, so I’ll be looking forward to the update. Nice to see it’s getting fixed. Cheers!
@ploodovic Agh, sorry about that. I always try to provide solutions as quickly as possible, since there is no sense in keeping people waiting when they can edit a file. I'll do my best to not keep you waiting to too long!