French Translation by: Lapin at Desert-Conflict.fr To adjust the Vehicles normal HP, max HP, or other settings on the main PCO use the following:
Code:ObjectTemplate.activeSafe PlayerControlObject (vehicle of choice)
(changed values)
To adjust the Speed of the vehicle find the object name and applicable settings for its engine and use the following as a template:
Code:ObjectTemplate.activeSafe Engine (engine name)
ObjectTemplate.acceleration X/X/X
ObjectTemplate.maxspeed X/X/X
ObjectTemplate.setTorque ( # )
ObjectTemplate.setDifferential ( # )
ObjectTemplate.noEffectAtPerpSpeed ( # ) (this line helos only)

Feel Free to Reply with Questions or Suggestions!