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.

Hugo: Magic in the Trollwoods Pak files

Featured Replies

  • Author
  • Localization

ModiNannaModder, posted Fri May 22, 2020 11:51 am (56881)


So I found this obscure Hugo game and it seems to use pak files (that of course no script is compatible with and DragonUnpacker also isn't the best for it) and I was wondering if someone could help me make a script for it.
Here's a link with 3 files from that game:
https://mega.nz/folder/WsFhxCYD#EH2N41IufU1vrl_G1Abvzg
  • Author
  • Localization

Ekey, posted Fri May 22, 2020 2:03 pm (56883)


Code:
# Hugo: Magic in the Trollwoods (PAK) format
# script for QuickBMS http://quickbms.aluigi.org

get VERSION long #1
get DATA_OFF long
get FILES long

for i = 0 < FILES
  get SIZE long
  get NAME_OFF long
  get OFFSET long
  savepos TMP
  goto NAME_OFF
  get NAME string
  log NAME OFFSET SIZE
  goto TMP
next i
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.