From 55eaa0c88de078b66c02bc21c6f374fcd443d032 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 6 Apr 2025 20:57:44 +0200 Subject: [PATCH] autoscreenshot: Do not set sv_gravity to zero. It causes nans, apparenty. --- misc/tools/xonotic-map-screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index aa97986c..b21c423e 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -27,7 +27,7 @@ count=`yes x | head -n "$count" | tr -cd x` +'r_drawviewmodel 0' \ +'crosshair 0' \ +'sv_cheats 2' \ - +'sv_gravity 0' \ + +'sv_gravity 0.001' \ +'r_nolerp 1' \ +'sv_clientcommand_antispam_time -999' \ +'sv_clientcommand_antispam_count 999' \ -- 2.39.5