Flashing screen when picking up items
Moderator: Graf Zahl
-
- Posts: 6
- Joined: Fri Jan 18, 2013 10:22
Flashing screen when picking up items
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.
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: Flashing screen when picking up items
You can't disable palette flashes; but you can disable the menu dim by setting dimamount to 0.
-
- Global Moderator
- Posts: 308
- Joined: Sun Aug 29, 2010 6:09
Re: Flashing screen when picking up items
You can control that with Player.DamageScreenColor actor property.Hareton wrote:and the red flash when taking heavy damage.
-
- Posts: 6
- Joined: Fri Jan 18, 2013 10:22
Re: Flashing screen when picking up items
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.Blue Shadow wrote:You can control that with Player.DamageScreenColor actor property.Hareton wrote:and the red flash when taking heavy damage.
-
- Global Moderator
- Posts: 308
- Joined: Sun Aug 29, 2010 6:09
Re: Flashing screen when picking up items
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.
Basically, you need to create a new player class that uses that property.