Reclaimer
Reclaimer copied to clipboard
Added basic Command Line support for listing tags and exporting models
CMD 1: Creating a list of all tags of a certain type found within a given .map file reclaimer.exe report map_file output_directory tag_type
-map file: directory path to the .map file you want to scan -output_directory: folder to where you want the output log to be created -tag_type: type of tag you want to make a list of (either render_model or scenario_structure_bsp)
CMD 2: Export a model of a chosen format from a given map file and output directory reclaimer.exe export map_file tag_file output_directory output_format -map file: directory path to the .map file you want to read -tag_file: directory path to the tag file you want to export -output_directory: folder to where you want the model to be created -output_format: type of model file you want to have saved (obj, amf, fbx, dae, etc)
You totally don't have to merge this if you don't want to, but figured I would share what I did that ended up working