From: bones_was_here Date: Mon, 1 Aug 2022 18:58:30 +0000 (+1000) Subject: Don't show the Welcome dialog in map screenshots X-Git-Tag: xonotic-v0.8.6~28 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=60370732d8806adb2264eb3e3094b805be61bb67 Don't show the Welcome dialog in map screenshots Previously fixed in b29de730ce680701062849815c3b2e68dc35850a but we changed the cvar in xonotic-data.pk3dir!1012 --- 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' \