Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Extract .pck files from Honour & Freedom

Featured Replies

  • Author
  • Localization

Lebber, posted Fri Aug 19, 2022 6:57 pm (73077)


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
  • Author
  • Localization

Lebber, posted Mon Aug 22, 2022 6:16 am (73110)


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?
  • Author
  • Localization

Ekey, posted Mon Aug 22, 2022 10:58 am (73114)


Code:
# 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.
  • Author
  • Localization

Lebber, posted Tue Aug 23, 2022 5:55 am (73135)


Thank you so much for your help! I'll dig through the files.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.