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

index 85ed17677016f63f3bade50bf37f91322e2b1ee2..ad29a805b31c7162f45268ac5ae3c6cc569946c7 100644 (file)
@@ -5,10 +5,6 @@
 <command>[q3map2] -minimap &quot;[MapFile]&quot;</command>
 </build>
 <separator/>
-<build name="Only update entities in the .bsp file">
-<command>[q3map2] -onlyents &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>
   <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="Update entities in the .bsp">
+  <command>[q3map2] -onlyents &quot;[MapFile]&quot;</command>
+</build>
+<separator/>
 <build name="Convert .map to .obj model">
   <command>[q3map2] -convert -format obj -patchmeta -readmap "[MapFile]"</command>
 </build>