Allow filtering healthbars to only allies.
This commit is contained in:
parent
5d60329642
commit
bd25598655
6 changed files with 21 additions and 8 deletions
|
|
@ -10,8 +10,8 @@ nosave int swwm_mutevoice = 0; // mute demolitionist voice
|
|||
// 3 - map start comment
|
||||
// 4 - pain/death and grunts
|
||||
nosave int swwm_voiceamp = 2; // additional voice line amplification, up to 4x
|
||||
nosave bool swwm_targeter = true; // show targeter healthbars
|
||||
nosave bool swwm_targettags = true; // show enemy tags above healthbars
|
||||
nosave int swwm_targeter = 1; // show healthbars in the hud (2: only show allies)
|
||||
nosave bool swwm_targettags = true; // show names above healthbars
|
||||
nosave bool swwm_damnums = true; // show damage numbers
|
||||
nosave bool swwm_damnums_color = true; // use color per damage type, rather than just red
|
||||
nosave bool swwm_scorenums = true; // show score numbers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue