Proper ragdoll physics?

I want to play around as a ragdoll, jump from high places, etc. as I have finished the game. However, there's one thing that's stopping me from doing this;
The physics.
When you are a ragdoll, you fall down at an extremely slow speed.
Jumping off one of the Zin towers takes a rather long time because of how slowly you fall.
So, is it possible to change this?
 
In tweak_table.xtbl find string <Name>Player_gravity_multiplier</Name>
Change value in string below. Default is 3, if you set it into 13 for examle, character will fall much faster.
Experiment with this.
 
In tweak_table.xtbl find string <Name>Player_gravity_multiplier</Name>
Change value in string below. Default is 3, if you set it into 13 for examle, character will fall much faster.
Experiment with this.
I will, thanks.

Edit: Results; While it does actually *slightly* edit your ragdoll speed, it changes your normal gravity a lot more. I don't think it'll work out, because once you actually have an amount that gives you realistic ragdoll physics, you won't even be able to jump off the ground.

Second edit: After even further testing, I am now unsure if it even affects your ragdoll speed at all.
 
Last edited:
Second edit: After even further testing, I am now unsure if it even affects your ragdoll speed at all.
Yep, i also notice this at this moment.
I found another two lines - Vertical_velocity_adjustment_normal and Vertical_velocity_adjustment_sprinting
It increase falling speed if character do step or sprint from the ledge. If you ragdoll after this, fall speed will not change and character will fall quite rapidly.
Another variant - increase gravity in the world, but I do not know how to do it. Maybe through lua?..
 
Yep, i also notice this at this moment.
I found another two lines - Vertical_velocity_adjustment_normal and Vertical_velocity_adjustment_sprinting
It increase falling speed if character do step or sprint from the ledge. If you ragdoll after this, fall speed will not change and character will fall quite rapidly.
Another variant - increase gravity in the world, but I do not know how to do it. Maybe through lua?..

Well, I'll test on whatever you'll throw at me.

Edit: I just remembered IdolNinja's mod cheat "Low Gravity", perhaps he knows more about the world gravity?
 
Last edited:
Back
Top