The VG Resource

Full Version: ARC (Wii) QuickBMS Script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anybody know of one?
And or can make one?
depends on which ARC file you're talking about, post some samples please
(09-22-2015, 08:41 PM)ThatTrueStruggle Wrote: [ -> ]depends on which ARC file you're talking about, post some samples please

Here ya go.
SAMPLE 1
You can open these ARC/BIN files in BrawlBox, and SZS Modifier, to extract the contents
(09-22-2015, 09:47 PM)ThatTrueStruggle Wrote: [ -> ]You can open these ARC/BIN files in BrawlBox, and SZS Modifier, to extract the contents

Well, what I mean is, I don't have the time to extract these singularly.
It's a painstaking progress. Ouch!
I just want a script for BMS to extract multiple of these at once.
That's what I need. Question Block
I did make a quickbms script to extract these files however that doesn't handle folders
(09-23-2015, 07:01 AM)TGE Wrote: [ -> ]I did make a quickbms script to extract these files however that doesn't handle folders

I don't need to have folder handling, I just need it for 1 folder at a time.
Please post! Big Grin
Just do:
Code:
wszst extract -a *.bin

I've tested this code and works on multiple at once Smile
(09-23-2015, 06:28 PM)ThatTrueStruggle Wrote: [ -> ]Just do:
Code:
wszst extract -a *.bin

I've tested this code and works on multiple at once Smile

Thanks alot!!!! Pretty Content (✿◡‿‿◡)
You've just saved me lots of time!
I really appreciate it.
You don't need to have -a, it's likely useless...

wszst xx can extract all TPLs and everything else it supports...

Read this for more details:

http://www.vg-resource.com/thread-27675.html
(09-26-2015, 08:36 PM)larsenv Wrote: [ -> ]You don't need to have -a, it's likely useless...

wszst xx can extract all TPLs and everything else it supports...

Read this for more details:

http://www.vg-resource.com/thread-27675.html

All exports all the subfiles from an archive.
szs.wiimm.de Wrote:Extract and decode all known and supported files recursively.