Hello, guys!
How i can edit distance of player pawn jump? I wanted to shrink a jump distance in 3 times. Also, where i can find player pawn weight variable (if exist).
Sorry, bad english.
Thanks!![]()
Hello, guys!
How i can edit distance of player pawn jump? I wanted to shrink a jump distance in 3 times. Also, where i can find player pawn weight variable (if exist).
Sorry, bad english.
Thanks!![]()
DefaultProperties, in your pawn
(Taken from UTPawn.uc)
Code:MaxStepHeight=26.0 MaxJumpHeight=49.0 MaxDoubleJumpHeight=87.0 DoubleJumpEyeHeight=43.0 JumpZ=322.0
Edit: Damn ninjas!
From UTPawn default properties.Code:MaxStepHeight=26.0 MaxJumpHeight=49.0 MaxDoubleJumpHeight=87.0 DoubleJumpEyeHeight=43.0
To be able to find these things easily in future, go to http://uncodex.com/2012-03/ for complete reference, or (the better way) download this and set it up using this as a guide. Its hell of a lot faster than waiting for replies![]()
Not working. My Pawn DefaultProperties:
Code:MaxStepHeight=9.0 MaxJumpHeight=16.0 MaxDoubleJumpHeight=29.0 DoubleJumpEyeHeight=14.0 JumpZ=460.0
P - Player Pawn
AB - Current Jump Distance
AB1 - New Jump Distance (which i need)
AB = 3*AB1 (AB1 less AB in 3 times).
How change a speed, when pawn jumping?
Last edited by DNx86; 05-05-2012 at 02:48 PM.
Airspeed, aircontrol?
Cheers for the diagram![]()
Bookmarks