Hi everyone!
I have an issue with offzip tool using this file (the extension does not matter):
Attachment:
ui_title_1.bms [1.23 MiB]
Downloaded 8 times
I have decompressed the file using "offzip -a ui_title_1.bms folder" getting:
1 valid compressed streams found
- 0x0013a26d -> 0x00800000 bytes covering the 100% of the file
So it was perfect, I can see the raw texture this file has, I was so happy,
then I tried to recompress the file, "offzip -a -r ui_title_1.bms folder" getting
- 1 valid compressed streams found
- 0x0013a26d -> 0x00800000 bytes covering the 100% of the file
- 1 files reimported
So I guessed the file was reimported, and ready to use inside of the game but,
before that, I tried to do "offzip -a ui_title_1.bms folder" again with the new ui_title_1getting:
- zlib Z_DATA_ERROR, the data in the file is not in zip format
or uses a different windowBits value (-z). Try to use -z -15
0x0013a000
- 1 valid compressed streams found
- 0x000ff8ff -> 0x00800000 bytes covering the 81% of the file
So I guess that compression was not ok because the file has changed now.
And if I use -z -15 instead of -z 15 from the beginning, then I get a bigger error.
I hope someone can help me!