Modding

  • 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.

-Stormrider-

New Member
Aug 30, 2009
12
0
0
Hi. I have a series of questions regarding modding.

1.- I'd like to force the death anim to be always the same (first person view).

2.- I'd like to remove the text that is displayed in the loading screens.

3.- I'd like blurry or red vision when taking damage (I suppose this involves making a mutator).
 

HEDRumple

New Member
Jan 20, 2010
35
0
0
You'd need to make a mutator to change all those things and probably make a custom UTPawn class which breaks things like jump boots. I thought there was a way to disable the blurry red thingy through the config files...

EDIT: Look for this line in your UTGame.ini

bShowDamage=true

...set to false...
bShowDamage=false
 
Last edited: