]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Disable q3map2 backsplash by default (in the -light stage)
authorSpike29 <leguen.yannick@gmail.com>
Sat, 5 Aug 2023 10:52:14 +0000 (12:52 +0200)
committerSpike29 <leguen.yannick@gmail.com>
Sat, 5 Aug 2023 10:52:14 +0000 (12:52 +0200)
misc/tools/xonotic-map-compiler

index 923ed8a48859c30ed0c82b50c9c5301482756a5c..301a8f0e84cfe56fd75aa653ab52949de3416cca 100755 (executable)
@@ -25,7 +25,7 @@ use File::Temp;
        our $VISFLAGS    = '';
 
        # Default flags for the -light stage
-       our $LIGHTFLAGS  = '-lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -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 -backsplash 0 0';
 
        # Default flags for the -minimap stage
        our $MINIMAPFLAGS = '';