Author Topic: Modify vehicle hit points  (Read 909 times)

Just wondering how to modify a vehicles hit points (how much damage before exploding).

Just open the Vehicle_Name.cs file, and search for "maxDamage" and change it to whatever. Default for vehicles is 200.

Then search for "destroyedLevel" and set that to whatever you changed maxDamage to.