Realistic Jumping and Falling
**Now there’s an optional file that only adjust the fall damage!
Do real people jump down from a tall building because only it was a shorter route than the elevator? I don’t think so.
This is a very simple mod that adjust jumping height and falling damage to make it more closer to the reality.
Description: This mod simply make
– You jump around 2/3 of your normal height (90 to 60)
– You take more fall damage (The exponential that the fall damage is calculated is increase from 1.45 to 2)
– Fall damage trigger threshold reduce to 2/3 (600 too 400)
Here’s the value that I modified
fJumpFallHeightExponent 2 (from 1.45)
fJumpFallHeightMin 400 (from 600)
fJumpFallHeightMult 0.11000 (from 0.10000)
fJumpHeightMin 60 (from 90)
I’m currently grown attach to my own mod now so I decided to share it here. Hope you like it!
Do anything with my file, I don’t really care at all so no need to credit me.