Tak 2 [PS2] HOG

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Warthog1336
Posts: 140
Joined: Mon Feb 05, 2018 5:45 pm

Tak 2 [PS2] HOG

Post by Warthog1336 »

Hi, I found another variation of the "rugrats_royal_ransom.bms" script for extracting Avalanche Software HOG archives.

https://mega.nz/#!H1MV3SYL!AEnrlujOJWjs ... hsEv3UZzUk

Thanks.
Anexenaumoon
Posts: 119
Joined: Sun Dec 27, 2015 10:22 pm

Re: Tak 2 [PS2] HOG

Post by Anexenaumoon »

Hi

I wrote script for this version before:

Code: Select all

# Tak 2: The Staff of Dreams *.HOG
#Written By Anex for QuickBMS
#http://aluigi.altervista.org/quickbms.htm

get UNK long
get fcount long
get offset long
get otable long
goto otable

for i = 0 < fcount
get fname long
savepos POS
goto fname
getdstring NAME 0x15
goto POS
get offset long
get size long
log NAME offset size
next i


Very old code so my script format is bad. I'm uncertain if this will work, as I think "musich" is the index table for "musicd". I haven't worked with this game in awhile so I can't recall. If it doesn't work, upload both archives fully.
Warthog1336
Posts: 140
Joined: Mon Feb 05, 2018 5:45 pm

Re: Tak 2 [PS2] HOG

Post by Warthog1336 »

It works like a charm! Thank you!!!