Strange file with .swarc extension
-
- Posts: 3
- Joined: Sat Dec 27, 2014 3:00 am
Re: Strange file with .swarc extension
Apparently it's not impossible since someone was able to get the textures and audio. I want to get the models.
-
- Posts: 3
- Joined: Thu Mar 05, 2015 11:37 pm
Re: Strange file with .swarc extension
why do you want the others? They're just .b3d files and some main game code.
-
- Posts: 3
- Joined: Sat Dec 27, 2014 3:00 am
Re: Strange file with .swarc extension
.b3d are models. I don't care about the code. Some people might want the code though.
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Strange file with .swarc extension
Here's what you could do: successively search for known file identifiers with my generic file splitter on XeNTax. Try to identify as many as you can and alwas scan all the split files with it. That's the way I ripped Heavy Rain and Beyond: Two Souls btw.
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
Hi, this is me, its been a while since Iv'e been on here, but I was wondering where the generic file splitter is.
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
I have a script that I started on, if anyone can help me with it, its for the game archive that I wrote about a while back, but there is a new version of this now, it is over 350 MB in size now.
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Strange file with .swarc extension
It's MoleBox 2.x package. Here steps for unpack:
1) Download MoleBox Unpacker here
2) Create BAT file and add args like this
where XXXXXXXXXXXXXX it's key (i found only for 5 and 6 release's):
RELEASE 5 - 994A0F6FF83805E4780AD1E2A640EF69
RELEASE 6 - 3DC67C130404F0FAAFD06BE86568F090
Save, Close, Run => Profit.
1) Download MoleBox Unpacker here
2) Create BAT file and add args like this
Code: Select all
molebox2ext -o "E:\Downloads\Sonic World RELEASE 5\GameArchive.swarc" "E:\Downloads\Sonic World RELEASE 5\Unpacked" XXXXXXXXXXXXXXXXXX
where XXXXXXXXXXXXXX it's key (i found only for 5 and 6 release's):
RELEASE 5 - 994A0F6FF83805E4780AD1E2A640EF69
RELEASE 6 - 3DC67C130404F0FAAFD06BE86568F090
Save, Close, Run => Profit.
Last edited by Ekey on Mon Sep 21, 2015 8:28 pm, edited 2 times in total.
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
Okay thanks.
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
I'm confused about the letter E in the code, is that the drive letter, mine is C and I have my copy of the game in C\Documents\Sonic World RELEASE 6.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Strange file with .swarc extension
Of course you need to specify your path's for archive and output directory.
Code: Select all
molebox2ext -o "YOUR ARCHIVE PATH" "YOUR OUTPUT DIRECTORY PATH" XXXXXXXXXXXXXXXXXX
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
I ran the batch file with the path correct and all, but all I get is a split second cmd window and nothing else.
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
I may need to send the file to you, for some reason when I run the batch file it just opens for a second then closes.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Strange file with .swarc extension
You need create BAT file near molebox2ext.exe
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
I did that, but same thing, does the .bat file need a specific name?
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
I'm uploading the file, sorry to be a bother but all I see is the code for the batch file for a split second and not the files being unpacked.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Strange file with .swarc extension
Also if output path does not exist you need create it manualy because tool does not create it automatically.
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
I tried using another path, but same thing happens, don't know if its my machine that is causing it, but here is my path I'm using.molebox2ext -o "C:\Downloads\Sonic World RELEASE 6\GameArchive.swarc" "C:\Downloads\Sonic World RELEASE 6\Unpacked" 3DC67C130404F0FAAFD06BE86568F090
-
- Posts: 42
- Joined: Wed Dec 17, 2014 12:20 pm
Re: Strange file with .swarc extension
Here is the link to the game archive, I keep getting some sort of error message as well as the quick close when I run the batch file, I have everything correct, including the external path for the folders.https://www.mediafire.com/?q3j2tqry9ii7jj8 I am using Release 6 of the game, If you can send back the file opened I would appreciate it.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Strange file with .swarc extension
Create manually Unpacked folder in C:\Downloads\Sonic World RELEASE 6\