From 2640b731a0e386ba71cf583d9b781c9ff423d35a Mon Sep 17 00:00:00 2001 From: cypress Date: Thu, 4 Jul 2024 17:21:29 -0700 Subject: [PATCH] FTE: Fix CSQC not booting into menu at startup --- pc/nzp/default.cfg | 3 +++ pc/nzp/nzportable.cfg | 6 ++++++ 2 files changed, 9 insertions(+) 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