Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: rbug2006 on December 17, 2010, 05:56:47 AM



Title: Riivolution XML help
Post by: rbug2006 on December 17, 2010, 05:56:47 AM
Ok, so I have Riivolution and It works a bit. But not all the way. I get custom stages, textures and music. I even get custom movies with it. But for some reason, I can't get the custom menus to work. They work with the file patch code, so it must be something with the XML. This is my current XML:

Code:
- <wiidisc version="1">
  <id game="RSB" />
- <options>
- <section name="Files">
- <option name="File Code Replacements">
- <choice name="Enabled">
  <patch id="filecode" />
  </choice>
  </option>
  </section>
  </options>
- <patch id="filecode">
  <folder external="/private/wii/app/RSBE/pfmenu2" disc="/menu2" />
  <folder external="/private/wii/app/RSBE/pf" disc="/" />
  <folder external="/private /wii/app/RSBE/pf/movie" disc="/movie" />
  <folder external="/private/wii/app/RSBE/pf/menu" disc="/menu" />
  <folder external="/private/wii/app/RSBE/pf/menu/movie/OPMovie.thp" disc="/movie/OPMovie.thp" />
  <folder external="/private/wii/app/RSBE/pf/menu2/sc_selcharacter.pac" disc="/menu2/sc_selcharacter.pac" />
  <folder external="private/wii/ app/RSBE/pfmenu2/mu_menumain.pac" disc="/menu2/mu_menumain.pac" />
  </patch>
  </wiidisc>

I have a lot of stuff that might be unescessary, but thats what I'm here for. Can someone tell me what I need to do and what I might be able to get rid of?


Title: Re: Riivolution XML help
Post by: mnsg on December 17, 2010, 07:39:29 AM
First of all, some files in the Brawl ISO end with _en.  They mostly include files that use English text, Captain Falcon's red outfit, and the Pokemon Trainer's Final Smash.

Refer to my example XML document for some references.

http://forums.kc-mm.com/index.php?topic=11743.msg172926#msg172926 (http://forums.kc-mm.com/index.php?topic=11743.msg172926#msg172926)


Title: Re: Riivolution XML help
Post by: rbug2006 on December 17, 2010, 05:05:20 PM
I see some of my problems.... I think. like: <folder external /> instead of <file external />...

The menu I am trying to get is the "Red and Black CSS" I read on that page that that menu would not work with Riivilution. But what about other menus?


Title: Re: Riivolution XML help
Post by: mnsg on December 17, 2010, 06:51:27 PM
You need to import sc_selcharacter.pac into common5.pac when using Riivolution.


Title: Re: Riivolution XML help
Post by: rbug2006 on December 17, 2010, 07:10:36 PM
I is a noob... but how do you do that?