Souls-style area name display from sidemods.
This commit is contained in:
parent
fa6eec038c
commit
0d73be34a8
16 changed files with 1267 additions and 2 deletions
|
|
@ -85,6 +85,7 @@ nosave bool swwm_hudallammo = false; // only show ammo for owned weapons
|
|||
nosave bool swwm_nointroex = false; // does not play the "explosions" intro sequence
|
||||
server bool swwm_bonkhammer = false; // combat hammer makes bonk sounds when hitting enemies
|
||||
server int swwm_friendlyfire = 0; // 0: allow all friendly fire, 1: block incoming damage, 2: block incoming and outgoing damage
|
||||
nosave bool swwm_showmaptitle = false; // shows the name of the map when entering, just like in dark souls!
|
||||
|
||||
// minimap settings
|
||||
nosave bool swwm_mm_enable = true; // show a minimap below the score counter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue