Title: Riivolution is busting my balls... Post by: Velen on July 13, 2010, 10:26:21 AM Okay, so far, I have it up and running to the point that I can select characters in Brawl+ at the CSS without any problems. However, when I select a stage at the SSS, I get the "Piiiiiiiiiii of Doom". This happens especially whenever I have select Final Destination.
I have checked the XML file in TextEdit to see where it is looking for everything, and am pretty dang sure everything is in the right place. So why am I getting this error? I'll check the XML again just to make sure everything is set up right, cause at this point I am about at my wit's end. EDIT: Also need help with something else. libertyernie showed me a bug in the XML's code and how to fix it. Thing is I don't know how to add it to the code without screwing the XML up like all hell. The XML I am talking about is the modslauncher.XML. Title: Re: Riivolution is busting my balls... Post by: Miniova on July 13, 2010, 10:36:30 AM Umm.... did you make sure those stages actually work?
Title: Re: Riivolution is busting my balls... Post by: Velen on July 13, 2010, 10:39:48 AM Umm.... did you make sure those stages actually work? How am I supposed to know if they should work before hand? As far as I know, they should work, or they wouldn't have been released in the latest B+ DL at all, amirite? Title: Re: Riivolution is busting my balls... Post by: Miniova on July 13, 2010, 10:44:53 AM Umm.... did you make sure those stages actually work? How am I supposed to know if they should work before hand? As far as I know, they should work, or they wouldn't have been released in the latest B+ DL at all, amirite? Title: Re: Riivolution is busting my balls... Post by: Velen on July 13, 2010, 01:22:31 PM Anyway, anyone know how I put that bit of code in to fix that bug?
The only thing that is empty in the brawlplus folder is the MODULE folder. Title: Re: Riivolution is busting my balls... Post by: Velen on July 15, 2010, 02:10:07 PM Bumping because I still don't have a solution to this.
I have recopied everything from the latest download that I needed. It should work fine, but whenever I have everything enabled, FD causes the Piiiiiiiii of Doom to happen and Port Town Aero Dive soft freezes on me. I have yet to get into a single match in Brawl+ since I have gotten the thing itself to load up. I am going to test the other stages to see if any of them work. BTW, here is libertyernie's post about the bug in the Modslauncher XML. Where things go depends on what it says in your XML. I assume you're using Bionic's XML from Smashboards, since everything is in "brawlmods." Code: =========== Where do I place my mods? =================== Also, there's a little bug I just found that you'll only need to fix if you want to use stages that need different .rel files. There are two times in the XML where you see: Code: <folder external="/brawlmods/stages" disc="/stage/melee/" recursive="true" resize="true" /> Code: <folder external="/brawlmods/stages" disc="/module/" recursive="true" resize="true" /> How do I insert that code into the XML without screwing it up royally? Title: Re: Riivolution is busting my balls... Post by: libertyernie on July 15, 2010, 02:15:21 PM The XML is just a plain text file. Go to that "stage/melee" line, press Enter to make a new line, then paste that "module" line I posted in.
Title: Re: Riivolution is busting my balls... Post by: Velen on July 15, 2010, 02:29:56 PM The XML is just a plain text file. Go to that "stage/melee" line, press Enter to make a new line, then paste that "module" line I posted in. Okay, I've done that, but what about my problem with the SSS? |