From: terencehill Date: Fri, 1 Apr 2022 21:38:27 +0000 (+0000) Subject: Don't show the Welcome dialog in screenshots X-Git-Tag: xonotic-v0.8.5~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b29de730ce680701062849815c3b2e68dc35850a;p=xonotic%2Fxonotic.git Don't show the Welcome dialog in screenshots --- 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' \