Add forced blood replacement option.
This commit is contained in:
parent
5fe865e24c
commit
77b4a272cf
6 changed files with 8 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ nosave bool swwm_shaders = true; // use pp shaders for some effects
|
|||
server bool swwm_revive = true; // allows the player to do an "emergency reboot" when dying
|
||||
server int swwm_revivecooldown = 60; // cooldown after using a revive, in seconds (0: no limit)
|
||||
nosave int swwm_interart = 1; // show art on intermissions (2: only fanart, 3: only official renders)
|
||||
server bool swwm_blood = true; // custom blood/gibbing
|
||||
server int swwm_blood = 1; // custom blood/gibbing (2: forcibly use our blood)
|
||||
server int swwm_maxblood = 200; // max blood effects at any time
|
||||
server int swwm_maxgibs = 100; // max gibs at any time
|
||||
server int swwm_maxcasings = 100; // max casings and spent mags at any time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue