Title: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on February 26, 2019, 04:16:52 PM -Introduction-
For those out of the loop, PyotrLuzhin had plans for a 20 Costume Project (dubbed 20 CP), which would allow users to surpass Brawl's 10 costume limit (15 if you took the time to edit cosmetics to prevent cosmetic bleeding) with a new 20 costume limit. In Pyotr's absence, DukeItOut (http://forums.kc-mm.com/index.php?action=profile;u=35523) has released a 50 Costume Code (dubbed 50 CC), which further pushes that limit to 50 costumes. This guide will help you implement 50 CC into your custom build. -Credits- PyotrLuzhin: For his work on 20 CP. DukeItOut: For his work on 50 CC. Sammi_Husky: For his work on the bx_fighter.rel -Requirements- -Your sc_selcharacter.pac file (located in pf > menu2). -Your info.pac file (if using a Project M-based build, located in pf > info2). -Your STGRESULT.pac file (located in pf > stage > melee). -Your InfFaceXXX.brres files (located in info > portrite). You must extract every single file and put them into their own folder. If you're missing any vBrawl files, then dump them from your ISO and insert them into the same folder (skip any file conflicts, as otherwise, you would be replacing your custom InfFace files by mistake). -Duke's edited sora_menu_main.rel (https://www.dropbox.com/s/zzrn1zkzerqgxdf/sora_menu_main.rel?dl=0) file (place this inside the pf > module directory) -BrawlCrate (Current version is v0.23) (https://github.com/soopercool101/BrawlCrate/releases/tag/BrawlCrate_v0.23) -Disclaimers- General Disclaimer: In case of potential user-side mistakes, please back up your build before attempting to implement 50 CC into it as we will not be held responsible if something happens in your build. Disclaimer for adding costumes: Avoid using Costume 12, as that's what FitFighterDark uses. Disclaimer for Brawl users: The Stock Icons used on the Stage Selection Screen (sc_selmap.pac) are currently unsupported by the 50 CC Engine. While they can be converted to prevent crashing, I would recommend editing your sc_selmap.pac file to remove them them through other means, as I will not go over on how to convert your sc_selmap.pac file. Disclaimer for BrawlEx/PMEX Users: In addition to the requirements above, you'll also need to replace your bx_fighter.rel (located in pf > module) with this edited version (https://www.dropbox.com/s/03xi5nfb1hwzz8a/CSSSlotConfig%20Expansion.zip?dl=0) (made by Sammi_Husky and I). Additionally, you'll need to increase the size of whichever CSSSlotXX.dat files you plan on adding additional costumes to in addition to editing your FighterXX.dat files to enable the two unknown flags under the HasCostume flags (you can use BrawlCrate to do both of these tasks). Note: This edited bx_fighter.rel is based off of BrawlEx v2.0.0.0, so make sure to update your common2 and common3 files to the latest version before progressing. Disclaimer for adding more than 10 costumes: Upon adding an 11th costume, BrawlCrate's conversion will assume your 11th costume onward is a new Cosmetic ID and will require you to manually rename any associated textures and PAT0 entries, or else they will crash upon loading (because the game tried to find a texture that doesn't exist) -Required Codes- Before you begin, you'll need to insert the following codes into your codeset (GCT file): Once you have your codes inserted and your files extracted, you'll then need to use BrawlCrate to convert your files. -Converting sc_selcharacter.pac- After opening your sc_selcharacter.pac in BrawlCrate, navigate to MiscData[90], right click on any of the Stock Icon textures and click "Convert to Expanded 50-Stock System". After converting, a PAT0 animation will be leftover. Delete this, as the sc_selcharacter's Stock Icons do not require a PAT0 animation to work. Save afterward. -Converting info.pac- After opening your info.pac in BrawlCrate, navigate to MiscData[30], right click on any of the Stock Icon textures and click "Convert to Expanded 50-Stock System". The associated PAT0 animation will automatically update alongside the conversion. Save afterward. -Converting STGRESULT.pac- After opening your STGRESULT.pac in BrawlCrate, navigate to MiscData[120], right click on any of the Stock Icon textures, and click "Convert to Expanded 50-Stock System". After converting, a PAT0 animation will be leftover. Open this PAT0 animation, rename its texture reference from "lambert87" to "stock_lambert87", export it, navigate to MiscData[110], and replace the PAT0 animation of the same name with the PAT0 you exported. You can then delete the leftover PAT0 in MiscData[120]. Save afterward. -Converting StockFaceTex.brres- After opening your StockFaceTex.brres in BrawlCrate, open the Textures folder, right click on any of the Stock Icon textures, and click "Convert to Expanded 50-Stock System". After converting, a PAT0 animation will be leftover. You can delete this PAT0 animation and save afterward. -Converting InfFace files- When converting any stock icons, you'll be met with a window asking if you want to convert your InfFace files. If this is your first time, click Yes, navigate to the folder you extracted your files to, select it, and click OK. After you've done this once, you can click No whenever the window pops up. Update (01/11/2021): When I say to update the InfFace files, this means all of them, Single-Player content included. This post update includes a shared zip file to update the BPs for Sandbag, Master Hand, Crazy Hand, and the Alloys. https://cdn.discordapp.com/attachments/301887313708056588/798404965876891658/Single_Player_50CC.zip (https://cdn.discordapp.com/attachments/301887313708056588/798404965876891658/Single_Player_50CC.zip) Once you're done converting all your files, you can now insert them back into your SD Card (or Virtual SD Card if emulating) and enjoy the benefits of expanding your costume count. Title: Re: [Intermediate] 50 Costume Project Implementation Guide Post by: Lillith on February 26, 2019, 06:12:30 PM Now, Pikachu can realise its true potential with 49 hats!
It's absolutely fantastic that this is up now, I need to look at it soon as I can. haha. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: DukeItOut on February 27, 2019, 07:26:07 PM A few other things to keep conscious about:
Both Brawl and PM packed the costume flag data tightly together. If not using BrawlEX, you'll need to find free memory space to move expanded characters to so that they don't fight. (If you've rearranged your common .pac files akin to how PM did, free space should be available around 80546000-80547000 for this kind of thing.) Keep conscious that this does not avoid sc_selcharacter.pac filesize limitations. You either need to use a code to load RSPs on the CSS (which is not compatible with .pcs files and is unstable) or use colorsmash once you hit a certain size, though otherwise things are basically the same. Likewise, this holds true for the PM-style stock icons in-game, too. Once you get to about beyond 200 additional of what LTE has (which itself is probably around 70 more than in PM), you'll start needing to either compromise UI resolution or use generic stock icons like with Brawl. Similar stock icon issues plague the SSS in terms of compromising filesize, which is related to the lack of current support for SSS stocks. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: szion on February 27, 2019, 11:13:33 PM If my build doesnt use stock icons or BP's can I skip those portions?
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on February 28, 2019, 07:22:49 AM If your build doesn't use either of those, then you don't even need to use 50 CC, as what 50 CC does is multiply Cosmetic IDs for Stock Icons and BPs by 50 to prevent cosmetic bleeding with more than 10 costumes.
CSPs don't bleed into each other, as those go by ID, rather by name. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Lillith on February 28, 2019, 08:35:42 PM It's entirely possible I'm blind or missing something obvious, but what needs to be done involving BPs? They're all funky and distorted and such ...For a bit of reference, currently I'm only using this to expand to 20 costumes, not the full 50 (So treating them like Wario, just using 2 cosmetic slots), if that helps.
(https://i.imgur.com/Nh9kBtj.jpg) Edit: It's also entirely possible that this is a by-product of not doing everything, seems my BP names are messed up too. If so, then damn. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 01, 2019, 08:41:19 AM I have an entire section in the tutorial dedicated to InfFace file conversion.
-Converting InfFace files- When converting any stock icons, you'll be met with a window asking if you want to convert your InfFace files. If this is your first time, click Yes, navigate to the folder you extracted your files to, select it, and click OK. After you've done this once, you can click No whenever the window pops up. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Lillith on March 01, 2019, 02:33:15 PM Ah, I keep forgetting that that's what they're actually called. Yikes.
Apologies for the stupidity, haha. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: StupidMarioFan1 on March 02, 2019, 01:35:15 AM Would you mind going over how to edit the FighterXX.dat? At first I didn't think it was needed since I was able to get 15 costumes working without it but then I ran into a problem trying to load Costumes 12 & 13.
Costume 12 loads the Dark files ("Emerald" characters from Subspace) while 13 always freezes. I think it's supposed to be loading the Fake files which most characters don't have but even Samus froze despite having those so I'm not sure. Anyways since you said that we'd have to edit it to allow 15 costumes I'm assuming that it'll move which ID the Dark & Fake costumes use, however I'm not sure how to edit it in BrawlCrate. This is what the file looks like when I open it in BrawlCrate: There were no options to add "Has CostumeXX" or to add anything really. I thought maybe you had typed the wrong file name and it was actually supposed to be CosmeticXX.dat or SlotXX.dat but those don't deal with the actual Costume IDs. Another thing, the code to fix the Classic Mode Stock Icons is the correct one right? I tried a few times in case I messed something up but either you accidentally posted the wrong code or it's just not being loaded for me. Originally I had it attached to the main 50CC but then tried it as a separate code and it still didn't load. I am using a Virtual SD Card to play the American copy of Brawl on the Dolphin Emulator. Since you didn't provide a separate code for it, it shouldn't matter that I'm using a PMEX Build but might as well mention it just in case. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Lillith on March 02, 2019, 02:31:19 AM I'm not so sure on everything yet, still need to test it properly, but I do know that you need to set all of those 'Has Costume' things to false, as the masquerade code implies that sets the 50 costume thing properly, the CSSSlot thing is to set how many costumes 'actually' get used. I'm not so sure on costumes 13/14 yet, although when I tried on Dolphin it did indeed seem to try to load the 'Fake' costume for 14
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 02, 2019, 07:19:06 AM Looks like I forgot FighterXX.dat only goes up to the 11th costume. Additionally, I forgot to mention you're supposed to skip FitFighter12, as costume slot 12 will load FitFighterDark instead. No idea about FitFighterFake though, as I'm using FitFighter13 and FitFighter14 just fine.
Though for the FighterXX.dat configuration, in addition to your vanilla costume selection, you'll need to enable both Unknown Flags under your costume count. Another thing, the code to fix the Classic Mode Stock Icons is the correct one right? I tried a few times in case I messed something up but either you accidentally posted the wrong code or it's just not being loaded for me. Originally I had it attached to the main 50CC but then tried it as a separate code and it still didn't load. I am using a Virtual SD Card to play the American copy of Brawl on the Dolphin Emulator. Since you didn't provide a separate code for it, it shouldn't matter that I'm using a PMEX Build but might as well mention it just in case. Yes, the codes provided in the opening post are the correct ones. So it must be an issue on your side, but I wouldn't know how I could help you troubleshoot it. Would you happen to have a codeset for your build on hand? Additionally, you could send your build to me prior to attempting the 50 CC conversion? As that might be the best way to help you troubleshoot, as I would be experiencing your issues firsthand.Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: StupidMarioFan1 on March 02, 2019, 11:06:34 PM Yes, the codes provided in the opening post are the correct ones. So it must be an issue on your side, but I wouldn't know how I could help you troubleshoot it. Would you happen to have a codeset for your build on hand? Additionally, you could send your build to me prior to attempting the 50 CC conversion? As that might be the best way to help you troubleshoot, as I would be experiencing your issues firsthand. I had a few characters added to my PMEX build but I've tested it on a clean PMEX v0.5 and still got the same problem. Besides the Costume 13 freeze everything else works as intended. Here's the gct as well as the text file incase I simply used the wrong program (used GCTEdit v1.0) however I doubt that was the problem since the actual costume code works. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 03, 2019, 07:52:25 AM Since they're in the beginning of your codeset, maybe they're being overwritten by a later code, perhaps? Could you try putting the 50 CC codes at the bottom of your codeset, rather than the top?
For inserting codes, I just hex edit the GCT. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Ebola16 on March 03, 2019, 10:55:45 AM A question before I look into this: Is the 50 costume code compatible with BrawlEx Clone Engine v2.0.0.0 Extended Edition (RSBE.Ver)?
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 03, 2019, 01:03:36 PM Now that's something I wouldn't know, as it's not something I'd use, but in theory, it should.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Ebola16 on March 04, 2019, 08:24:36 AM There seems to be some major differences between 50 CC and BrawlEx Clone Engine v2.0.0.0 Extended Edition (RSBE.Ver)'s bx_fighter.rel. Porting the changes of 50 CC to BrawlEx Clone Engine v2.0.0.0 Extended Edition (RSBE.Ver) seems like a lot of work.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 04, 2019, 04:26:52 PM Oh, the bx_fighter.rel is different? In that case, I have a miniature guide on how to expand costume slots by editing the bx_fighter.rel.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: PDubs44 on March 15, 2019, 06:55:54 PM After following this, my only issue that I've had is that the costumes past spot 15 don't load in game. I.E It reuses costumes even though the CSP, BP, STC, and RSP are the proper ones. Did I not extend the CSSSlot or Fighter Config properly?
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 16, 2019, 06:40:46 AM I think I might know what the problem could be. Could you add this code to your GCT and relay what happens?
Quote Three Team Costumes for Ganon + Costume ID Fix[PyotrLuzhin] C284CFF8 00000003 2C17000D 4180000C 38600001 48000008 7C83B830 00000000 C284CF64 0000000D 2817000D 38800000 40820050 28170003 40820048 38800001 48000040 2817000B 40820038 38800001 48000030 2817000C 40820028 38800001 48000020 2817000D 40820018 38800001 48000010 2817001B 40820008 38800001 28040001 48000008 60000000 00000000 C26998DC 00000004 80A301B8 541CD97E 2C050014 40820010 2C00001F 40820008 3B800002 00000000 C2699C20 00000006 80A301B8 541CD97E 2C050014 4082001C 2C000020 40820008 3B800002 2C00001E 40820008 3B800001 60000000 00000000 046974f0 41820034 C26974EC 00000009 7F44D378 2C1F0014 4082003C 2C190002 40820034 2C040000 4082000C 3860000E 48000020 2C040001 4082000C 3860000C 48000010 2C040002 40820008 3860000D 2C190002 00000000 04684978 41820034 C2684974 0000000A 881801C4 809801C0 7FA3EB78 2C030014 4082003C 2C000002 40820034 2C040000 4082000C 3860000E 48000020 2C040001 4082000C 3860000C 48000010 2C040002 40820008 3860000D 2C000002 00000000 Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: PDubs44 on March 16, 2019, 11:07:18 AM It didn't change anything that I can tell.
I added the code to the end of my codeset so unless it needs to replace something, it didn't fix it. To clarify the situation, I added costumes to Mario so that he would have 17, however his 16th and 17th costumes reuse his default and his fire mario costumes when loading in game Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 17, 2019, 07:55:35 AM Alright, did you edit your Fighter00.dat to enable the two unknown flags under the costume flags?
(https://i.imgur.com/HShIBMg.png) Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: PDubs44 on March 17, 2019, 08:12:02 AM Yes, I edited both the Fighter config file to have both flags set and the CSSSlot config file to have the needed amount of costumes set. Would it be easier to send you the files or something to take a look?
Has this ever happened before in your experience of testing/bug reports? Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 17, 2019, 08:40:01 AM I only encountered the issue during the very old beta stages of 50 CC and was fixed with the things I mentioned.
If you're not using an extensively edited Project M build, I'd recommend you to take a look at the pre-made build (https://mega.nz/#!QhRnXQJb!WAUZs6sd5AMc-ldDUYwuW7XHcO6kYd7oe4-_lBojGbg) I made for ease of access to advanced features. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: PDubs44 on March 17, 2019, 08:42:47 AM Ok that sounds like a good idea. Do you have a recommended program for converting the sd.raw file into folders for Wii?
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on March 17, 2019, 08:48:34 AM If you have 7-Zip, you can open the sd.raw and extract the folders and files and put them onto your SD Card, given you have either Gecko OS (Homebrew) or the Stage Builder exploit file (Hackless) on your physical SD card.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: PDubs44 on March 17, 2019, 08:53:30 AM Alright great. Thank you so much for your help KJP!
Post Merge: March 17, 2019, 12:47:55 PM I found the issue! It has to do with the codeset in some way. I just have to narrow it down to what code exactly it is. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Russell_SSB on March 26, 2019, 02:13:41 PM I might need to try this on my version of Project M sometime.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Falcondorf on April 04, 2019, 07:08:13 PM Hey KJP love your work, I just wanted to confirm whether or not this would work with LegacyXP or XP Lite, as XP black screens upon boot when i add the masquerade code.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on April 04, 2019, 08:04:43 PM In theory, 50 CC should work with LXP-based builds. Just be mindful of file size.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Falcondorf on April 05, 2019, 07:24:15 PM Hmmm it doesn't go past the strap screen, and when I add the 3 lines of code it doesn't make it past the launcher... I'll just stick to regular PMEX I guess
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on April 05, 2019, 08:16:50 PM It's likely because LXP's codeset is almost at its limit in terms of codespace. It's a very big GCT, sitting at over 100 KB.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Falcondorf on April 06, 2019, 03:02:14 PM It booted up with LXP Lite! Thanks KJP!
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Lillith on April 11, 2019, 02:49:53 AM Oh, the bx_fighter.rel is different? In that case, I have a miniature guide on how to expand costume slots by editing the bx_fighter.rel. So, a small correction from what I've seen so far, the first bit, the address is actually 0xA80, not 0x580 ...uh... At least for this 242 character thing. Probably since it needs to account for the extras, still looking into it currently though, need to spot other differences still, haha. I'll probably just upload a patched .rel if I actually get it. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on April 11, 2019, 06:54:51 AM Starting with 0xA80 would only expand costumes for Ex clones. Starting at 0x580 expands costumes for everyone, so I would assume 0xA80 is the starting offset for BrawlEx 242's bx_fighter.rel.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Lillith on April 13, 2019, 08:04:06 PM is it uh... is it appropriate to post this here since it's like... half related?
So I did stuff to the module, added the bytes to the bx_fighter.rel, I'm sure I've done it proper and all but it crashes upon booting, not the best on coding so it's entirely possible I just messed it up, but the Dolphin error log thing spits this out at me~ (https://i.imgur.com/xtYaqUW.jpg) I would think it is a filesize issue, probably wrong though. If anyone wants to have a look at the module https://mega.nz/#!XR9iQYbZ!GyUnvNFY2qo8d96v0XMjwuX-WqOMc6P5nroRR1y6nds It's been redone a few times with the exact same error, which is what leads to the filesize thought. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on April 15, 2019, 09:42:49 AM Numerous statements in your log definitely point to your issue being from file size.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: Lillith on April 15, 2019, 03:17:41 PM Sooo... I need to figure out how memory allocation works then, huh.
Shoot. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: CallMeKaaze on May 05, 2019, 03:17:08 PM Dang, I'm sure I imported everything correctly, my fps drops to 0 after the https://smashbroslegacy.com/ screen in LXP. I'm trying to add a FitKirby10 costume. I edited the Fighter and CSSSlot files.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on May 06, 2019, 08:38:15 AM I would recommend trying to implement 50 CC into LXP Lite, as LXP Full is almost at its limit in terms of codespace.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: CallMeKaaze on May 24, 2019, 04:26:30 PM Oh, ok. I've heard some people implement it into LXP before...
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: EnKaYea on July 18, 2019, 01:14:20 PM I'm having issues with the CSSlot file. For some reason, the game won't load it and the costumes are in the default order. It's a weird issue because I've gotten the extra costumes and CSSlot to work for the first 3 characters I did but now it doesn't. I guess my question is whether 50 costumes are guaranteed once I replace my files with the ones in this thread or do I have to expand the bx_fighter.rel file each time I add more costumes?
I'm using the latest PM+EX build. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on July 18, 2019, 08:21:37 PM On an unrelated note, for those who approached me regarding 50CC with LXP Full, I might have been wrong in saying LXP Full's codeset is too big for 50CC, but rather the info.pac. I forgot to mention converting the info.pac to 50CC will increase the file size due to the increased bytes per texture name for the Stock Icons. If you experience crashing after the strap screen, then it's most certainly the file size of your info.pac being too high, in which I would recommend to look into either decreasing texture sizes and/or altering texture compression of the non stock icon textures.
I'm having issues with the CSSlot file. For some reason, the game won't load it and the costumes are in the default order. It's a weird issue because I've gotten the extra costumes and CSSlot to work for the first 3 characters I did but now it doesn't. I guess my question is whether 50 costumes are guaranteed once I replace my files with the ones in this thread or do I have to expand the bx_fighter.rel file each time I add more costumes? You do not need to edit the bx_fighter.rel.I'm using the latest PM+EX build. Would you mind posting one of your test CSSSlotConfig files for me to look at? Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: EnKaYea on July 18, 2019, 09:55:49 PM Would you mind posting one of your test CSSSlotConfig files for me to look at? This is link for Mario's, his works: http://www.mediafire.com/file/ypg4fxgjkeqj2rb/CSSSlot00.dat/file (http://www.mediafire.com/file/ypg4fxgjkeqj2rb/CSSSlot00.dat/file) Captain Falcon on the Other hand, refuses to work: http://www.mediafire.com/file/kjh9h52yqq9fq4i/CSSSlot0A.dat/file (http://www.mediafire.com/file/kjh9h52yqq9fq4i/CSSSlot0A.dat/file) Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on July 19, 2019, 08:27:12 AM I see your problem. You didn't properly expand the CSSSlotConfig files.
Your Mario CSSSlotConfig was edited to allow 24 costumes, while your Captain Falcon CSSSlotConfig hasn't been edited, thus allowing up to 15 costumes. You can use BrawlCrate to add costumes until you reach 50 total costumes. Open your respective CSSSlotConfig.dat in BrawlCrate, right click the "CSSSlotXX" entry, and click "Add New Entry". Also, don't forget that you also need to edit your FighterConfig.dat to allow these additional costumes. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: EnKaYea on July 19, 2019, 02:41:00 PM Thank you.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on August 14, 2019, 09:40:19 AM Alright, so I have a minor correction to make
For those trying to get 50CC working in your build, but end up crashing after the strap screen, your problem might not be your codeset, but rather the file size of your info.pac (if using a PM-based build). The only solution to this would be to Color Smash the stock icons in your info.pac and/or adjust texture compression/size of the other textures inside the info.pac. Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: JokerPTOH on August 07, 2020, 10:12:41 PM Has anyone figured out how to combine 50CC with BrawlEx 242?
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KingJigglypuff on January 11, 2021, 09:18:38 PM Pretty big necro, I know, but it's important, as I'm bumping this thread with an update to the opening post to include a zip file to update the BPs for Sandbag, Crazy Hand, Master Hand, and the Alloys to 50 CC.
Title: Re: [Intermediate] 50 Costume Code Implementation Guide Post by: KibblezanBitz on February 12, 2025, 02:04:10 PM I will preface by apologizing for necroposting, but this is the only thread I can find where this question is appropriate. Do these instructions work for PMEX Remix? I tried adding on multiple costumes for ZSS and when I tried to test it, not all of the costumes I had added were available on the character select screen, and when I entered a match to test the ones that did appear, it froze immediately. Then I happened on this thread.
I tried to follow the instructions as closely as possible, but between sc_selcharacter.pac, infor.pac, stgresult.pac, and StockFaceTex.brres, only sc_selcharacter.pac gives me the option to convert to expanded 50-stock system when I right click the stock texture in BrawlCrate. None of the codes the first post tells me to replace are in the codes on my PMEX Remix build, so i just added them to the text file underneath all the codes that were there. I made sure to turn both of the unknowns under costume count to true, I added the extra costumes textures, both pac and pcs, added the CSPs and BPs for each, (ZSS' BPs are now in a folder called Temp so I added them there, even moved them each so they would be in order by FileIndex) but when I actually test it, it crashes on the Character Select screen. Hopefully this will help with a solution, and will help others trying to add 50 costumes to Remix. Thanks. |