
Originally Posted by
Zach Lehman
Another way that should be mentioned is through editing the UTPawn.uc file.
In your UDK folder, go to ..\Development\Src\UTGame\Classes\UTPawn.uc
After opening, do a control+F and in the find box type "GroundSpeed"
There should be 4 occurrences of the word if you're using default UT code, but it's somewhere around line 5460. This is what's surrounding that line:
GroundSpeed controls the speed of your character movement. Lower that number to slow him down. This is also important to mention because as you can see, it's easy to edit a lot of other properties surrounding the player. All without trying to figure out which kismet nodes and sequences and console commands need tied together.
Note for clarification: after editing this file you have to close your UDK and restart it. It will ask you to rebuild scripts - click Yes. After it finishes, restart the editor a 2nd time to load it up with the changes.
Bookmarks