Disabling the Red Pain Border

Feedback on past, current, and future development.
Post Reply
Zeofig
Posts: 10
Joined: 14 Oct 2015, 15:01

Disabling the Red Pain Border

Post by Zeofig »

Hello Openmw friends,

I was wondering if it's possible to disable the red pain border we see when taking damage. I'm working on a spell system mod which has various buff spells with drawbacks such as taking light damage over time, and the pain border makes such spells unfeasibly annoying. Perhaps there is some texture I can simply edit/remove, or perhaps it could be implemented as an openmw.cfg option.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Disabling the Red Pain Border

Post by scrawl »

Add to settings.cfg:

Code: Select all

[GUI]
hit fader = false
Or change the following texture to a blank texture
textures/bm_player_hit_01.dds
Zeofig
Posts: 10
Joined: 14 Oct 2015, 15:01

Re: Disabling the Red Pain Border

Post by Zeofig »

Thank you for the fast reply :D

Changing the config file worked as expected.
Post Reply