Add option to filter healthbars to monsters only.
This commit is contained in:
parent
4ad2e4c7ba
commit
d54202d533
6 changed files with 12 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ 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 int swwm_targeter = 1; // show healthbars in the hud (2: only show allies)
|
||||
nosave int swwm_targeter = 1; // show healthbars in the hud (2: only show monsters and players, 3: 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue