[FEATURE REQUEST] Fuel controls for vehicles

Similar to the requested boost controls, vehicles should also gain fuel controls.

  • allow to set the max amount of fuel
  • allow to set the fuel consumption
  • allow to refill and consume fuel programmatically

@Knight_Breaker Thank you for your feedback. While I cannot guarantee a response, I can confirm that this has been forwarded to the appropriate team.

To the team at Epic that was working on this. Thank you. I spotted that there has been work done in this direction.

    # Sets the amount of fuel(or energy) in the vehicle as a percentage between `0.0` and `100.0`.
    SetFuelRemaining<epic_internal>(Amount:float):void = external {}

    # Gets the amount of fuel(or energy) in the vehicle as a percentage between `0.0` and `100.0`.
    GetFuelRemaining<epic_internal>()<transacts>:float = external {}

The APIs are not public yet, but that is still great.

This however covers only part of this request.

  • We should be able to programmatically toggle “fuel consumption” without requiring a brand new spawner or respawning the vehicle
  • We also still need the “fuel use multiplier” API
  • Additional the “fuel use multiplier” shouldn’t be capped to 0.5 because there’s no way to fine tune the max amount of fuel per vehicle, this makes it hard to balance the range a vehicle can travel based on 0-100 fuel percentage an the use multiplier