diff --git a/pc/nzp/default.cfg b/pc/nzp/default.cfg index bd725a5..eb72ee3 100644 --- a/pc/nzp/default.cfg +++ b/pc/nzp/default.cfg @@ -1,4 +1,7 @@ // Nazi Zombies: Portable configuration file, do not modify +set pr_csqc_formenus 1 +cl_nocsqc 0 + bind a +moveleft bind d +moveright bind w +forward diff --git a/pc/nzp/nzportable.cfg b/pc/nzp/nzportable.cfg index 65f766f..314c7c3 100644 --- a/pc/nzp/nzportable.cfg +++ b/pc/nzp/nzportable.cfg @@ -502,4 +502,10 @@ cfg_save_all "" //If 1, cfg_save ALWAYS saves all cvars. If 0, cfg_save // 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. +maxclients 4 +sv_playerslots 8 +con_notifylines "-1" +msg_filter "1" +r_scenecache "0" + exec user_settings.cfg \ No newline at end of file