Page 1 of 1
Flashing screen when picking up items
Posted: Fri Jan 18, 2013 10:24
by Hareton
How to disable flashing of the screen when picking up items? I'm talking about that semi transparent yellow. And I would also like to know how to disable this yellow transparency in menu, and the red flash when taking heavy damage.
Re: Flashing screen when picking up items
Posted: Fri Jan 18, 2013 12:54
by Gez
You can't disable
palette flashes; but you can disable the
menu dim by setting dimamount to 0.
Re: Flashing screen when picking up items
Posted: Fri Jan 18, 2013 13:21
by Blue Shadow
Hareton wrote:and the red flash when taking heavy damage.
You can control that with
Player.DamageScreenColor actor property.
Re: Flashing screen when picking up items
Posted: Tue Feb 05, 2013 14:36
by Hareton
Blue Shadow wrote:Hareton wrote:and the red flash when taking heavy damage.
You can control that with
Player.DamageScreenColor actor property.
What do I need to write in ini file to do this? I found that it has syntax Player.DamageScreenColor color[, intensity[, damagetype]] but I don't know how and where to place this.
Re: Flashing screen when picking up items
Posted: Tue Feb 05, 2013 17:40
by Blue Shadow
This isn't a game setting, unfortunately. So you need to do a bit of modding.
Basically, you need to
create a new player class that uses that property.