From a00cda5cb55b700099e5c54faca28c912e20d485 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 8 Mar 2016 22:25:00 +0100 Subject: [PATCH] Put back physiterations to 4, true default value I checked the default value, it's 4, not 2. A value of 2 is causing issue with physics while running complex builds' physics, a value of 4 fixes it. To check the default value, input gmod_physiterations into your gmod console gmod_physiterations "gmod_physiterations" = "2" (def. 4) --- GarrysMod/cfg/lgsm-default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GarrysMod/cfg/lgsm-default.cfg b/GarrysMod/cfg/lgsm-default.cfg index 2e61eb6a2..a1e2fd4d6 100644 --- a/GarrysMod/cfg/lgsm-default.cfg +++ b/GarrysMod/cfg/lgsm-default.cfg @@ -38,7 +38,7 @@ sv_allow_wait_command 0 sv_allow_voice_from_file 0 sv_turbophysics 0 sv_max_usercmd_future_ticks 12 -gmod_physiterations 2 +gmod_physiterations 4 sv_client_min_interp_ratio 1 sv_client_max_interp_ratio 2 think_limit 20