Can't read the files from pak file
KiKiHUN opened this issue · 5 comments
KiKiHUN commented
4sval commented
no encryption doesn't mean you have to skip the SubmitKey method
use an empty key
KiKiHUN commented
Like so?
Same thing, file count=0.
byte[] emptyArray = new byte[32];
provider.SubmitKey(new FGuid(), new FAesKey(emptyArray));
4sval commented
or 0x0000000000000000000000000000000000000000000000000000000000000000
KiKiHUN commented
Oh nevermind. Just found the mount() function. Works now. Thanks for your help.
KiKiHUN commented
Nah, still can't find how to load the files.
I can see every file in one .pak after mounting that unloaded .pak.(still unloaded, but can see the files)
But after that, can't do anything with them.
Followed the example, gave a real, working path, but it always says that "there is no game file with the path ..."
I'm soo lost with this.
Maybe are there any documentation?