Important information: this site is currently scheduled to go offline indefinitely by end of the year.

New Member in need of help (Opening ARC File)

Post questions about game models here, or help out others!
Post Reply
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

New Member in need of help (Opening ARC File)

Post by CodeMan89 »

Ok, I am new and will probably ask a lot of questions. Anyway, I am in dire need of something to open a Sonic the Hedgehog 2006 Xbox 360 ARC file. I have no experience in programming (But if anyone can teach me, I'd be greatful.) Any advice?
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

Actually, All i need is some practice. I want to start with an arc file. Any suggestions on how to begin?
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: New Member in need of help (Opening ARC File)

Post by chrrox »

just upload an arc to look at most likely it is using xmem compression so you can use xbedecompress from the xbox sdk to extract it.
if you upload a sample i can tell you.
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

The contents of this post was deleted because of possible forum rules violation.
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

Well...

If someone can give me a full explanation of how quickbms.exe & xbdecompress.exe works, I'd be really greatful. Then I could do this stuff all by myself. I am sorry & request so many things. I am new to this whole conversion/hacking thing.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: New Member in need of help (Opening ARC File)

Post by chrrox »

this sonic game uses zlib i can't make an extraactor for all files without a lot of samples but this will work for the file you gave me.

Code: Select all

endian big

goto 0x70
savepos tblstart
math namestart + 0x120
for i = 0 < 9
goto tblstart
get unk01 short
get nameoff1 short
get offset long
get zsise long
get size long
savepos tblstart
set nameoff namestart
math nameoff + nameoff1
goto nameoff
get name string
comtype unzip_dynamic
clog name offset size size
next i
Last edited by chrrox on Tue Jun 22, 2010 8:18 pm, edited 1 time in total.
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

Absolutely. I need that extractor. I've been trying to get Mephiles' Model for a few days now.
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

The contents of this post was deleted because of possible forum rules violation.
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

The contents of this post was deleted because of possible forum rules violation.
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

Never mind.

I found a tool called arctool.exe at X-Cult and extracted the files from the .arc files.

now i need something to turn xnm files into 3ds files.

or does 3ds max 2011 have a xnm support plugin?

To tell the truth, I have no clue which is the model file.
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

Sorry to bump this topic, but i need something to convert .xno files (Which, if i'm not mistaken, are model files.
CodeMan89
advanced
Posts: 70
Joined: Wed Jun 16, 2010 1:04 pm

Re: New Member in need of help (Opening ARC File)

Post by CodeMan89 »

I really want Mephiles' model. All I want is a way to convert .xno files.
Post Reply