I'm trying to unpack (and later repack) .pck files from Honour & Freedom, a 1999 game for Windows, but the format seems to be generic (or rather the ending widespread), so I didn't have any luck. I'd be grateful if anyone could give it a go:
https://www.mediafire.com/file/25jwbljh ... A.PCK/file
Extract .pck files from Honour & Freedom
-
- Posts: 8
- Joined: Thu Feb 01, 2018 12:11 am
Re: Extract .pck files from Honour & Freedom
I gave it a go with the generic script for .pck files, but that didn't work (see attachment). I don't quite understand the error message; is this script entirely incompatible, or is tweaking it possible?
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Extract .pck files from Honour & Freedom
Code: Select all
# Honour & Freedom (PCK) format
# script for QuickBMS http://quickbms.aluigi.org
get FILES long
for i = 0 < FILES
get FNAME string
get FOLDER string
get ZSIZE long
get SIZE long
get OFFSET long
string NAME P "%FOLDER%\%FNAME%"
log NAME OFFSET ZSIZE
next i
No ideas about compression. Probably encrypted.
-
- Posts: 8
- Joined: Thu Feb 01, 2018 12:11 am
Re: Extract .pck files from Honour & Freedom
Thank you so much for your help! I'll dig through the files.