Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 467 Bytes

MountCostumeConverter

CostumeConverter it's a multiplatform tool to convert MountCostume binary file to text readable. Some file operations are available at this moment.

How to compile

git clone git@github.com:kevinkouketsu/CostumeConverter.git
cd CostumeConverter
mkdir build && cd build
cmake ../

How to use

Commandline: ./costumeconverter <operation> <inputfile> <outputfile>

Available operations:

  • bin2text
  • text2bin
  • xml2bin
  • bin2xml