]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
build menu: only keep the minimap “Single” entry, on julius advice
authorThomas Debesse <dev@illwieckz.net>
Sat, 13 Mar 2021 11:19:30 +0000 (12:19 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sat, 13 Mar 2021 14:23:50 +0000 (15:23 +0100)
xonotic.game/default_build_menu.xml

index da75c8d7b420ff63d02e6e49f28af4c6080d04b3..329ccb79c6804d62bf31ead9549b2e4814d75f55 100644 (file)
@@ -1,21 +1,6 @@
 <?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">
-<command>[q3map2] -bsp -meta -keeplights &quot;[MapFile]&quot;</command>
-</build>
-<build name="Single: vis (fast)">
-<command>[q3map2] -vis -fast -saveprt &quot;[MapFile]&quot;</command>
-</build>
-<build name="Single: vis">
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
-</build>
-<build name="Single: light (low)">
-<command>[q3map2] -light -cheapgrid -faster &quot;[MapFile]&quot;</command>
-</build>
-<build name="Single: light (medium)">
-<command>[q3map2] -light -fast &quot;[MapFile]&quot;</command>
-</build>
 <build name="Single: minimap">
 <command>[q3map2] -minimap &quot;[MapFile]&quot;</command>
 </build>