Disable Landing damage

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

jlebrech

New Member
Jul 10, 2003
5
0
0
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

New Member
Mar 22, 2002
336
0
0
UK
come.to
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

New Member
Jul 10, 2003
5
0
0
Thanks for that, now how do i overide that variable do i do a newpawn derives pawn??
 

jlebrech

New Member
Jul 10, 2003
5
0
0
Wow, there's loads of ways.

I also found you can recode preventdeath.

Thanks guys :)