• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Setting Engine size limits for items like Bikes?

is it possible to change the XML to set max engine size like 350 for an item like minibike but keep it at 600 for auger?

I am trying to avoid making two engines types like Bike Engine type max 350 and tool engine type.

 
just edit the max speed and acceleration to make the bike slower. doesnt effect the other uses of the engine

<property name="VehicleMaxSpeed" value="5,10"/>

<property name="VehicleAcceleration" value="7,9"/>

this is decent, what we use on our server

 
Back
Top