Fuel Script V - Crash Fix CHANGELOG
===================================


Version 1.1 (community fix by chris22622)
-----------------------------------------
Approach
- Rebuilt from decompiled source (444 LOC, single Main.cs). Drop-in
  replacement DLL, no Harmony / runtime patcher needed.

Fixes
- Main.onTick refuel prompt guard: changed `currentFuel > 5f` to
  `currentFuel < 100f` so the prompt appears for any non-full tank.
  Original guard locked the prompt out exactly when fuel was critical,
  which is the "have money but can't refuel" symptom users reported.

Bonus
- onTick wrapped in try/catch. Single-tick exceptions surface as an
  orange recovery ticker instead of aborting the script for the session.

Bug surfaced by
- RobPol (May 22, 2025): "i have moeny but i cant refuel becouse i have
  no money. when i drive with low fuel car drive more in reverse than
  normaly."
- The "drives faster in reverse" half is a GTA V engine quirk (low-power
  states give reverse gear more relative torque) rather than a mod bug.
  Not addressed by this fix.

Compatibility
- FuelScript.ini schema unchanged from v1.0.3. Existing user inis work
  as-is. The included ini is the original v1.0.3 default.


Original mod
------------
Fuel Script V Mod v1.0.3 by Sakis25.
https://www.gta5-mods.com/scripts/fuel-script-v-sakis25
Last updated October 18, 2021.
