]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
Disable q3map2 light backsplash in the build presets
authorSpike29 <leguen.yannick@gmail.com>
Thu, 17 Aug 2023 16:37:35 +0000 (18:37 +0200)
committerSpike29 <leguen.yannick@gmail.com>
Thu, 17 Aug 2023 16:39:23 +0000 (18:39 +0200)
xonotic.game/default_build_menu.xml

index b188c5302b16ce926922c432598c572075e9fe97..53b172909f592c6be82127d4cd2674e49e530a5e 100644 (file)
@@ -8,39 +8,39 @@
 <build name="Fast: -vis -fast (use when vis takes ages)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -fast -saveprt "[MapFile]"</command>
-  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 2 -randomsamples -fill "[MapFile]"</command>
+  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 2 -randomsamples -fill -backsplash 0 0 "[MapFile]"</command>
 </build>
 <build name="Fast: -samplesize 16 (low resolution lightmaps)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 16 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 2 -randomsamples -fill "[MapFile]"</command>
+  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 2 -randomsamples -fill -backsplash 0 0 "[MapFile]"</command>
 </build>
 <build name="Fast: -samplesize 8 (not so fast)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -fill "[MapFile]"</command>
+  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -fill -backsplash 0 0 "[MapFile]"</command>
 </build>
 <separator/>
 <build name="Final: -bounce 8 -dirty (new Xonotic's default)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill "[MapFile]"</command>
+  <command>[q3map2] -light -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 "[MapFile]"</command>
 </build>
 <separator/>
 <build name="Final: -bounce 8 (no darker corners)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -fill "[MapFile]"</command>
+  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -fill -backsplash 0 0 "[MapFile]"</command>
 </build>
 <build name="Final: -bounce 8 -bouncescale 2 -dirty (more bounced light)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill "[MapFile]"</command>
+  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill -backsplash 0 0 "[MapFile]"</command>
 </build>
 <build name="Final: -bounce 8 -bouncescale 2 (more bounced light, no darker corner)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -fill "[MapFile]"</command>
+  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -fill -backsplash 0 0 "[MapFile]"</command>
 </build>
 <separator/>
 <build name="Create minimap from .bsp">