Problems in extracting wii files.
-
phlyingpig
- n00b
- Posts: 10
- Joined: Wed Oct 20, 2010 6:51 pm
Problems in extracting wii files.
These are some files I'm trying to extract.
I have read the QUICKBMS GUIDE but still can't find the rules of the .arc files.
The path name in the header is clear but I have no idea of the other fields.
Could anybody give some advice of extracting?
And there is no filename extension in the path. How could I know the format of the models?
I have read the QUICKBMS GUIDE but still can't find the rules of the .arc files.
The path name in the header is clear but I have no idea of the other fields.
Could anybody give some advice of extracting?
And there is no filename extension in the path. How could I know the format of the models?
You do not have the required permissions to view the files attached to this post.
- chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Re: Problems in extracting wii files.
what wii game is it. if its an arc there is a nintendo game there is an arc extractor on the internet
-
phlyingpig
- n00b
- Posts: 10
- Joined: Wed Oct 20, 2010 6:51 pm
Re: Problems in extracting wii files.
Sengoku basara 3
A Capcom game.
I have tryied many tools to extract but no one works. Include some extractor for Capcom's PC games.
A Capcom game.
I have tryied many tools to extract but no one works. Include some extractor for Capcom's PC games.
- chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Re: Problems in extracting wii files.
same as ps3 archive and same as re5 archive this will extract the files.
endian big
get idstring long
get version short
get files short
comtype zlib_noerror
for i = 0 < files
getdstring name 0x40
get type long
string name + .
string name + type
get zsize long
get size long
get offset long
clog name offset zsize size
next i
-
phlyingpig
- n00b
- Posts: 10
- Joined: Wed Oct 20, 2010 6:51 pm
Re: Problems in extracting wii files.
Thank you so much for your help.
Have been troubled for a few weeks since the game released.
Now I'm trying to convert it to some format that 3ds can open.
Is there any rules in this kind of files or tools to convert?
Have been troubled for a few weeks since the game released.
Now I'm trying to convert it to some format that 3ds can open.
Is there any rules in this kind of files or tools to convert?
- chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Re: Problems in extracting wii files.
not yet i am working on the ps3 models.
I do not plan to support wii models unless they are the same format.

I do not plan to support wii models unless they are the same format.

-
phlyingpig
- n00b
- Posts: 10
- Joined: Wed Oct 20, 2010 6:51 pm
Re: Problems in extracting wii files.
what does the format relate to?
the platform? or the company which made the game?
ummmmm....
I have seen the models of wii games you have posted on another forum. So I think maybe there is some experience you could share.
This is a wii/ps3 game. Does it mean anything?
the platform? or the company which made the game?
ummmmm....
I have seen the models of wii games you have posted on another forum. So I think maybe there is some experience you could share.
This is a wii/ps3 game. Does it mean anything?
-
phlyingpig
- n00b
- Posts: 10
- Joined: Wed Oct 20, 2010 6:51 pm
-
phlyingpig
- n00b
- Posts: 10
- Joined: Wed Oct 20, 2010 6:51 pm
Re: Problems in extracting wii files.
The brres viewer for wii is perfect now but I couldnt find any tools to view the models in ps3 games.
the directory tree of the both edition are the same and i can extract the ps3 files with the same script but i cant view the models. Is there any tools released at present to view ps3 models?
the directory tree of the both edition are the same and i can extract the ps3 files with the same script but i cant view the models. Is there any tools released at present to view ps3 models?
