]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
build menu: replace “Test” entries with “Fast” ones and revamp them, following julius...
authorThomas Debesse <dev@illwieckz.net>
Sat, 13 Mar 2021 11:22:13 +0000 (12:22 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sun, 14 Mar 2021 16:44:04 +0000 (17:44 +0100)
xonotic.game/default_build_menu.xml

index 329ccb79c6804d62bf31ead9549b2e4814d75f55..c01a8e62444fcec20a5bb714a7216ed34d827850 100644 (file)
@@ -9,20 +9,20 @@
 <command>[q3map2] -onlyents &quot;[MapFile]&quot;</command>
 </build>
 <separator/>
-<build name="Test: bsp, vis (fast), light (low)">
-<command>[q3map2] -bsp -meta -keeplights &quot;[MapFile]&quot;</command>
-<command>[q3map2] -vis -fast -saveprt &quot;[MapFile]&quot;</command>
-<command>[q3map2] -light -cheapgrid -faster &quot;[MapFile]&quot;</command>
-</build>
-<build name="Test: bsp, vis, light (low)">
-<command>[q3map2] -bsp -meta -keeplights &quot;[MapFile]&quot;</command>
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
-<command>[q3map2] -light -cheapgrid -faster &quot;[MapFile]&quot;</command>
-</build>
-<build name="Test: bsp, vis, light (medium)">
-<command>[q3map2] -bsp -meta -keeplights &quot;[MapFile]&quot;</command>
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
-<command>[q3map2] -light -fast &quot;[MapFile]&quot;</command>
+<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 -fastlightmapsearch -deluxe -patchshadows -samples 2 -randomsamples -fill "[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 -fastlightmapsearch -deluxe -patchshadows -samples 2 -randomsamples -fill "[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 -fastlightmapsearch -deluxe -patchshadows -samples 4 -randomsamples -fill "[MapFile]"</command>
 </build>
 <separator/>
 <build name="Final: bsp, vis, light (high, Xonotic approved)">