NekoDemon117 Posted February 13, 2017 Share 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 Link to comment Share on other sites More sharing options...
Duion Posted February 13, 2017 Share 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 Link to comment Share on other sites More sharing options...
NekoDemon117 Posted February 13, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
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.