Extract .pck files from Honour & Freedom

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Lebber
Posts: 8
Joined: Thu Feb 01, 2018 12:11 am

Extract .pck files from Honour & Freedom

Post by Lebber »

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
Lebber
Posts: 8
Joined: Thu Feb 01, 2018 12:11 am

Re: Extract .pck files from Honour & Freedom

Post by Lebber »

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?
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Extract .pck files from Honour & Freedom

Post by Ekey »

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.
Lebber
Posts: 8
Joined: Thu Feb 01, 2018 12:11 am

Re: Extract .pck files from Honour & Freedom

Post by Lebber »

Thank you so much for your help! I'll dig through the files.