Add weight to a vehicle?

AlexanderJohn

New member
is it possible to add weight to a vehicle for example a lot of the cars and the new type a Chevy express Minno tour is easy to flip over and it goes through gears so quick and I want to make it so a single tap on the arrow key doesn’t make the bus go flying. Does anyone have any suggestions or help? Thanks.
 
go into the truck file and search for minimass, then set it to a higher number
You can also decrease friction with set_node_defaults before the wheels section
For example, this is what my car's wheel section looks like (don't copy this, it can and WILL break the mod)
Code:
loadweight, friction (here, it's 150% friction)
set_node_defaults 0.0, 1.5

meshwheels
0.3, 0.2, 0.1, 12, 31, 28, 9999, 4, 1, 32, 55.0, 97500.0, 500, l, rim.mesh, tracks/wheelband1
0.3, 0.2, 0.1, 12, 33, 27, 9999, 4, 1, 34, 55.0, 97500.0, 500, r, rim.mesh, tracks/wheelband1
0.3, 0.2, 0.1, 12, 13, 10, 9999, 1, 1, 11, 55.0, 97500.0, 500, l, rim.mesh, tracks/wheelband1
0.3, 0.2, 0.1, 12, 15, 9, 9999, 1, 1, 17, 55.0, 97500.0, 500, r, rim.mesh, tracks/wheelband1
 
Last edited:
Back
Top