From eac27c0f37a5a665fc82c4ec0d7aff363b8d63da Mon Sep 17 00:00:00 2001 From: cypress Date: Sat, 11 Nov 2023 20:37:33 -0500 Subject: [PATCH] FTE: Enable QuakeWorld player physics --- pc/nzp/default.cfg | 2 +- pc/nzp/fte.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pc/nzp/default.cfg b/pc/nzp/default.cfg index 7240412..afd7d08 100644 --- a/pc/nzp/default.cfg +++ b/pc/nzp/default.cfg @@ -81,7 +81,7 @@ maxclients 4 sv_playerslots 8 net_compress 1 -sv_nqplayerphysics 1 +sv_nqplayerphysics 0 // // CONTROLLER BINDS diff --git a/pc/nzp/fte.cfg b/pc/nzp/fte.cfg index 35bf08e..b7de2e9 100644 --- a/pc/nzp/fte.cfg +++ b/pc/nzp/fte.cfg @@ -497,4 +497,4 @@ cfg_save_auto "0" //If 1, the config will automatically be saved and witho cfg_save_all "" //If 1, cfg_save ALWAYS saves all cvars. If 0, cfg_save only ever saves archived cvars. If empty, cfg_save saves all cvars only when an explicit filename was given (ie: when not used internally via quit menu options). net_compress "1" -sv_nqplayerphysics "1" +sv_nqplayerphysics "0"