Fougere (Level-5 Animation Converter)
Fougere is a tool that allows you to edit and convert some Level-5 animation files to .json
Supported Files
- XMTN (Bone Animation)
- XIMA (UV Animation)
- XMTM (Image Animation)
Supported Versions
- V1 (All games released before 2011)
- V2 (All games released between 2012 and 2016)
The tool comes in two versions:
- a Graphical User Interface (GUI): perfect for file editing
- a Command-Line Interface (CMD): perfect for fast file conversion
The GUI version provides a user-friendly interface, you just have to open a supported file,
then you can edit your and save it as a json file or in another supported files.
The CMD version is designed for command-line use and requires invocation with the following syntax:
FougereGUI.py [option]-h: to show help menu
-d [input_path]: decompress .mtn2/.imm2/.mtm2 to json
-c [input_path] [output_path]: compress readable json to .mtn2/.imm2/.mtm2
Example
FougereGUI.exe -d 000.imm2
FougereGUI.exe -c 000.json 000.imm2
