Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  1 [2] 3 4 5 ... 9
16  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: April 25, 2014, 07:30:35 AM

Correction, it is a damn amazing PSA for Lucas.
I still want to know how to fix the franchise logo though. It's the only thing that confuses me. I have everything else down.
17  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: April 25, 2014, 03:46:24 AM

I don't know what's wrong with this clone. The franchise logo appears as symbols on the results screen and only the results screen. Everywhere else, it works just fine(I have it use the smash logo). All of my other clones work just fine. Though I have them set to use the other existing franchise logos if that matters.
For the record it's a Lucas clone on slot 3F.

Edit
I forgot to mention that this happens on both Dolphin and my Wii.
18  Super Smash Bros. Brawl Hacking / Project Concepts / Re: Project M Unbound (Mewtwo Shadowball and Floating Working) Need PSAer on: April 15, 2014, 09:14:03 PM
need help with giving scott pilgrim and megaman compatible melee air dodge

Post Merge: April 13, 2014, 09:37:10 AM
New update beta 2 coming out wednesday
Just found this thread and I have to say, I can't wait for that. Scott Pilgrim is one of my favorite mods and I am excited to use him in the Project M environment.
I might become a beta tester as well. I play Project M with my friends almost every weekday inbetween our classes at college.

Also, subscribed.

Edit:
I've yet to actually try the pack out yet but, do any of the added characters have any real changes made to them like gravity or moveset rebalences?
19  Welcome / Rules / Feedback / Brawl Vault / Re: Brawl Vault Community Support on: March 14, 2014, 12:42:43 AM
Broken Download
http://forums.kc-mm.com/Gallery/BrawlView.php?Number=5397

New download
https://www.dropbox.com/s/5r4mslhuhszzxzm/AshChu.rar
20  Super Smash Bros. Brawl Hacking / Programming / Re: [Official] Brawlbox Discussion on: December 26, 2013, 03:45:26 AM
Oooh, thanks for the update Blackjax. Now it's time for me to use the tristripper to optimize all of the extra Project M models so they don't lag anymore.
21  Super Smash Bros. Brawl Hacking / Programming / Re: [Official] Brawlbox Development: v0.69b in progress - bugfix party! on: October 23, 2013, 12:02:42 AM
i've never had that issue b4 in any of the released BB versions... ._.
That's the thing. In v0.69b, the loop button doesn't stay checked.
22  Super Smash Bros. Brawl Hacking / Programming / Re: [Official] Brawlbox Development: v0.69b in progress - bugfix party! on: October 22, 2013, 11:49:29 PM
I don't really want to look through 1000+ pages so I don't know if this has been asked or not.
Is there any way to keep the loop button for the animations checked? When I change the animation that is selected the button unchecks.
Edit: Just noticed the guy above me just asked the same thing.
23  Help & Tutorials / Help / Need Specific help with Revo XML on: September 26, 2013, 07:24:43 PM
I need help modifying my revo xml. I am trying to set up an option that will allow me to choose between two different movesets/costumes for Lucas. I figured out a basic way to set it up by making an option that allows me to switch between the two hacks I have before I start the game, but it also has the option to disable the lucas hacks entirely. I want to have it set up so that when I choose to start up my modded brawl, I am forced to choose one hack or the other without the option to disable them.
After looking over This Page, I think what I want could be achieved using a Macro or parameter, but I am not sure how to set it up.

Here is my revo xml, minus the ocarina part.
Code:
<wiidisc version="1">
<id game="RSB" />
<options>
<section name="Custom Brawl">
<option name="Brawl Type" default="1">
<choice name="Custom Brawl">
<patch id="brawl" />
<patch id="ocarina" />
</choice>
<choice name="Overpowered Brawl">
<patch id="OPbrawl" />
<patch id="ocarina" />
</choice>
</option>
<option name="Hook" default="4">
<choice name="VI"><patch id="ocarinabase_vi" /></choice>
<choice name="KPAD"><patch id="ocarinabase_kpad" /></choice>
<choice name="Joypad"><patch id="ocarinabase_joypad" /></choice>
<choice name="GXDraw"><patch id="ocarinabase_gxdraw" /></choice>
<choice name="GXFlush"><patch id="ocarinabase_gxflush" /></choice>
<choice name="OSSleep"><patch id="ocarinabase_ossleep" /></choice>
<choice name="AxNextFrame"><patch id="ocarinabase_axnextframe" /></choice>
</option>
<option name="Lucas' Moveset" default="1">
<choice name="Default Lucas">
<patch id="lucas" />
</choice>
<choice name="Scott Pilgrim">
<patch id="scottpilgrim" />
</choice>
</option>
</section>
</options>
<patch id="brawl">
<memory valuefile="/codes/RSBE01.gct" offset="0x00570000" />
<folder external="/private/wii/app/RSBE/pf/fighter" disc="/fighter/" recursive="true" resize="true" create= "true" />
<folder external="/private/wii/app/RSBE/pf/info" disc="/info/" recursive="true" resize="true" create= "true" />
<folder external="/private/wii/app/RSBE/pf/info2" disc="/info2/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/menu" disc="/menu/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/menu2" disc="/menu2/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/module" disc="/module/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/stage" disc="/stage/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/sound/strm" disc="/sound/strm/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/sound" disc="/sound" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/movies" disc="/movie/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/info/portrite" disc="/info/portrite/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/toy" disc="/toy/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/item" disc="/item/" recursive="true" resize="true" />
<file external="/private/wii/app/RSBE/pf/sound/smashbros_sound.brsar" disc="/sound/smashbros_sound.brsar" />
    <file external="/private/wii/app/RSBE/pfmenu2/mu_menumain.pac" disc="/menu2/mu_menumain_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/info2/info.pac" disc="/info2/info_en.pac"/>
    <file external="/private/wii/app/RSBE/pfmenu2/sc_title.pac" disc="/menu2/sc_title_en.pac"/>
<file external="/private/wii/app/RSBE/pf/system/common.pac" disc="/system/common_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/system/common2.pac" disc="/system/common2_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/system/common3.pac" disc="/system/common3_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/system/common4.pac" disc="/system/common4_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/system/common5.pac" disc="/system/common5_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/fighter/captain/FitCaptain01.pcs" disc="/fighter/captain/FitCaptain01_en.pcs"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGDXPSTADIUM.pac" disc="/stage/melee/STGDXPSTADIUM_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGGW.pac" disc="/stage/melee/STGGW_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGHOMERUN.pac" disc="/stage/melee/STGHOMERUN_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGMADEIN.pac" disc="/stage/melee/STGMADEIN_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK.pac" disc="/stage/melee/STGNEWPORK_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGPICTCHAT.pac" disc="/stage/melee/STGPICTCHAT_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGRESULT.pac" disc="/stage/melee/STGRESULT_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGSTADIUM.pac" disc="/stage/melee/STGSTADIUM_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_00.pac" disc="/stage/melee/STGVILLAGE_00_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_01.pac" disc="/stage/melee/STGVILLAGE_01_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_02.pac" disc="/stage/melee/STGVILLAGE_02_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_03.pac" disc="/stage/melee/STGVILLAGE_03_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_04.pac" disc="/stage/melee/STGVILLAGE_04_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGDXONETT.pac" disc="/stage/melee/STGDXONETT_en.pac"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGFINAL_A.pac" disc="/stage/melee/STGFINAL_A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGFINAL_B.pac" disc="/stage/melee/STGFINAL_B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGFINAL_C.pac" disc="/stage/melee/STGFINAL_C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGFINAL_D.pac" disc="/stage/melee/STGFINAL_D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGBATTLEFIELD_A.pac" disc="/stage/melee/STGBATTLEFIELD_A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGBATTLEFIELD_B.pac" disc="/stage/melee/STGBATTLEFIELD_B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGBATTLEFIELD_C.pac" disc="/stage/melee/STGBATTLEFIELD_C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGBATTLEFIELD_D.pac" disc="/stage/melee/STGBATTLEFIELD_D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK_A.pac" disc="/stage/melee/STGNEWPORK_A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK_B.pac" disc="/stage/melee/STGNEWPORK_B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK_C.pac" disc="/stage/melee/STGNEWPORK_C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK_D.pac" disc="/stage/melee/STGNEWPORK_D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGJUNGLE_A.pac" disc="/stage/melee/STGJUNGLE_A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGJUNGLE_B.pac" disc="/stage/melee/STGJUNGLE_B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGJUNGLE_C.pac" disc="/stage/melee/STGJUNGLE_C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGJUNGLE_D.pac" disc="/stage/melee/STGJUNGLE_D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM01.pac" disc="/stage/melee/STGCUSTOM01.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom01.rel" disc="/module/st_custom01.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM02.pac" disc="/stage/melee/STGCUSTOM02.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom02.rel" disc="/module/st_custom02.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM03.pac" disc="/stage/melee/STGCUSTOM03.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom03.rel" disc="/module/st_custom03.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM04.pac" disc="/stage/melee/STGCUSTOM04.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom04.rel" disc="/module/st_custom04.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM05.pac" disc="/stage/melee/STGCUSTOM05.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom05.rel" disc="/module/st_custom05.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM06.pac" disc="/stage/melee/STGCUSTOM06.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom06.rel" disc="/module/st_custom06.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM07.pac" disc="/stage/melee/STGCUSTOM07.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom07.rel" disc="/module/st_custom07.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM08.pac" disc="/stage/melee/STGCUSTOM08.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom08.rel" disc="/module/st_custom08.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM09.pac" disc="/stage/melee/STGCUSTOM09.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom09.rel" disc="/module/st_custom09.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0A.pac" disc="/stage/melee/STGCUSTOM0A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0A.rel" disc="/module/st_custom0A.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0B.pac" disc="/stage/melee/STGCUSTOM0B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0B.rel" disc="/module/st_custom0B.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0C.pac" disc="/stage/melee/STGCUSTOM0C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0C.rel" disc="/module/st_custom0C.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0D.pac" disc="/stage/melee/STGCUSTOM0D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0D.rel" disc="/module/st_custom0D.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0E.pac" disc="/stage/melee/STGCUSTOM0E.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0E.rel" disc="/module/st_custom0E.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0F.pac" disc="/stage/melee/STGCUSTOM0F.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0F.rel" disc="/module/st_custom0F.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM10.pac" disc="/stage/melee/STGCUSTOM10.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom10.rel" disc="/module/st_custom10.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM11.pac" disc="/stage/melee/STGCUSTOM11.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom11.rel" disc="/module/st_custom11.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM12.pac" disc="/stage/melee/STGCUSTOM12.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom12.rel" disc="/module/st_custom12.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM13.pac" disc="/stage/melee/STGCUSTOM13.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom13.rel" disc="/module/st_custom13.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM14.pac" disc="/stage/melee/STGCUSTOM14.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom14.rel" disc="/module/st_custom14.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM15.pac" disc="/stage/melee/STGCUSTOM15.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom15.rel" disc="/module/st_custom15.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM16.pac" disc="/stage/melee/STGCUSTOM16.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom16.rel" disc="/module/st_custom16.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM17.pac" disc="/stage/melee/STGCUSTOM17.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom17.rel" disc="/module/st_custom17.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM18.pac" disc="/stage/melee/STGCUSTOM18.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom18.rel" disc="/module/st_custom18.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM19.pac" disc="/stage/melee/STGCUSTOM19.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom19.rel" disc="/module/st_custom19.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1A.pac" disc="/stage/melee/STGCUSTOM1A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1A.rel" disc="/module/st_custom1A.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1B.pac" disc="/stage/melee/STGCUSTOM1B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1B.rel" disc="/module/st_custom1B.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1C.pac" disc="/stage/melee/STGCUSTOM1C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1C.rel" disc="/module/st_custom1C.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1D.pac" disc="/stage/melee/STGCUSTOM1D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1D.rel" disc="/module/st_custom1D.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1E.pac" disc="/stage/melee/STGCUSTOM1E.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1E.rel" disc="/module/st_custom1E.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1F.pac" disc="/stage/melee/STGCUSTOM1F.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1F.rel" disc="/module/st_custom1F.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM20.pac" disc="/stage/melee/STGCUSTOM20.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom20.rel" disc="/module/st_custom20.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM21.pac" disc="/stage/melee/STGCUSTOM21.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom21.rel" disc="/module/st_custom21.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM22.pac" disc="/stage/melee/STGCUSTOM22.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom22.rel" disc="/module/st_custom22.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM23.pac" disc="/stage/melee/STGCUSTOM23.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom23.rel" disc="/module/st_custom23.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM24.pac" disc="/stage/melee/STGCUSTOM24.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom24.rel" disc="/module/st_custom24.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM25.pac" disc="/stage/melee/STGCUSTOM25.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom25.rel" disc="/module/st_custom25.rel" create= "true"/>
                <file external="/private/wii/app/RSBE/pf/fighter/warioman/FitWarioMan00.pcs" disc="/fighter/warioman/FitWarioMan00.pcs" create= "true"/>
                <file external="/private/wii/app/RSBE/pf/fighter/warioman/FitWarioMan00.pac" disc="/fighter/warioman/FitWarioMan00.pac" create= "true"/>
                <file external="/private/wii/app/RSBE/pf/fighter/gkoopa/FitGKoopa00.pcs" disc="/fighter/gkoopa/FitGKoopa00.pcs" create= "true"/>
        <file external="/private/wii/app/RSBE/pf/fighter/gkoopa/FitGKoopa00.pac" disc="/fighter/gkoopa/FitGKoopa00.pac" create= "true"/>
        <folder external="/private/wii/app/rsbe/pf/sound/sfx/" disc="/sound/sfx/" create="true" resize="true" />



        </patch>

<patch id="OPbrawl">
<memory valuefile="/codes/RSBE01.gct" offset="0x00570000" />
<folder external="/private/wii/app/RSBE/pf/fighterOP" disc="/fighter/" recursive="true" resize="true" create= "true" />
<folder external="/private/wii/app/RSBE/pf/info" disc="/info/" recursive="true" resize="true" create= "true" />
<folder external="/private/wii/app/RSBE/pf/info2" disc="/info2/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/menu" disc="/menu/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/menu2" disc="/menu2/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/module" disc="/module/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/stage" disc="/stage/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/sound/strm" disc="/sound/strm/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/sound" disc="/sound" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/movies" disc="/movie/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/info/portrite" disc="/info/portrite/" recursive="true" resize="true" />
<folder external="/private/wii/app/RSBE/pf/item" disc="/item/" recursive="true" resize="true" />
<file external="/private/wii/app/RSBE/pf/sound/smashbros_sound.brsar" disc="/sound/smashbros_sound.brsar" />
    <file external="/private/wii/app/RSBE/pfmenu2/mu_menumain.pac" disc="/menu2/mu_menumain_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/info2/info.pac" disc="/info2/info_en.pac"/>
    <file external="/private/wii/app/RSBE/pfmenu2/sc_title.pac" disc="/menu2/sc_title_en.pac"/>
<file external="/private/wii/app/RSBE/pf/system/common.pac" disc="/system/common_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/system/common2.pac" disc="/system/common2_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/system/common3.pac" disc="/system/common3_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/system/common4.pac" disc="/system/common4_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/system/common5.pac" disc="/system/common5_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/fighter/captain/FitCaptain01.pcs" disc="/fighter/captain/FitCaptain01_en.pcs"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGDXPSTADIUM.pac" disc="/stage/melee/STGDXPSTADIUM_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGGW.pac" disc="/stage/melee/STGGW_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGHOMERUN.pac" disc="/stage/melee/STGHOMERUN_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGMADEIN.pac" disc="/stage/melee/STGMADEIN_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK.pac" disc="/stage/melee/STGNEWPORK_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGPICTCHAT.pac" disc="/stage/melee/STGPICTCHAT_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGRESULT.pac" disc="/stage/melee/STGRESULT_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGSTADIUM.pac" disc="/stage/melee/STGSTADIUM_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_00.pac" disc="/stage/melee/STGVILLAGE_00_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_01.pac" disc="/stage/melee/STGVILLAGE_01_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_02.pac" disc="/stage/melee/STGVILLAGE_02_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_03.pac" disc="/stage/melee/STGVILLAGE_03_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGVILLAGE_04.pac" disc="/stage/melee/STGVILLAGE_04_en.pac"/>
    <file external="/private/wii/app/RSBE/pf/stage/melee/STGDXONETT.pac" disc="/stage/melee/STGDXONETT_en.pac"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGFINAL_A.pac" disc="/stage/melee/STGFINAL_A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGFINAL_B.pac" disc="/stage/melee/STGFINAL_B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGFINAL_C.pac" disc="/stage/melee/STGFINAL_C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGFINAL_D.pac" disc="/stage/melee/STGFINAL_D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGBATTLEFIELD_A.pac" disc="/stage/melee/STGBATTLEFIELD_A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGBATTLEFIELD_B.pac" disc="/stage/melee/STGBATTLEFIELD_B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGBATTLEFIELD_C.pac" disc="/stage/melee/STGBATTLEFIELD_C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGBATTLEFIELD_D.pac" disc="/stage/melee/STGBATTLEFIELD_D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK_A.pac" disc="/stage/melee/STGNEWPORK_A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK_B.pac" disc="/stage/melee/STGNEWPORK_B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK_C.pac" disc="/stage/melee/STGNEWPORK_C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGNEWPORK_D.pac" disc="/stage/melee/STGNEWPORK_D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGJUNGLE_A.pac" disc="/stage/melee/STGJUNGLE_A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGJUNGLE_B.pac" disc="/stage/melee/STGJUNGLE_B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGJUNGLE_C.pac" disc="/stage/melee/STGJUNGLE_C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGJUNGLE_D.pac" disc="/stage/melee/STGJUNGLE_D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM01.pac" disc="/stage/melee/STGCUSTOM01.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom01.rel" disc="/module/st_custom01.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM02.pac" disc="/stage/melee/STGCUSTOM02.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom02.rel" disc="/module/st_custom02.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM03.pac" disc="/stage/melee/STGCUSTOM03.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom03.rel" disc="/module/st_custom03.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM04.pac" disc="/stage/melee/STGCUSTOM04.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom04.rel" disc="/module/st_custom04.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM05.pac" disc="/stage/melee/STGCUSTOM05.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom05.rel" disc="/module/st_custom05.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM06.pac" disc="/stage/melee/STGCUSTOM06.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom06.rel" disc="/module/st_custom06.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM07.pac" disc="/stage/melee/STGCUSTOM07.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom07.rel" disc="/module/st_custom07.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM08.pac" disc="/stage/melee/STGCUSTOM08.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom08.rel" disc="/module/st_custom08.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM09.pac" disc="/stage/melee/STGCUSTOM09.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom09.rel" disc="/module/st_custom09.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0A.pac" disc="/stage/melee/STGCUSTOM0A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0A.rel" disc="/module/st_custom0A.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0B.pac" disc="/stage/melee/STGCUSTOM0B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0B.rel" disc="/module/st_custom0B.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0C.pac" disc="/stage/melee/STGCUSTOM0C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0C.rel" disc="/module/st_custom0C.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0D.pac" disc="/stage/melee/STGCUSTOM0D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0D.rel" disc="/module/st_custom0D.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0E.pac" disc="/stage/melee/STGCUSTOM0E.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0E.rel" disc="/module/st_custom0E.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM0F.pac" disc="/stage/melee/STGCUSTOM0F.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom0F.rel" disc="/module/st_custom0F.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM10.pac" disc="/stage/melee/STGCUSTOM10.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom10.rel" disc="/module/st_custom10.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM11.pac" disc="/stage/melee/STGCUSTOM11.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom11.rel" disc="/module/st_custom11.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM12.pac" disc="/stage/melee/STGCUSTOM12.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom12.rel" disc="/module/st_custom12.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM13.pac" disc="/stage/melee/STGCUSTOM13.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom13.rel" disc="/module/st_custom13.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM14.pac" disc="/stage/melee/STGCUSTOM14.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom14.rel" disc="/module/st_custom14.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM15.pac" disc="/stage/melee/STGCUSTOM15.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom15.rel" disc="/module/st_custom15.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM16.pac" disc="/stage/melee/STGCUSTOM16.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom16.rel" disc="/module/st_custom16.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM17.pac" disc="/stage/melee/STGCUSTOM17.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom17.rel" disc="/module/st_custom17.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM18.pac" disc="/stage/melee/STGCUSTOM18.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom18.rel" disc="/module/st_custom18.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM19.pac" disc="/stage/melee/STGCUSTOM19.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom19.rel" disc="/module/st_custom19.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1A.pac" disc="/stage/melee/STGCUSTOM1A.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1A.rel" disc="/module/st_custom1A.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1B.pac" disc="/stage/melee/STGCUSTOM1B.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1B.rel" disc="/module/st_custom1B.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1C.pac" disc="/stage/melee/STGCUSTOM1C.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1C.rel" disc="/module/st_custom1C.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1D.pac" disc="/stage/melee/STGCUSTOM1D.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1D.rel" disc="/module/st_custom1D.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1E.pac" disc="/stage/melee/STGCUSTOM1E.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1E.rel" disc="/module/st_custom1E.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM1F.pac" disc="/stage/melee/STGCUSTOM1F.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom1F.rel" disc="/module/st_custom1F.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM20.pac" disc="/stage/melee/STGCUSTOM20.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom20.rel" disc="/module/st_custom20.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM21.pac" disc="/stage/melee/STGCUSTOM21.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom21.rel" disc="/module/st_custom21.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM22.pac" disc="/stage/melee/STGCUSTOM22.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom22.rel" disc="/module/st_custom22.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM23.pac" disc="/stage/melee/STGCUSTOM23.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom23.rel" disc="/module/st_custom23.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM24.pac" disc="/stage/melee/STGCUSTOM24.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom24.rel" disc="/module/st_custom24.rel" create= "true"/>
<file external="/private/wii/app/RSBE/pf/stage/melee/STGCUSTOM25.pac" disc="/stage/melee/STGCUSTOM25.pac" create= "true"/>
<file external="/private/wii/app/RSBE/pf/module/st_custom25.rel" disc="/module/st_custom25.rel" create= "true"/>
                <file external="/private/wii/app/RSBE/pf/fighter/warioman/FitWarioMan00.pcs" disc="/fighter/warioman/FitWarioMan00.pcs" create= "true"/>
                <file external="/private/wii/app/RSBE/pf/fighter/warioman/FitWarioMan00.pac" disc="/fighter/warioman/FitWarioMan00.pac" create= "true"/>
                <file external="/private/wii/app/RSBE/pf/fighter/gkoopa/FitGKoopa00.pcs" disc="/fighter/gkoopa/FitGKoopa00.pcs" create= "true"/>
        <file external="/private/wii/app/RSBE/pf/fighter/gkoopa/FitGKoopa00.pac" disc="/fighter/gkoopa/FitGKoopa00.pac" create= "true"/>
        <folder external="/private/wii/app/rsbe/pf/sound/sfx/" disc="/sound/sfx/" create="true" resize="true" />



        </patch>


<patch id="lucas">
<folder external="/private/wii/app/RSBE/pf/fighter/reglucas" disc="/fighter/lucas" recursive="true" resize="true" create= "true" />
        </patch>


<patch id="scottpilgrim">
<folder external="/private/wii/app/RSBE/pf/fighter/scottpilgrim" disc="/fighter/lucas" recursive="true" resize="true" create= "true" />
        </patch>

</wiidisc>
24  Super Smash Bros. Brawl Hacking / Portraits, Menus, (etc...) / Re: The Official cBliss Character Recolors Project on: July 31, 2013, 05:52:00 AM
Sorry I have been inactive for... well over a month and a half guys. I pretty much burned myself out of Brawl hacking for awhile. Not to mention I have been busy playing animal crossing and helping my parents renovate their kitchen.

I have been mulling it over for a bit and I think I am going to abandon this project. It is WAY too much work for someone who has problems managing time and workloads like me. Not to mention that my next semester of collage is starting up for me in about 2 weeks.
If anyone is willing to take over the CBliss recolors project I will happily allow them to do so.
Even though I am abandoning this project, I will still fix and keep up the filler pack like adding the few missing files that need to be added as well as add a version for the 15 slot CBliss that ASF1nk is working on (if he ever releases it).

I am really sorry to all of you that were helping to contribute to this project. I thank you though for your help up to this point.




So I noticed you used my Dark Bowser...but the pic isn&#039;t working for me. lol
Also all these "Download?" links...they keep sending me to DropBox&#039;s Error 403 and saying that I don&#039;t belong there and that maybe I should sign in, which I am signed in, but I still get the error....
It's my fault that happens. I tried to set up a direct download link. It works, but only for me. Everyone else gets that error.

25  Super Smash Bros. Brawl Hacking / Portraits, Menus, (etc...) / Re: The Official cBliss Character Recolors Project on: June 07, 2013, 05:48:53 PM
Sorry everyone. I have been really busy these last few days and haven't been able to do much. I will update everything tomorrow or Sunday.
26  Super Smash Bros. Brawl Hacking / Programming / Re: cBliss v1.5 [POLL] [OP Update 06/06/13] on: June 07, 2013, 05:42:05 PM
I use riivo. I only had one freeze and that was because I had forgotten to copy the riivo xml. I havn't had a crash since. I have been playing with 1, 2, 3, and 4 players and have done single player with the new slots. It is very likely human error.
27  Help & Tutorials / Help / Re: random freezing with cbliss v1.5 on: June 06, 2013, 03:36:10 PM
aah i see. But some of the costumes i use only have a pcs file, so if i copy the files as you said, the pcs will be the costume i already have, but the pac will be a different costume, does that work or should i copy both pcs and pac from your filler pack?
It won't really matter. You need to have them though. The fact that you diddn't have both the .Pac and .PCS files is the main reason why you were freezing.
28  Super Smash Bros. Brawl Hacking / Portraits, Menus, (etc...) / Re: The Official cBliss Character Recolors Project on: June 05, 2013, 10:42:39 PM
Hey, i've been combining the codes of PM 2.5 with the CBliss 1.5 but i've encountered one big bump. The problem is that the three pokemons (ivy, squirtle and charizard) don't show me the extra slots. ¿do you know what could be doing it?

I used Ocarina to merge the codes and it's working perfect. The only issues are the one that I mentioned and that the CSS doesn't stay as the PM 2.5 CSS, but i believe that it happens because the file sc_selcharacter witch only changes the visual style and as the extra slots.

BTW: FREAKING AWESOME!!! So many thanks! i'm happy as F. Thanks *-*
I couldn't tell you. Ask ASF1nk in his cBliss thread.
29  Super Smash Bros. Brawl Hacking / Programming / Re: cBliss v1.5 [Wario Fixed] [Riivo Kit] on: June 05, 2013, 10:41:06 PM
I guess you have to have all the character files and have them filled up with pcs's and pacs even the character files you dont want to use. I think.
Use my pack. It fills up every new slot with a filler character. Check the OP here for a link to my thread that has it.
30  Help & Tutorials / Help / Re: Several download links containing viruses on: June 05, 2013, 07:08:30 PM
There is also Microsoft Security Essentials (MSE). It is also a very good antivirus program.
Pages:  1 [2] 3 4 5 ... 9