Kitty Corp Meow Mix Forums

Super Smash Bros. Brawl Hacking => Programming => Topic started by: dusty22 on April 29, 2017, 11:17:15 AM



Title: BrawlEx: what causes freezing when entering CSS? [SOLVED]
Post by: dusty22 on April 29, 2017, 11:17:15 AM
I had successfully added about 4 characters to Nebulon's BrawlEx pack increasing the total character count to 97 in the css_roster file.

I did this by adding the appropriate BrawlEx files, using the information from the first page of the BrawlEx thread and what I found here. Only 1 character worked. The other 3 would cause a soft crash where when you selected them the game would infinitely load, so I looked and realized I had forgotten to put in the .rel files for the other 3 characters into the Module folder.

Now the game crashes upon entering the CSS screen. I checked the Module files and they all had the correct character IDs, so I'm not sure what's wrong. Any ideas?


Title: Re: BrawlEx: what causes freezing when entering CSS?
Post by: windhunter7 on April 29, 2017, 12:24:42 PM
If it crashes at the CSS, it's likely because of the common5; what's the filesize?


Title: Re: BrawlEx: what causes freezing when entering CSS?
Post by: Lillith on April 29, 2017, 07:33:43 PM
If it crashes at the CSS, it's likely because of the common5; what's the filesize?
BrawlEx doesn't use that, it uses sc_selcharacter.pac


Title: Re: BrawlEx: what causes freezing when entering CSS?
Post by: windhunter7 on April 29, 2017, 08:16:52 PM
Sorry, didn't know that; in any case, that's part of the common5 ordinarily


Title: Re: BrawlEx: what causes freezing when entering CSS?
Post by: dusty22 on May 04, 2017, 05:05:01 AM
It turns out in menu2/sc_Selma I had given one stage picture dimensions that were too large. I guess I didn't expect that to be causing CSS issues, but I wouldn't have found it without you guys giving me a hint so thank you!