]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/blobdiff - xonotic.game/default_build_menu.xml
build menu: add entry to export entities, suggested by julius
[xonotic/netradiant-xonoticpack.git] / xonotic.game / default_build_menu.xml
index 030688ca085afeac0e6948223f68faad9b05764e..e652f6f8a4cc8a8229c0b36711e3fb1da8c1f2c2 100644 (file)
@@ -46,6 +46,9 @@
 <build name="Update entities in the .bsp">
   <command>[q3map2] -onlyents &quot;[MapFile]&quot;</command>
 </build>
+<build name="Export entities from .bsp">
+   <command>[q3map2] -exportents "[MapFile]"</command>
+</build>
 <separator/>
 <build name="Convert .map to .obj model">
   <command>[q3map2] -convert -format obj -patchmeta -readmap "[MapFile]"</command>