NekoDemon117 Posted February 13, 2017 Posted February 13, 2017 I want to double how high the player can jump. I also want to increase how far the player can fall before taking damage by about 33%.How would I do this in the script files? Quote
Duion Posted February 13, 2017 Posted February 13, 2017 https://github.com/GarageGames/Torque3D/blob/development/Templates/Full/game/art/datablocks/player.cs#L550Falling damage is a bit tricky, try to play with the values below about impact and impact speed and falling speed threshhold etc. Quote
NekoDemon117 Posted February 13, 2017 Author Posted February 13, 2017 Thanks. I doubled the jumpForce and now I jump higher.On increasing falling damage height, I seem to have gotten what I'm after by simply changing fallingSpeedThreshold from -6.0 to -12.0. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.