Quasar Fuel Stations includes a dynamic Fuel Delivery Job System, allowing players to manage gas station supplies by refueling stations. This system adds an engaging gameplay mechanic while requiring players to maintain operational gas stations.
How to Enable the Fuel Delivery Job System
The job system is disabled by default. To enable it:
1
Locate the following line in your configuration file
Config.EnableJob = false
2
Change the value to true
Config.EnableJob = true
Key Features
1
Station Fuel Levels
Each gas station has its own fuel level, and players must refill stations to keep them operational.
Enable fuel level tracking by setting:
Config.EveryStationHasFuelLevel = true
If the job system is disabled, this feature will automatically be turned off.
2
Fuel Level Depletion
Each time a jerrycan is purchased or a vehicle is refueled, the station's fuel level decreases.