# HG changeset patch # User Adam Kaminski # Date 1639258488 18000 # Sat Dec 11 16:34:48 2021 -0500 # Node ID 04b020870b50b0c6711325e14c83761649c97b08 # Parent a3115fc55f31c49a5fb7838608d064edcfbfab02 Disabled the skip correction in the release build for now. diff -r a3115fc55f31 -r 04b020870b50 src/sv_main.cpp --- a/src/sv_main.cpp Sun Dec 05 21:31:54 2021 +0100 +++ b/src/sv_main.cpp Sat Dec 11 16:34:48 2021 -0500 @@ -286,7 +286,7 @@ //***************************************************************************** // [AK] Smooths the movement of lagging players using extrapolation and correction. -CUSTOM_CVAR( Int, sv_smoothplayers, 0, CVAR_ARCHIVE|CVAR_NOSETBYACS|CVAR_SERVERINFO ) +CUSTOM_CVAR( Int, sv_smoothplayers, 0, CVAR_ARCHIVE|CVAR_NOSETBYACS|CVAR_SERVERINFO|CVAR_DEBUGONLY ) { // [AK] We can't extrapolate for a negative number of tics. if ( self < 0 ) @@ -1422,7 +1422,7 @@ SERVERCOMMANDS_SetCVar( sv_hostname, g_lCurrentClient, SVCF_ONLYTHISCLIENT ); // [AK] Send the current state of the skip correction. - SERVERCOMMANDS_SetCVar( sv_smoothplayers, g_lCurrentClient, SVCF_ONLYTHISCLIENT ); + // SERVERCOMMANDS_SetCVar( sv_smoothplayers, g_lCurrentClient, SVCF_ONLYTHISCLIENT ); // Send dmflags. SERVERCOMMANDS_SetGameDMFlags( g_lCurrentClient, SVCF_ONLYTHISCLIENT ); diff -r a3115fc55f31 -r 04b020870b50 wadsrc/static/menudef.za --- a/wadsrc/static/menudef.za Sun Dec 05 21:31:54 2021 +0100 +++ b/wadsrc/static/menudef.za Sat Dec 11 16:34:48 2021 -0500 @@ -610,7 +610,7 @@ Option "Require login to join", "sv_forcelogintojoin", "YesNo" StaticText " " Option "Allow private chat", "sv_allowprivatechat", "ZA_AllowPrivateChat" - Option "Smooth lagging players", "sv_smoothplayers", "ZA_ExtrapolateLimit" + // Option "Smooth lagging players", "sv_smoothplayers", "ZA_ExtrapolateLimit" NumberField "Max connected clients", "sv_maxclients", 0, 64 NumberField "Max players", "sv_maxplayers", 0, 64 NumberField "Max idle time (minutes)", "sv_afk2spec", 0, 30