]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
build menu: move the minimap entry after the final map entries, reword a bit
authorThomas Debesse <dev@illwieckz.net>
Sat, 13 Mar 2021 14:32:17 +0000 (15:32 +0100)
committerThomas Debesse <dev@illwieckz.net>
Thu, 6 May 2021 14:36:07 +0000 (16:36 +0200)
xonotic.game/default_build_menu.xml

index ad29a805b31c7162f45268ac5ae3c6cc569946c7..0921254155ee111fac142d48da36c9215f143bd5 100644 (file)
@@ -1,10 +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>
 <?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: minimap">
-<command>[q3map2] -minimap &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>
 <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 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill "[MapFile]"</command>
 </build>
 <separator/>
   <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastlightmapsearch -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill "[MapFile]"</command>
 </build>
 <separator/>
+<build name="Create minimap from .bsp">
+  <command>[q3map2] -minimap &quot;[MapFile]&quot;</command>
+</build>
+<separator/>
 <build name="Update entities in the .bsp">
   <command>[q3map2] -onlyents &quot;[MapFile]&quot;</command>
 </build>
 <build name="Update entities in the .bsp">
   <command>[q3map2] -onlyents &quot;[MapFile]&quot;</command>
 </build>