*** THIS IS FOR SINGLE PLAYER ***
To change the speed/jump height of the players you have to edit three files.
\Objects_server.zip\soldiers\Common\Common.con
Vars.Set phy-soldier-speed-factor 3.0 makes you go really fast
Vars.Set phy-soldier-jump-factor 3.0 makes you jump really high
However, you will take significant damage when sprinting/jumping and will die quickly. So you have to modify the next two files.
\Common_server.zip\Material\materialManagerDefine.con
\Common_server.zip\Material\materialManagerSettings.con
Edit the following lines like this in the materialManagerDefine.con
Material.active 23
Material.name "Human_bodyarmour"
Material.type 4
Material.friction 0
Material.elasticity 0
Material.resistance 0
Material.active 24
Material.name "Human_body"
Material.type 4
Material.friction 0
Material.elasticity 0
Material.resistance 0
Material.active 25
Material.name "Human_head"
Material.type 4
Material.friction 0
Material.elasticity 0
Material.resistance 0
Edit the following lines like this in the materialManagerSettings.con
MaterialManager.createCell 4 23
MaterialManager.damageMod 0.0
MaterialManager.createCell 4 24
MaterialManager.damageMod 0.0
MaterialManager.createCell 4 25
MaterialManager.damageMod 0.0
Be careful not to run into any buildings/objects at this speed.
Also check out my other thread: http://forums.bf2s.com/viewtopic.php?pid=340454#p340454
To change the speed/jump height of the players you have to edit three files.
\Objects_server.zip\soldiers\Common\Common.con
Vars.Set phy-soldier-speed-factor 3.0 makes you go really fast
Vars.Set phy-soldier-jump-factor 3.0 makes you jump really high
However, you will take significant damage when sprinting/jumping and will die quickly. So you have to modify the next two files.
\Common_server.zip\Material\materialManagerDefine.con
\Common_server.zip\Material\materialManagerSettings.con
Edit the following lines like this in the materialManagerDefine.con
Material.active 23
Material.name "Human_bodyarmour"
Material.type 4
Material.friction 0
Material.elasticity 0
Material.resistance 0
Material.active 24
Material.name "Human_body"
Material.type 4
Material.friction 0
Material.elasticity 0
Material.resistance 0
Material.active 25
Material.name "Human_head"
Material.type 4
Material.friction 0
Material.elasticity 0
Material.resistance 0
Edit the following lines like this in the materialManagerSettings.con
MaterialManager.createCell 4 23
MaterialManager.damageMod 0.0
MaterialManager.createCell 4 24
MaterialManager.damageMod 0.0
MaterialManager.createCell 4 25
MaterialManager.damageMod 0.0
Be careful not to run into any buildings/objects at this speed.
Also check out my other thread: http://forums.bf2s.com/viewtopic.php?pid=340454#p340454
Last edited by FFOLKES (2006-05-10 06:15:10)