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.

Looney Tunes Back in Action .HOG

Featured Replies

  • Author
  • Localization

Ekey, posted Sat Oct 25, 2014 5:10 pm (1189)


Try this script from previous thread for Harry Potter

Code:
# extracts the *.hog archives from Harry Potter and the Sorcerer's Stone (GC/PS2)
# (c) 2014-07-24 by AlphaTwentyThree of XeNTaX
# script for QuickBMS http://quickbms.aluigi.org

idstring "WART3.00"
get TEST byte
if TEST == 0
   endian big
endif
goto 8
get FILES long
get NAMEINFO long
get SIZE_NAMES long
get UNK long
get SIZE_FOLDERS asize
math SIZE_FOLDERS -= SIZE_NAMES
math SIZE_FOLDERS -= NAMEINFO
get OFF_NAMES asize
math OFF_NAMES -= SIZE_NAMES
append
log MEMORY_FILE NAMEINFO SIZE_FOLDERS
log MEMORY_FILE2 OFF_NAMES SIZE_NAMES
append
for i = 1 <= FILES
   get OFFSET long
   get ZSIZE long
   get SIZE long
   get CRC long
   get OFF_NAME long
   get OFF_FOLDER long
   savepos MYOFF
   goto OFF_FOLDER MEMORY_FILE
   get FOLDER string MEMORY_FILE
   goto OFF_NAME MEMORY_FILE2
   get FNAME string MEMORY_FILE2
   goto MYOFF
   set NAME FOLDER
   string NAME = FNAME
   if ZSIZE == 0
      if SIZE != 0
         log NAME OFFSET SIZE
      endif
   else
      string NAME = ".comp"
      log NAME OFFSET ZSIZE
   endif
next i
  • Author
  • Localization

lemurboy12, posted Sat Oct 25, 2014 5:22 pm (1190)


it works, thanks
  • Author
  • Localization

Mygoshi, posted Mon Oct 27, 2014 3:10 pm (1263)


Thank you Ekey.
  • Author
  • Localization

Hp4Steam, posted Fri Mar 10, 2017 9:26 pm (21367)


Delete
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.