]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
Add "Single -bsp" option back to default build menu
authorFreddy <schro.sb@gmail.com>
Mon, 7 Feb 2022 16:55:29 +0000 (16:55 +0000)
committerFreddy <schro.sb@gmail.com>
Mon, 7 Feb 2022 16:55:29 +0000 (16:55 +0000)
There is no need to run vis and light stages during initial layout
testing, so here we can save some time/resources.

xonotic.game/default_build_menu.xml

index e652f6f8a4cc8a8229c0b36711e3fb1da8c1f2c2..990fe488f7d3a1ca8c00e388efd1510c96942e07 100644 (file)
@@ -1,6 +1,10 @@
 <?xml version="1.0"?>
 <project version="2.0">
 <var name="q3map2">&quot;[RadiantPath]q3map2.[ExecutableType]&quot; [ExtraQ3map2Args] -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game xonotic -fs_basepath &quot;[EnginePath]&quot; -fs_homepath &quot;[UserEnginePath]&quot;<cond value="[GameName]"> -fs_game [GameName]</cond></var>
+<build name="Single: -bsp (for testing layout only)">
+  <command>[q3map2] -bsp -meta -keeplights &quot;[MapFile]&quot;</command>
+</build>
+<separator/>
 <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>