Add option to log oneliners to the Messages tab.
This commit is contained in:
parent
5f7a5e2f2f
commit
a144156b26
8 changed files with 14 additions and 4 deletions
|
|
@ -121,6 +121,7 @@ nosave string swwm_titlesubhistory = ""; // stores currently seen subtitles for
|
|||
nosave noarchive int swwm_profstart = 0; // starts profiling as soon as handler is registered for specified >0 tics
|
||||
server bool swwm_nodeathexit = false; // completely sidesteps the inventory resetting of death exits, if you hate those
|
||||
server bool swwm_extendedpickup = false; // items will have an additional "virtual hitbox" that's the same size as vanilla
|
||||
nosave bool swwm_voicelog = false; // adds player voicelines to the message log
|
||||
|
||||
// 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