Hi,
I'm encountering an unhandled exception when trying to unpack the current version of Crimson Desert.
Here is the command I used:
CD.Unpacker.exe "C:\SteamLibrary\steamapps\common\Crimson Desert\0004\0.pamt" "G:\CD_Unpacked"
And here is the crash log I received:
Plaintext
Unhandled Exception: System.Exception: [ERROR]: Invalid magic of META file!
at CD.Unpacker.PazUnpack.iDoIt(String m_MetaFile, String m_DstFolder) in C:\CD.Unpacker\FileSystem\Package\PazUnpack.cs:line 24
at CD.Unpacker.Program.Main(String[] args) in C:\CD.Unpacker\Program.cs:line 56
My Questions:
Am I targeting the wrong file type? Should I be pointing the tool to a .meta file instead of .pamt? (I couldn't find a clear meta file in the directory).
Or is it possible that the game client recently updated and changed the file headers/encryption, making the current tool outdated?
Any guidance would be greatly appreciated. Thanks for your work on this tool!