From b29de730ce680701062849815c3b2e68dc35850a Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 1 Apr 2022 21:38:27 +0000 Subject: [PATCH] Don't show the Welcome dialog in screenshots --- misc/tools/xonotic-map-screenshot | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/tools/xonotic-map-screenshot b/misc/tools/xonotic-map-screenshot index f402d2d8..5d1e6dbb 100755 --- a/misc/tools/xonotic-map-screenshot +++ b/misc/tools/xonotic-map-screenshot @@ -17,6 +17,7 @@ count=`yes x | head -n "$count" | tr -cd x` +'vid_fullscreen 0' \ +'exec effects-ultra.cfg' \ "$@" \ + +'cl_welcome_in_menu_dialog 0' \ +'sv_precacheplayermodels 0' \ +'cl_hidewaypoints 1' \ +'cl_movement 0' \ -- 2.39.2