Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: zombiehunter837 on August 19, 2016, 03:28:41 AM



Title: replacing partitions with wiiscrubber
Post by: zombiehunter837 on August 19, 2016, 03:28:41 AM
i've been trying to mod the actual brawl iso without gecko so i decided to use wiiscrubber. since replacing files 1 by one took a lot of time, i tried to extract the partition and edit the files and then build the partition with partition builder.
so after finishing editing the files and building the partition, i tried to replace the partition in wiiscrubber but i can't find the option
what am i missing??

Post Merge: August 19, 2016, 10:28:20 PM
no answers?
this problem has been bugging me for a long time


Title: Re: replacing partitions with wiiscrubber
Post by: Ebola16 on August 25, 2016, 11:09:36 PM
You may want to try 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