kotiq / wt-tools

War Thunder resource extraction tools
29 stars 3 forks source link

windows exes not working properly #7

Open nord-kind opened 2 years ago

nord-kind commented 2 years ago

I tested the vromfs_unpacker.exe and got the following error:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

I got the unpacker to work in raw python though.

The next problem is that the blk_unpack.exe does not work either. It throws this error:

UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 447: char acter maps to undefined

But I cant get it to work in python since the raw blk_unpack_ng.py does a blk module which I can find nowhere.

kotiq commented 2 years ago

Please follow the instructions from section Installation. The module will be installed as a dependency. https://github.com/kotiq/wt-tools/blob/d2df52ed989e8c9b227bc37f98c94212bbae17c3/requirements.txt#L9