Skip to content

Commit

Permalink
Revert to original fuel tank wall thickness
Browse files Browse the repository at this point in the history
This was originally done to make fuel capacity as close to the non-scalable version as possible and to match the armor of ammo crates, but a few people have said that the extra weight was bad for cars
  • Loading branch information
thecraftianman committed Aug 1, 2024
1 parent a0f8670 commit 2132c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/core/globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ do -- ACF global vars
ACF.FuelFactor = 1 -- Multiplier for ACF.FuelRate
ACF.FuelMinSize = 6 -- Defines the shortest possible length of fuel tanks for all their axises, in gmu
ACF.FuelMaxSize = 96 -- Defines the highest possible length of fuel tanks for all their axises, in gmu
ACF.FuelArmor = 5 -- How many millimeters of armor fuel tanks have
ACF.FuelArmor = 1 -- How many millimeters of armor fuel tanks have
ACF.FuelRefillColor = Color(76, 201, 250, 10) -- The color to use for the fuel refill effect
ACF.TankVolumeMul = 1 -- Multiplier for fuel tank capacity, 1.0 is approx real world
ACF.LiIonED = 0.458 -- li-ion energy density: kw hours / liter
Expand Down

0 comments on commit 2132c52

Please sign in to comment.