]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/blobdiff - xonotic.game/default_build_menu.xml
Add "Single -bsp" option back to default build menu
[xonotic/netradiant-xonoticpack.git] / 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>