mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-22 03:51:19 +00:00
FTE: Fix CSQC not booting into menu at startup
This commit is contained in:
parent
5c691a820b
commit
2640b731a0
2 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
// Nazi Zombies: Portable configuration file, do not modify
|
// Nazi Zombies: Portable configuration file, do not modify
|
||||||
|
set pr_csqc_formenus 1
|
||||||
|
cl_nocsqc 0
|
||||||
|
|
||||||
bind a +moveleft
|
bind a +moveleft
|
||||||
bind d +moveright
|
bind d +moveright
|
||||||
bind w +forward
|
bind w +forward
|
||||||
|
|
|
@ -502,4 +502,10 @@ cfg_save_all "" //If 1, cfg_save ALWAYS saves all cvars. If 0, cfg_save
|
||||||
// Console logging
|
// Console logging
|
||||||
ipautodump "0" //Enables dumping the 'iplog.txt' file, which contains a log of usernames seen for a given IP, which is useful for detecting fake-nicks.
|
ipautodump "0" //Enables dumping the 'iplog.txt' file, which contains a log of usernames seen for a given IP, which is useful for detecting fake-nicks.
|
||||||
|
|
||||||
|
maxclients 4
|
||||||
|
sv_playerslots 8
|
||||||
|
con_notifylines "-1"
|
||||||
|
msg_filter "1"
|
||||||
|
r_scenecache "0"
|
||||||
|
|
||||||
exec user_settings.cfg
|
exec user_settings.cfg
|
Loading…
Reference in a new issue