Page 1 of 1

Disabling the Red Pain Border

Posted: 14 Oct 2015, 15:06
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.

Re: Disabling the Red Pain Border

Posted: 14 Oct 2015, 15:17
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

Re: Disabling the Red Pain Border

Posted: 14 Oct 2015, 15:24
by Zeofig
Thank you for the fast reply :D

Changing the config file worked as expected.