Users browsing this thread: 1 Guest(s)
szstools help (SOUNDS)
#1
So my friend is trying to rip sounds from Super Mario Sunshine ((Because most of the directorys online are corrupted.)) but is having problems, First thing is they are in .szs files and he needs to use szstools to open it, the problem being that he is rather new and the instructions aren't very helpful for a first-time user.

Any advice?
Reply
Thanked by:
#2
Can you upload a couple of .szs files? I'd like to test it out so that I can give proper instructions.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Reply
Thanked by:
#3
SZS files from Super Mario Sunshine can be opened by using RARCTool, I believe Cute Then all the decompiled files will be in a new folder that's been created. If RARCTool doesn't work you probably need to use YAZ0Tool, if it that's what it's called Cute
Reply
Thanked by:
#4
(01-23-2015, 10:01 PM)puggsoy Wrote: Can you upload a couple of .szs files? I'd like to test it out so that I can give proper instructions.

http://www.mediafire.com/download/ucia9p...1q/SZS.zip

(01-23-2015, 10:54 PM)ThatTrueStruggle Wrote: SZS files from Super Mario Sunshine can be opened by using RARCTool, I believe Cute Then all the decompiled files will be in a new folder that's been created. If RARCTool doesn't work you probably need to use YAZ0Tool, if it that's what it's called Cute

My friend says he sadly can't get ahold of those files anywhere, Any active links available?
Reply
Thanked by:
#5
(01-24-2015, 01:45 PM)SuperMario123311 Wrote:
(01-23-2015, 10:01 PM)puggsoy Wrote: Can you upload a couple of .szs files? I'd like to test it out so that I can give proper instructions.

http://www.mediafire.com/download/ucia9p...1q/SZS.zip

(01-23-2015, 10:54 PM)ThatTrueStruggle Wrote: SZS files from Super Mario Sunshine can be opened by using RARCTool, I believe Cute Then all the decompiled files will be in a new folder that's been created. If RARCTool doesn't work you probably need to use YAZ0Tool, if it that's what it's called Cute

My friend says he sadly can't get ahold of those files anywhere, Any active links available?

http://www.amnoid.de/gc/szstools.zip
It should be in the szstools pack Smile
edit: the tools are called yaz0dec and rarcdump Shy
Reply
Thanked by:
#6
Extract yaz0dec.exe and rarcdump.exe to a folder and place the .szs files in there. Make a .txt file and paste this in it:

Code:
@echo off

for %%f in (*.szs) do (
    yaz0dec "%%f"
    rarcdump "%%f 0.rarc"
)

Then change its extension to .bat. Run that and it should extract all your .szs files into separate folders.

If you need help with the resulting files just say, but be sure to try VGSC on them first.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Reply
Thanked by: Struggleton!


Forum Jump: