From: Spike29 Date: Sat, 5 Aug 2023 10:52:14 +0000 (+0200) Subject: Disable q3map2 backsplash by default (in the -light stage) X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=7eb9f03d1b758bbf48fcba835ea1c84c294a964b;p=xonotic%2Fxonotic.git Disable q3map2 backsplash by default (in the -light stage) --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 923ed8a4..301a8f0e 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 -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 = '';