About Fuel Generator Modifier
xFuelGenerator
xFuelGenerator lets server owners easily customize Fuel Generator (Small Generator) behavior by adjusting its power output, fuel consumption, fuel tick rate, and whether generators should automatically turn on when they receive fuel - all via a simple config. Settings can be applied automatically to newly spawned generators and, optionally, to all existing generators.
Features
-
Customize generator power output
-
Adjust fuel consumption amount
-
Change fuel consumption tick rate
-
Option to run generators without fuel
-
Auto-turn on generators when fuel is added
-
Automatically apply settings to newly spawned generators
-
Optionally update all existing generators on the map
-
Reload command to reapply settings instantly
Console Command
xfuelgenerator.reload - Reload config and update generators
Config
{ "ApplyToExistingGenerators": true, "AutoTurnOnGenerator": false, "UseFuel": true, "FuelConsumption": 1.0, "FuelTickRateSeconds": 3.0, "OutputEnergy": 35 }
- ApplyToExistingGenerators - Apply settings to generators that already exist on the map.
- AutoTurnOnGenerator - Generator turns on automatically when fuel is added.
- UseFuel - If false, generators run without consuming fuel. (If false the config 'FuelConsumption' gets ignored)
- FuelConsumption - How much fuel is used per tick.
- FuelTickRateSeconds - How often fuel is consumed.
- OutputEnergy - How much power the generator produces.
