]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
build menu: add entry to export entities, suggested by julius 5/head
authorThomas Debesse <dev@illwieckz.net>
Thu, 6 May 2021 14:35:01 +0000 (16:35 +0200)
committerThomas Debesse <dev@illwieckz.net>
Thu, 6 May 2021 14:36:07 +0000 (16:36 +0200)
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>