Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: Juri Han on December 08, 2010, 09:47:46 AM



Title: Riivolution Walkthrough
Post by: Juri Han on December 08, 2010, 09:47:46 AM
I apologize for having to post this, but I'm having trouble setting up Riivolution. I don't get a few things about the directory is all :/ so I'm hoping with any luck, that a Riivolution-savvy user can help me out here.

I read the Riivolution guides, but for some reason, I'm still not getting it. For example:

=========== Where do I place my mods? ===================

X:/brawlmods/bbrawl/ - Balanced Brawl. RSBE01.gct goes in this folder, as well as all of the other "pf" files.

X:/brawlmods/brawlminus/ - Brawl Minus. RSBE01.gct goes in this folder, as well as all of the other "pf" files.

X:/brawlmods/brawlplus/ - Brawl Plus. RSBE01.gct goes in this folder, as well as all of the other "pf" files.

X:/brawlmods/custom1/ - Custom Set #1. RSBE01.gct goes in the root of this folder. Contains "fighter",
"info", "info2", "menu", "menu2", "module", "stage" and "system" folders as well.

X:/brawlmods/custom2/ - Custom Set #2. RSBE01.gct goes in the root of this folder. Contains "fighter",
"info", "info2", "menu", "menu2", "module", "stage" and "system" folders as well.

X:/brawlmods/projectm/ - Project: M. RSBE01.gct goes in this folder, as well as all of the other "pf" files.

X:/brawlmods/vbrawl/ - Regular Brawl. RSBE01.gct goes in the root of this folder. Contains "fighter",
"info", "info2", "menu", "menu2", "module", "stage" and "system" folders as well.

=========== Where do I place my music? ===================

X:/brawlmods/music/ - Where you place "info.pac", and optionally, "smashbros_sound.brsar".
X:/brawlmods/music/strm/ - Where you place all of your BRSTM files to be used in game.

=========== Where do I place my textures? ================

X:/brawlmods/textures/fighter/ - All of the character textures go here, e.g. X:/brawlmods/textures/fighter/captain/FitCaptain00.pac
X:/brawlmods/textures/info/ - Anything that belongs in "info" goes in here.
X:/brawlmods/textures/menu/ - Anythin that belongs in "menu" goes in here.
X:/brawlmods/textures/menu2/ - Anything that belongs in "menu2" or "pfmenu2" goes in here.
X:/brawlmods/stages/ - All stage textures (pac) + any module files (rel) go here.

=========== How about my movies (THP files)? =============

X:/brawlmods/movies/ - Place any THP files you have in here.

I'm having a problem with the mod/texture placement. If someone could help me out with this, or maybe provide me with a pre-made Riivolution directory, I would really appreciate it.


Title: Re: Riivolution Walkthrough
Post by: New Age Retro Hacker on December 08, 2010, 12:45:32 PM
Wait, can you show me your .XML?
I use this one and it's FAR easier:
Code:
- <wiidisc version="1">
  <id game="RSBP" />
  -
- <options>
  -
- <section name="Textures and stages">
  -
- <option name="Character skins and custom stages">
  -
- <choice name="Enabled">
  <patch id="ssbbfolder" />
  </choice>
  </option>
  </section>
  </options>
  -
- <patch id="ssbbfolder">
  <folder external="/ssbb" recursive="false" />
  <folder external="/ssbb" disc="/" />
  </patch>
  </wiidisc>
Put everything in a folder called ''ssbb'' and put it in the root of the SD (change RSBP to RSBE if you use NTSC-U).
You can use the same setup if you want to have separate folders for stuff like PSAs, just change "ssbbfolder" into "[foldernamehere]folder"