realonepiecefreak

Results 45 comments of realonepiecefreak

If it's rly encrypted the game binary is absolutely needed. So pls add that to your sample files.

The file was encrypted by a sequential XOR. The initialization value is 0xC5 and with each position this value advances by 0x5C. XOR each byte in the file by this...

(Future information) The compression algorithm is Zstd: https://en.wikipedia.org/wiki/Zstandard

Issue already existent. #198

Why do you think it's a bug that a plugin was not found? Kuriimu might just not support it currently.

Reference source: https://github.com/rarten/ooz?files=1

This is not considered an archive, but more a resource or script. I will give it the "Kuriimu" tag for now, but this issue will need extra consideration.

That means that the image format in the jtex is not supported by the plugin, since it was not encountered until now. It should be an easy fix to add...

This fix would be done in the plugin code, by assigning the image format indicator to a color encoding. This includes finding that color encoding out and then assigning it...

2 things I don't understand: You provided 8 bytes, so what do you mean you only provided 7? Why do you think it's a header? There are enough archive formats...