Venomalia

Results 24 comments of Venomalia

> If all 256 values are used, I believe this sets the max at 254 if the last 255 byte happens before the first 254 byte. yeah that's possible, with...

I only know of nintendo games that use this, but I could search some games with the TextureExtraction tool to tell exactly how many games and textures are affected. The...

I have tested a few games with the TextureExtraction tool and it seems to only affect Zelda games. - Twilight Princess 51 textures - Wind Waker 17 textures - Link's...

The wrapper https://github.com/adoconnection/SevenZipExtractor only supports windows as far as i know. Overall, I know of one game that benefits from the 7-zip library, so it's not a big problem. I...

.zip are actually supported natively in C#, they just run via the 7-zip library because I have not built in the function. when I get the time, I will change...

I only used a hex editor, but I think the offset remains the same.

i will change the logic in the future. the results will not be higher with the new version even if i fix this.

rvz are only supported with Zstandart. None compression is not implemented yet. Either you convert it as an iso or you unpack the game as a folder.

it's probably not too difficult, I just don't know when I'm going to do it.

I haven't looked closely at the n64 ports yet to see how they store the textures, but i'm sure it's possible to calculate the hash. My knowledge about the N64...