]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
Add a Final build preset with light backsplash on
authorSpike29 <leguen.yannick@gmail.com>
Thu, 17 Aug 2023 16:43:56 +0000 (18:43 +0200)
committerSpike29 <leguen.yannick@gmail.com>
Thu, 17 Aug 2023 16:43:56 +0000 (18:43 +0200)
xonotic.game/default_build_menu.xml

index 53b172909f592c6be82127d4cd2674e49e530a5e..b9d113cd6b6eecd6d8b1e94a39825394dc1dec65 100644 (file)
   <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 -backsplash 0 0 "[MapFile]"</command>
 </build>
+<build name="Final: -bounce 8 -dirty (with light backsplash)">
+  <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>
+</build>
 <separator/>
 <build name="Create minimap from .bsp">
   <command>[q3map2] -minimap &quot;[MapFile]&quot;</command>