View Single Post
  #15  
Old 09-10-2024, 06:10
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by putagirlon View Post
Greetings. I am having trouble understanding how to properly compress newer UE4/UE5 games, like Sparking Zero for an example.

I checked one of the games files with the Oodle scanner, and it picks up Kraken. I check the executable, and it picks up a key. I go into DISKSPAN GUI and choose the UE plugin for XTOOL with kraken enabled and the key included in the compression method section, with Oodle library v2.9.5. This did not work and it was no different than just compressing with srep & lzma. What was I missing in my steps?
Did you use the correct key?
Did you use the correct oodle library?

Edit:
I checked. UE5 archives are enrypted, you need a key to decrypt them. The key is
Code:
0xB2407C45EA7C528738A94C0A25EA8F419DE4377628EB30C0AE6A80DD9A9F3EF0
If you use DSG, use it like this:
Code:
xtool:d1:mue5,k0xB2407C45EA7C528738A94C0A25EA8F419DE4377628EB30C0AE6A80DD9A9F3EF0,kraken:core_2.9.5
Edit: Fixed a typo in command line
__________________
Haters gonna hate

Last edited by KaktoR; 09-10-2024 at 07:37.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Danziel123 (09-10-2024), ScOOt3r (09-10-2024)