]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Update default q3map2 autobuild -light settings to match default_build_menu.xml
authorbones_was_here <bones_was_here@xonotic.au>
Wed, 31 May 2023 15:14:43 +0000 (01:14 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 31 May 2023 15:14:43 +0000 (01:14 +1000)
<build name="Final: -bounce 8 -dirty (new Xonotic's default)">

misc/tools/xonotic-map-compiler

index 052379d6d051f7a08dc9d8161d431c3e1d479034..923ed8a48859c30ed0c82b50c9c5301482756a5c 100755 (executable)
@@ -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 = '';