ODF Jumping parameters [Solved]
Posted: Tue Dec 29, 2009 4:39 pm
What's the parameter for jump height/speed? I looked at the list of parameters but I wasn't sure what was what lol
Get more from your games!
http://www.gametoast.com/
Code: Select all
JumpHeight = 1.25 Code: Select all
JumpForwardSpeedFactor = 1.3
JumpStrafeSpeedFactor = 1.0I've never played around with the properties of jumping but I was under the impression that the values for 'JumpForwardSpeedFactor' and 'JumpStrafeSpeedFactor' are multipliers for the unit's velocity. For example, a unit is moving forward at the arbitrary rate of 4 m/s and has a JumpForwardSpeedFactor of 1.5, so when the unit jumps, it is then moving forward at 6 m/s.KnightsFan wrote:I believe jump height isand speed are these twoCode: Select all
JumpHeight = 1.25Code: Select all
JumpForwardSpeedFactor = 1.3 JumpStrafeSpeedFactor = 1.0
I suggest taking a look at the jet trooper ODF and looking for something that might relate to that.ArkAngel wrote:cool thanks man that's what I was lookin for
Oh and whats the parameter for fall damage? like how does a jet trooper not suffer the fall damage?
ArkAngel wrote:cool thanks man that's what I was lookin for
Oh and whats the parameter for fall damage? like how does a jet trooper not suffer the fall damage?
Code: Select all
CollisionScale = "0.0 0.0 0.0" // don't take damage from collisions