From b1d784e31700d4a01c457d4777e1018bdc01bc0e Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Thu, 1 Jun 2023 01:14:43 +1000 Subject: [PATCH] Update default q3map2 autobuild -light settings to match default_build_menu.xml --- misc/tools/xonotic-map-compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.39.2