Please use this repository: https://github.com/desuex/torus-tools
Torus Games data format packer-unpacker. Tested on Monster High NGIS PC game. Make sure you are using correct endianness (ps3 hunkfiles are big endian, pc are little).
Tested on archlinux, python 3.11
- Install python dependencies (requirements.txt), use venv whenever possible
- Place your hnk files into
assets/hnkdirectory. The script is expecting to haveLocalisation_en_US.hnkandGlobal_en_US.hnkto be there. - Run
scripts/hnk2xls.py. - Check xls files inside
assets/xlsdirectory - use any spreadsheet software to edit the files
- [NOT WORKING YET] Run
scripts/xls2hnk.pyto update hnk files with your fixed localization - Place hnk files back to HUNKFILE directory, reassemble the ROM file if needed (consoles only)