Skip to content

Releases: Drift91/frfuel-plus-plus

Build update

05 Nov 16:36
Compare
Choose a tag to compare
plus-plus-1.0

Update dependencies

Revert unnecessary changes & fix electric vehicles

29 Dec 02:46
3002a8c
Compare
Choose a tag to compare

Undid a bunch of unnecessary changes I'd made by mistake and fixed electric vehicles.

0.1: Remove game-engine fuel variable handling

09 Dec 11:36
f8b0e67
Compare
Choose a tag to compare
I've replaced all the natives telling the game engine what the fuel level is, so now when you run low on fuel it's handled by FRFuel instead of the game engine. This means no stuttering and eventual reversing while you run out of fuel; The engine will just suddenly die when fuel reaches absolute zero.

Note that modifying this resource is my first time working with C# so it's likely still got some bugs. I was having a hard time wrapping my head around how some of the original code was even functioning correctly despite making no sense.