Jump Height Script
This script makes a player jump. That’s it! The jump height can then be changed in console or advanced,txt. You have to open a legs state file and find the jump states and change the command ‘jump 56’ with a exec line to the script.
Step 1:
Open your Legs.st
Step 2.:
Find:
state JUMP_STANDING
state JUMP_FORWARD_RUN
Step 3:
In the section saying entrycommands replace
“jump 56”
with exec global/ac/jump.scr
NOTE:
These pictures are from Allied Assault State files. Spearhead and Breakthrough may differ slightly. However you are still changing the command jump exec line.
Summery:
Jump height change
Replace all lines jump 56 with exec global/ac/jump.scr. Leave commanddelay if its there.
Press Ctrl-H
In the find box type "jump 56"
In replace type "exec global/ac/jump.scr"
Press Replace All.