ARC (Wii) QuickBMS Script - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: Archive (https://www.vg-resource.com/forum-65.html) +--- Forum: Old (https://www.vg-resource.com/forum-148.html) +---- Forum: Requests (https://www.vg-resource.com/forum-131.html) +---- Thread: ARC (Wii) QuickBMS Script (/thread-27842.html) |
ARC (Wii) QuickBMS Script - supersmashball - 09-22-2015 Does anybody know of one? And or can make one? RE: ARC (Wii) QuickBMS Script - Struggleton! - 09-22-2015 depends on which ARC file you're talking about, post some samples please RE: ARC (Wii) QuickBMS Script - supersmashball - 09-22-2015 (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 RE: ARC (Wii) QuickBMS Script - Struggleton! - 09-22-2015 You can open these ARC/BIN files in BrawlBox, and SZS Modifier, to extract the contents RE: ARC (Wii) QuickBMS Script - supersmashball - 09-22-2015 (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. I just want a script for BMS to extract multiple of these at once. That's what I need. RE: ARC (Wii) QuickBMS Script - TGE - 09-23-2015 I did make a quickbms script to extract these files however that doesn't handle folders RE: ARC (Wii) QuickBMS Script - supersmashball - 09-23-2015 (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! RE: ARC (Wii) QuickBMS Script - Struggleton! - 09-23-2015 Just do: Code: wszst extract -a *.bin I've tested this code and works on multiple at once RE: ARC (Wii) QuickBMS Script - supersmashball - 09-23-2015 (09-23-2015, 06:28 PM)ThatTrueStruggle Wrote: Just do: Thanks alot!!!! You've just saved me lots of time! I really appreciate it. RE: ARC (Wii) QuickBMS Script - larsenv - 09-26-2015 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 RE: ARC (Wii) QuickBMS Script - Struggleton! - 09-26-2015 (09-26-2015, 08:36 PM)larsenv Wrote: You don't need to have -a, it's likely useless... All exports all the subfiles from an archive. szs.wiimm.de Wrote:Extract and decode all known and supported files recursively. |