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.
Tak 2 [PS2] HOG
-
- Posts: 119
- Joined: Sun Dec 27, 2015 10:22 pm
Re: Tak 2 [PS2] HOG
Hi
I wrote script for this version before:
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.
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.
-
- Posts: 140
- Joined: Mon Feb 05, 2018 5:45 pm
Re: Tak 2 [PS2] HOG
It works like a charm! Thank you!!!