wt-tools
wt-tools copied to clipboard
Is blk_unpack outdated?
Hi, boys. I compiled the latest wt-tools script in dev branch. vromfs_unpacker.exe worked perfectly, but blk_unpack.exe failed. It said
Traceback (most recent call last): File "src/wt_tools/blk_unpack.py", line 610, in unpack_dir File "src/wt_tools/blk_unpack.py", line 586, in unpack_file UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in position 1: illegal multibyte sequence
I really dont know whats going on there. Maybe my fault or is blk_unpack outdated?
Game version is 2.9.0.62
The .vromfs.bin and .blk file structures have changed. reddit post
In the future please search both open and closed issues before starting a new one.
Before posting an issue, please search through the existing ones.
Give a try to https://github.com/kotiq/wt-tools Or my implementation over on https://github.com/Keksilton/WtTools If you encounter issues with those - you should report them in the respective repo.