From: bones_was_here Date: Wed, 31 May 2023 15:14:43 +0000 (+1000) Subject: Update default q3map2 autobuild -light settings to match default_build_menu.xml X-Git-Tag: xonotic-v0.8.6~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b1d784e31700d4a01c457d4777e1018bdc01bc0e;p=xonotic%2Fxonotic.git Update default q3map2 autobuild -light settings to match default_build_menu.xml --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 052379d6..923ed8a4 100755 --- a/misc/tools/xonotic-map-compiler +++ b/misc/tools/xonotic-map-compiler @@ -25,7 +25,7 @@ use File::Temp; our $VISFLAGS = ''; # Default flags for the -light stage - our $LIGHTFLAGS = '-lightmapsize 1024 -lightmapsearchpower 4 -deluxe -patchshadows -randomsamples -samples 4 -fast -fastbounce -dirty -bouncegrid -fill'; + our $LIGHTFLAGS = '-lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';