trumank / repak

Unreal Engine .pak file library and CLI in rust
Apache License 2.0
174 stars 25 forks source link

[Not Working] Not unpack dead by daylight (UE 5.2.1) pak files #22

Closed Neinndall closed 4 months ago

Neinndall commented 4 months ago

repak.exe --aes-key 0x22B1639B548124925CF7B9CBAA09F9AC295FCF0324586D6B37EE1D42670B39B3 unpack pakchunk2-Windows.pak

Error: trying version V11 failed: got 123, which is not a boolean trying version V10 failed: got 123, which is not a boolean trying version V9 failed: got 234, which is not a boolean trying version V8B failed: got 123, which is not a boolean trying version V8A failed: got 145, which is not a boolean trying version V7 failed: found magic of 0x0 instead of 0x5a6f12e1 trying version V6 failed: found magic of 0x0 instead of 0x5a6f12e1 trying version V5 failed: found magic of 0x0 instead of 0x5a6f12e1 trying version V4 failed: found magic of 0x0 instead of 0x5a6f12e1 trying version V3 failed: found magic of 0x0 instead of 0x5a6f12e1 trying version V2 failed: found magic of 0x0 instead of 0x5a6f12e1 trying version V1 failed: found magic of 0x0 instead of 0x5a6f12e1 trying version V0 failed: found magic of 0x0 instead of 0x5a6f12e1 version unsupported or is encrypted (possibly missing --aes-key?)

Neinndall commented 4 months ago

Edit: Seen like the pak files are v12, could u fix this pls? Thx!

LiaNdrY commented 4 months ago

You are using the wrong aes-key, hence the problem.

Neinndall commented 4 months ago

You are using the wrong aes-key, hence the problem.

not, i have the REAL aes key the error is for: It is because they updated the pak version to version 12.

version unsupported or is encrypted (possibly missing --aes-key?)

version unsupported cause i have the GOOD aes-key

trumank commented 4 months ago

Dead by Daylight paks are very non-standard and not something I intend to support. FModel seems to have it figured out so you can use that instead.