Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: Meeper12346 on July 19, 2016, 02:29:12 PM



Title: How do I get WiiScrubber working on OS X?
Post by: Meeper12346 on July 19, 2016, 02:29:12 PM
I know that there is a sticky for how to get BrawlBox working for OS X, but I need WiiScrubber to actually put the .pac and .pcs files in my Brawl ISO. Thank you to all in advance  :af2:


Title: Re: How do I get WiiScrubber working on OS X?
Post by: Ebola16 on July 20, 2016, 01:35:43 PM
I don't use OS X but this is the best advice I can offer:

Run Windows in a virtual machine
or
use WIT to extract and recompile your .iso (http://wit.wiimm.de/ (http://wit.wiimm.de/))

On Windows these commands will allow you to do what you want in WIT:

WIT can be downloaded here [url]http://wit.wiimm.de/.[/url] ([url]http://wit.wiimm.de/.[/url]) The documentation is also pretty thorough.

After installing, run this command in wit-console.bat with the proper values (this may be a different file if you aren't using Windows).

wit extract BrawlISOName.iso workdir.d

^This creates a filesystem in workdir.d from a BrawlISOName.iso

Then edit the filesystem with the files you want to add/replace

Then run this command in wit-console.bat

wit copy workdir.d BrawlISOName.iso -o

^This creates BrawlISOName.iso from the files in workdir.d. It may take 5-15 minutes depending on your computer's specs