From 60370732d8806adb2264eb3e3094b805be61bb67 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Tue, 2 Aug 2022 04:58:30 +1000 Subject: [PATCH] Don't show the Welcome dialog in map screenshots Previously fixed in b29de730ce680701062849815c3b2e68dc35850a but we changed the cvar in xonotic-data.pk3dir!1012 --- 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 5d1e6dbb..aa97986c 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -17,7 +17,7 @@ count=`yes x | head -n "$count" | tr -cd x` +'vid_fullscreen 0' \ +'exec effects-ultra.cfg' \ "$@" \ - +'cl_welcome_in_menu_dialog 0' \ + +'cl_welcome 0' \ +'sv_precacheplayermodels 0' \ +'cl_hidewaypoints 1' \ +'cl_movement 0' \ -- 2.39.2