Author Topic: Changing Car Speed  (Read 934 times)

I want to make some edits to make some diffrent jeeps for my RP, can I have some help here ?

If you just want to make them go faster etc just play with numbers, in most cases it's obvious what they do.

Fantastic help you're giving out, pickle.

Code: [Select]
// Engine
engineTorque = 12000; //4000;       // Engine power
engineBrake = 2000;         // Braking when throttle is 0
brakeTorque = 50000;        // When brakes are applied
maxWheelSpeed = 30;        // Engine scale by current speed / max speed
You most likely want to edit this part in the JeepVehicle datablock. In particular, you would want to change maxWheelSpeed and EngineTorque.

EngineTorque = Acceleration value
maxWheelSpeed = Top End/ Speed value

All you need to know. Also, remember to rename datablocks in new cars.

Fantastic help you're giving out, pickle.

Code: [Select]
// Engine
engineTorque = 12000; //4000;       // Engine power
engineBrake = 2000;         // Braking when throttle is 0
brakeTorque = 50000;        // When brakes are applied
maxWheelSpeed = 30;        // Engine scale by current speed / max speed
You most likely want to edit this part in the JeepVehicle datablock. In particular, you would want to change maxWheelSpeed and EngineTorque.

He changed the topic title and I didn't have a copy of the jeep's file.

Thanks for the help guys locking.