ACF-Team / ACF-3

ACF
MIT License
67 stars 53 forks source link

[BUG] [DEV] New scalable fuel tanks are more than double the mass and capacity that they were previously #379

Closed dobriyprop closed 7 months ago

dobriyprop commented 7 months ago

Short Description

A 24x24x24 fuel tank now weighs 262kg, which seems insanely dense compared to before. Empty mass of the fuel tank is 88kg or so, which also seems incredibly high. Is this intended behavior? This mostly affects lighter vehicles/cars.

Branch and Version

Latest dev

How to Reproduce (Optional)

Compare any new fuel tank to any old fuel tank of the same size

LiddulBOFH commented 7 months ago

There was a magic number for the longest time affecting capacity of fuel tanks which has finally been removed, solely because we now have the exact capacity of fuel tanks due to being scalable.

thecraftianman commented 7 months ago

Yeah, it's an intentional change that was made here. The intent was always to remove it once scalable fuel tanks were finished (see #179).