Page 1 of 1

Damage Popup

Posted: Tue 20 Sep , 2011 12:43 am
by iZumo
You can now toggle enabling damage popups via the console when online on the server:

Disable:

Code: Select all

set LDGDamagePopup bShowDamagePopup 0
Enable:

Code: Select all

set LDGDamagePopup bShowDamagePopup 1
Alternatively, open User.ini file in your system directory and add:

Disable:

Code: Select all

[LDGGameBW.LDGDamagePopup]
bShowDamagePopup=False
Enable:

Code: Select all

[LDGGameBW.LDGDamagePopup]
bShowDamagePopup=True