NeoGF/mottool
2023-04-12 22:31:37 +02:00
..
mottest.py Create mottest.py 2023-04-12 22:30:21 +02:00
mottool.py Update mottool.py 2023-04-12 22:31:37 +02:00
README.md Basic readme redaction. 2023-04-11 11:07:54 +02:00

mottool.py

Python3 script for unpack/pack MOT file format. Currently under development. Unit tests are not implemented yet. MIT License.

User manual

Unpack source_mot.bin in the default new folder source_mot. If optional_dest_folder is specified we unpack in optional_dest_folder. Not fully implemented yet.

mottool.py --unpack source_mot.bin optional_dest_folder

Pack source_folder in the default new file source_folder.bin. If optional_dest_file.bin is specified we pack in optional_dest_file.bin. Not implemented yet.

mottool.py --pack source_folder optional_dest_file.bin