God of War 2018 GNF

Textures, recreate headers, conversions, algorithms and parsing of image files
gaylord3000
Posts: 2
Joined: Sun Aug 05, 2018 1:29 pm

God of War 2018 GNF

Post by gaylord3000 »

I extracted some data that I think are textures. I suspect oodle compression.
after running some data trough https://github.com/powzix/kraken decompressor I managed to get this:
Image

It always decompresses 262,144 bytes and fails. I changed code in decompressor to save output buffer before exiting.
Is there anyone that could identify why its failing. Maybe data is not in solid block and it needs to be recollected before decompressing?
I adding some data that might be related.
https://mega.nz/#!6HAj2aoK!7LORl1BMrtRNWL2jHaQvhxolazuqsPY_DJv7Piu7n9I

Using oo2core_3_win64.dll always fails.
gaylord3000
Posts: 2
Joined: Sun Aug 05, 2018 1:29 pm

Re: God of War 2018 GNF

Post by gaylord3000 »

Never mind. Figured it myself.
Image