]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Explicitly enable sv_gameplayfix_unstickplayers
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 21 Sep 2023 21:52:15 +0000 (07:52 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 21 Sep 2023 21:52:15 +0000 (07:52 +1000)
Xonotic's QC physics still depend on this cvar, but the feature is
deprecated in current DP.

qcsrc/common/stats.qh
xonotic-server.cfg

index e834d3e3068c43f598e556adfc58212be8560306..b7be1425c02c535c3354e91a9edc9af2613c8177 100644 (file)
@@ -204,7 +204,7 @@ int autocvar_sv_gameplayfix_easierwaterjump = 1;
 int autocvar_sv_gameplayfix_stepdown = 2;
 float autocvar_sv_gameplayfix_stepdown_maxspeed = 0;
 int autocvar_sv_gameplayfix_stepmultipletimes = 1;
-int autocvar_sv_gameplayfix_unstickplayers = 0;
+int autocvar_sv_gameplayfix_unstickplayers;
 int autocvar_sv_gameplayfix_fixedcheckwatertransition = 1;
 int autocvar_sv_gameplayfix_slidemoveprojectiles = 1;
 int autocvar_sv_gameplayfix_grenadebouncedownslopes = 1;
index 707e2ba8e00260010f25d9b33eea4c6111474759..a64f8d896e1c0f67cc186522f79e2a1d59b5e930 100644 (file)
@@ -545,6 +545,9 @@ alias pm_gw "prvm_globalwatchpoint menu ${* ?}"
 // otherwise, antilag breaks
 sv_gameplayfix_consistentplayerprethink 1
 
+// Xonotic's QC physics still depend on this cvar (feature deprecated in DP master)
+sv_gameplayfix_unstickplayers 1
+
 // improve some minor details
 sv_gameplayfix_gravityunaffectedbyticrate 1
 sv_gameplayfix_nogravityonground 1