CostumeConverter it's a multiplatform tool to convert MountCostume binary file to text readable. Some file operations are available at this moment.
git clone git@github.com:kevinkouketsu/CostumeConverter.git
cd CostumeConverter
mkdir build && cd build
cmake ../
Commandline: ./costumeconverter <operation> <inputfile> <outputfile>
Available operations:
- bin2text
- text2bin
- xml2bin
- bin2xml