Users browsing this thread: 2 Guest(s)
ripping from sonic 2006 help!
#8
(12-29-2014, 04:20 AM)Starlow Wrote: how do I get the models from the game then?
if I have the 3dsmax script.

First thing you need a .iso of Sonic 06 (XBox 360) extract them with a tool (please Google it)
So far as I know, Sonic 06 uses .arc(s) archives, unpack them with QuickBMS http://aluigi.altervista.org/quickbms.htm
Runs a program.

Then copy these code and paste it on Notepad or Notepad++ and save as .bms or .txt
Code:
# Sonic 2006
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

endian big
idstring "\x55\xaa\x38\x2d"
get OFFSET long
get INFO_SIZE long
get BASE_OFFSET long
getdstring DUMMY 0x10
goto OFFSET
set NAME_BASE long 0
set PATH string ""
set NAME string ""
math XLIMIT = 0x7fffffff
putarray 0 0 0
callfunction EXTRACT

startfunction EXTRACT
    string PATH += NAME
    string PATH += /
    math LIMIT = XLIMIT
    for
        getarray i 0 0
        if i >= LIMIT
            break
        endif
        math i += 1
        putarray 0 0 i

        get FOLDER short
        get NAME_OFF short
        if FOLDER == 0
            get OFFSET long
            get ZSIZE long
            get SIZE long
        else
            get ID long
            get XLIMIT long
            get DUMMY long
        endif

        if NAME_BASE == 0
            math NAME_BASE = XLIMIT
            math NAME_BASE *= 0x10
            math INFO_SIZE -= NAME_BASE
            math NAME_BASE += OFFSET
            log MEMORY_FILE NAME_BASE INFO_SIZE
            math LIMIT = XLIMIT
        endif
        goto NAME_OFF MEMORY_FILE
        get NAME string MEMORY_FILE

        if FOLDER == 0
            set FNAME string PATH
            string FNAME += NAME
            clog FNAME OFFSET ZSIZE SIZE
        else
            callfunction EXTRACT
        endif
    next
endfunction

Select a file you want to unpack, and it will be extracted from the archive.

Sonic 06 use .XNO file for model, now use a 3ds Max script to import a model that I mention it.

Reply
Thanked by:


Messages In This Thread
ripping from sonic 2006 help! - by Starlow - 12-28-2014, 04:30 PM
RE: ripping from sonic 2006 help! - by Starlow - 12-28-2014, 11:24 PM
RE: ripping from sonic 2006 help! - by Starlow - 12-29-2014, 12:14 AM
RE: ripping from sonic 2006 help! - by Starlow - 12-29-2014, 04:20 AM
RE: ripping from sonic 2006 help! - by RatchetMario - 12-29-2014, 04:47 AM
RE: ripping from sonic 2006 help! - by Starlow - 12-29-2014, 11:43 AM
RE: ripping from sonic 2006 help! - by Starlow - 12-29-2014, 04:28 PM
RE: ripping from sonic 2006 help! - by OS-PRIME - 04-10-2015, 09:37 PM
RE: ripping from sonic 2006 help! - by Starlow - 04-10-2015, 10:43 PM
RE: ripping from sonic 2006 help! - by Starlow - 12-29-2014, 05:52 PM
RE: ripping from sonic 2006 help! - by Starlow - 12-30-2014, 03:38 AM
RE: ripping from sonic 2006 help! - by Starlow - 04-10-2015, 09:25 PM
RE: ripping from sonic 2006 help! - by Starlow - 04-11-2015, 09:18 AM

Forum Jump: