Make some dialogues appear once per IWAD.
This commit is contained in:
parent
843a79ac42
commit
a2509e76e1
4 changed files with 38 additions and 28 deletions
|
|
@ -80,6 +80,8 @@ server int swwm_friendlyfire = 0; // 0: allow all friendly fire, 1: block incom
|
|||
nosave bool swwm_showmaptitle = false; // shows the name of the map when entering, just like in dark souls!
|
||||
server bool swwm_lobdoubled = false; // [LOB] Enable Double Death monster spawns
|
||||
nosave int swwm_bardist = 2000; // distance at which healthbars will be visible (does not affect player bars)
|
||||
nosave bool swwm_oldcheats = false; // has received the "old cheats" dialogue from Zanaveth
|
||||
nosave bool swwm_ccmessage = false; // has received the "corruption cards" dialogue from Cytho
|
||||
|
||||
// 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