This tutorial will teach you how to modify Infantry Jump Height. By Rampage-WYD-
Before you begin, please refer to Tutorial - Making the .tweak File Modifiable, which teaches you how to make a .tweak file modifiable. You must be able to do this for all of my tutorials.
Folder Location First, we must go to the folder which has the file with Infantry Jump Height.
1. Navigate to C:/BF2_Directory/mods/bf2/. 2. Open Objects_Server.zip. 3. Open Soldiers/Common.
Jump Height First, we will modify the Jump Height.
1. Open Common.con with Notepad. 2. CTRL + F and type "Vars.Set phy-soldier-jump-factor". 3. Change the number (1.0) after Set phy-solder-jump-factor to a number of your choice (I chose 20).
Speed Next we will modify the Speed.
4. CTRL + F and type "Vars.Set phy-soldier-speed-factor". 5. Change the number (1.0) after Set phy-soldier-speed-factor to a number of your choice (I chose 1.5).
Acceleration & Deceleration Finally, we will modify the Acceleration & Deceleration.
6. CTRL + F and type "Vars.Set phy-soldier-acceleration". 7. Change the number (0.2) after Set phy-soldier-acceleration to a number of your choice (I chose 0.5). 8. CTRL + F and type "Vars.Set phy-soldier-deceleration". 9. Change the number (0.4) after Set phy-solder-deceleration to a number of your choice (I chose 0.6). 10. CTRL + S or File>Save. 11. Close Common.con.