]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
Add -fastmeta flag to Single bsp build option 6/head
authorFreddy <schro.sb@gmail.com>
Wed, 9 Feb 2022 19:08:21 +0000 (19:08 +0000)
committerFreddy <schro.sb@gmail.com>
Wed, 9 Feb 2022 19:08:21 +0000 (19:08 +0000)
xonotic.game/default_build_menu.xml

index 990fe488f7d3a1ca8c00e388efd1510c96942e07..d7b873ae6c7e6323a288d958f6f93e2306518c21 100644 (file)
@@ -2,7 +2,7 @@
 <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>
+  <command>[q3map2] -bsp -meta -fastmeta -keeplights &quot;[MapFile]&quot;</command>
 </build>
 <separator/>
 <build name="Fast: -vis -fast (use when vis takes ages)">