View Full Version : Disable Landing damage
jlebrech
10th Jul 2003, 04:01 AM
Is there a way of disabling landing damage? because im doing a jump boot mutator to learn a little.
Do i need to derive the gamerules class, the pawn class or somthing else?
And how do i replace the default pawn for the new derived versions?
Mr_Evi1
10th Jul 2003, 06:32 AM
I don't know if you can disable it completely, but how far a pawn can fall before taking damage is controlled by 'MaxFallSpeed'. Set it to a very high value and fall damage will cease to be a problem.
jlebrech
10th Jul 2003, 08:47 AM
Thanks for that, now how do i overide that variable do i do a newpawn derives pawn??
Wormbo
10th Jul 2003, 12:42 PM
In a mutator it's enough to modify that property in ModifyPlayer(). You can check the QuadJump mutator for an example for a similar problem.
Konma
11th Jul 2003, 12:42 AM
or u can overwrite the takefallingdamage function
jlebrech
11th Jul 2003, 03:07 AM
Wow, there's loads of ways.
I also found you can recode preventdeath.
Thanks guys :)
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.