First of all, thank you for the tool.
Now onto the issue at hand, I'm trying to write a script for MK11 (UE4) files. The game's oodle header is 8C 05, and when I do decompress using your CLI tool it works fine. However when I compress again using -mk -l7, I get 8C 06 instead of 8C 05, which is incompatible with the game. I tried to use --dll but you're looking for 7 instead of 5, which is also bringing other issues.
I tried every single variation with every different level and none of them created a 8C 05 oodle header. Could you somehow aid me in finding it out?
First of all, thank you for the tool. Now onto the issue at hand, I'm trying to write a script for MK11 (UE4) files. The game's oodle header is 8C 05, and when I do decompress using your CLI tool it works fine. However when I compress again using -mk -l7, I get 8C 06 instead of 8C 05, which is incompatible with the game. I tried to use --dll but you're looking for 7 instead of 5, which is also bringing other issues. I tried every single variation with every different level and none of them created a 8C 05 oodle header. Could you somehow aid me in finding it out?