I was able to unpack the data folder in the Full game a few minutes ago. I used the unpacker from the demo but in the revision code that you must copy and paste into Python, you have to modify this line:
def parseArgs(args):
pack = packFile('demo1.pack','unpacked')
into
def parseArgs(args):
pack = packFile('name of file.pack','unpacked')
By replacing the "demo1" and adding the correct file name to unpack, it works!




Reply With Quote














