|
Wack0 Member Level: 13 Posts: 19/26 EXP: 8294 For next: 1973 Since: 08-15-11 Since last post: 5.9 years Last activity: 5.7 years |
|
| If you actually read the popcap games framework documentation, you'd learn that the file open/read/close function equivalents for .pak files look in the dir with the game exe first, and *then* in the .pak.
And oh, btw, to unpack .pak files I use PopPakPWE.exe from the latest popcap games framework, using the command line as follows: poppakpwe /U /K "" main.pak unpacked (yes, there's a character inside the quotes, it's 0x7F which is the default password for poppakpwe. PopPakPWE documentation says you can use "/K 0x7F" but that does not work. Of course, if you see a passworded main.pak in the future, to extract it you'll need to get the password somehow, probably by reversing the game exe, and then use poppakpwe!) |




