c-d-a / io_export_qmap

.map exporter for Blender
GNU General Public License v3.0
93 stars 21 forks source link

Exporting entities only ? #16

Open motorsep opened 1 year ago

motorsep commented 1 year ago

I'd like to build a map using modular meshes. Instead of exporting geometry, I'd like to be able to export .map with entities only, which would reference entity class, origin, reference ASE or LWO model on the disk and a few parameters. This way I could load this .map file into DarkRadiant, for example, and have level automatically assembled from previously exported ASE/LWO meshes. Could you please extend this add-on to do that ? If it's actually already possible, how do I go about exporting this kind of setup ? Thanks

P.S. I just noticed it's related to this issue I posted a while back https://github.com/c-d-a/io_export_qmap/issues/13

motorsep commented 1 year ago

Btw, if anyone needs this one, I got you covered: https://github.com/motorsep/blender-entity Maybe one day if can be merged into io_export_qmap ;)