Users browsing this thread: 1 Guest(s)
Sonic Rush Adventure
#1
Hey all. I found some weird archives in Sonic Rush Adventure that  apparently holds the models related to the Final Boss, the Egg Wizard. Can anyone help me extract it?

Dropbox Link
Reply
Thanked by:
#2
Code:
comtype NitroSDK
idstring "BB"
get NULL short
get FCOUNT long
for i = 0 < FCOUNT
    get OFFSET long
    get SIZE long
    savepos CURINDEX
    goto OFFSET
    get ID byte
    if ID == 0x10
        get ZSIZE long
        clog "" OFFSET SIZE ZSIZE
    else
        log "" OFFSET SIZE
    endif
    goto CURINDEX
next i

Dumps all the files from the archive you posted. Was a nice little exercise Tongue
Reply
Thanked by: Carpaccio
#3
Thank you very much! Works like a charm! Perfect!
Reply
Thanked by:


Forum Jump: