Home Gallery Resources The Team Rules chat Login Register
Pages:  [1] 2 3 4
Author Topic: [Intermediate] 50 Costume Code Implementation Guide  (Read 39018 times)
0 Members and 1 Guest are viewing this topic.
KingJigglypuff
Meme Machine
Brawl Vault Staff
****
Offline Offline

Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « 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 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 file (place this inside the pf > module directory)
    -BrawlCrate (Current version is 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 (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):
    Quote
    Set Masquerade Costume Count to Zero to have up to 50 costumes [DukeItOut]
    * C284CFFC 00000004
    * 700CFFFE 41820014
    * 3D808084 618CD004
    * 7D8903A6 4E800420
    * 7C600039 00000000
    * 0484D00C 56E506BE
    * 0481C3D4 540306BE
    * 0045A374 00000034
    * 020E1F0E 00000BB9
    * C20E1F24 00000003
    * 2C1F002D 40A2000C
    * 38602328 48000008
    * 1C630032 00000000
    * C20E8B08 00000003
    * 2C050035 40A2000C
    * 38602328 48000008
    * 1C630032 00000000
    * C20E8C04 00000003
    * 2C050035 40A2000C
    * 38602328 48000008
    * 1C630032 00000000
    * 0484D518 56E606BE
    * 0484D814 56E606BE
    * 0484DAF0 56E606BE
    * 0484DED4 56E506BE
    * 0484CC28 56E006BE
    * 0484CB6C 56E506BE
    * C20E1F24 00000003
    * 2C1F002D 40A2000C
    * 38602328 48000008
    * 1C630032 00000000
    * 0482A830 54C016BA
    * 0482AB20 54C016BA
    * 0482AB3C 54C0073E
    * 0482AB5C 54C0073E
    * 0482AB6C 54C0073E
    * 0482AB8C 54C0073E
    * 0482ABAC 54C0073E
    * 0482ABBC 54C0073E
    * 0482ABDC 54C0073E
    * 0482ABFC 54C0073E
    * 0482AC0C 54C0073E
    * 0482A84C 54C0073E
    * 0482A86C 54C0073E
    * 0482A87C 54C0073E
    * 0482A89C 54C0073E
    * 0482A8BC 54C0073E
    * 0482A8CC 54C0073E
    * 0482A8EC 54C0073E
    * 0482A90C 54C0073E
    * 0482A91C 54C0073E
    This code is the 50 CC Engine and will require converting all your BPs and Stock Icons to work with the 50 CC system (I'll go over how to do so with the next section).

    Quote
    * 00692507 00000032
    * 046A17D8 30346400
    * 00692DA7 00000032
    This code applies a patch to the Stock Icons used in the Classic Mode CSS and Co-Op Single Player Mode CSS. For organization purposes, you can just add this code to the end of the 50 CC Engine code.

    Now this next code is entirely dependent on if you're using a Project M or PMEX based build.

    If your build is based off Project M, then search for this code...
    Quote
    Individual Stock Icons (info.pac) V2.4 ASV [ds22, wiiztec]
    * C20E2168 0000002C
    * 818100E8 3D609018
    * 896BF37F 2C0B0002
    * 4082007C 392000A5
    * 3D408058 614A8000
    * 897F0002 1D6B00A0
    * 7D4A5A14 896A009E
    * 80BF0020 2C050006
    * 41810020 2C050000
    * 40820030 3CA08128
    * 60A5AE64 80A50000
    * 2C050006 4081001C
    * 7D8A58AE 2C0C00CC
    * 4082000C 39600003
    * 48000008 396B0003
    * 7D8A58AE 2C0C00CC
    * 40820014 2C0B0000
    * 4182000C 39600000
    * 4BFFFFE8 3FA08045
    * 38C0003D 3BBD56D8
    * 38E00000 7CC903A6
    * 88DD0002 7C0C3000
    * 4182001C 88DD0003
    * 7C0C3000 41820010
    * 3BBD0010 38E70001
    * 4200FFE0 2C07003D
    * 4082000C 3FA08045
    * 3BBD56D8 899D0000
    * 2C0C0042 40A20008
    * 39800025 88C100ED
    * 2C0900A5 4082002C
    * 7CCA582E 54C6801E
    * 54C6463E 396B0003
    * 996A009E 2C1B0004
    * 40820010 892A009C
    * 39290003 992A009E
    * 1D8C000A 7D8C3214
    * 38EC0001 2C1B0000
    * 4082000C 7C882378
    * 7FFCFB78 3D8080C2
    * A18C4314 3BA05F65
    * 7C0CE800 4182000C
    * 6D1E8000 48000008
    * 6CFE8000 83BC008C
    * 60000000 00000000
    * 040E215C 60000000
    * 040E2160 60000000
    * C203D8B4 00000005
    * 2C09000B 40820018
    * 3C600006 38631C00
    * 3C800002 38847180
    * 7C641A14 881B001C
    * 60000000 00000000
    * 044218EC 00095F00
    * 0442190C 00180000
    * 04494990 00095F00
    * 044949EC 80C23A60
    * 044949F0 00180000
    ..and replace it with this code.
    Quote
    Individual Stock Icons (info.pac) V2.6 50CC [ds22, wiiztec, DukeItOut]
    * C20E2168 0000002C
    * 818100E8 3D609018
    * 896BF37F 2C0B0002
    * 4082007C 392000A5
    * 3D408058 614A8000
    * 897F0002 1D6B00A0
    * 7D4A5A14 896A009E
    * 80BF0020 2C050006
    * 41810020 2C050000
    * 40820030 3CA08128
    * 60A5AE64 80A50000
    * 2C050006 4081001C
    * 7D8A58AE 2C0C00CC
    * 4082000C 39600003
    * 48000008 396B0003
    * 7D8A58AE 2C0C00CC
    * 40820014 2C0B0000
    * 4182000C 39600000
    * 4BFFFFE8 3FA08045
    * 38C0003D 3BBD56D8
    * 7CC903A6 88DD0002
    * 7C0C3000 41820020
    * 88DD0003 7C0C3000
    * 41820014 3BBD0010
    * 4200FFE4 3FA08045
    * 3BBD56D8 7D876378
    * 899D0000 2C0C0042
    * 40A20008 39800025
    * 88C100ED 2C0900A5
    * 4082002C 7CCA582E
    * 54C6801E 54C6463E
    * 396B0003 996A009E
    * 2C1B0004 40820010
    * 892A009C 39290003
    * 992A009E 1D8C0032
    * 2C07002D 40A20008
    * 39802328 7D8C3214
    * 38EC0001 2C1B0000
    * 4082000C 7C882378
    * 7FFCFB78 3D8080C2
    * A18C4314 3BA05F65
    * 7C0CE800 4182000C
    * 6D1E8000 48000008
    * 6CFE8000 83BC008C
    * 60000000 00000000
    * 040E215C 60000000
    * 040E2160 60000000
    * C203D8B4 00000005
    * 2C09000B 40820018
    * 3C600006 38631C00
    * 3C800002 38847180
    * 7C641A14 881B001C
    * 60000000 00000000
    * 044218EC 00095F00
    * 0442190C 00180000
    * 04494990 00095F00
    * 044949EC 80C23A60
    * 044949F0 00180000
    This code replacement will convert the Stock Icons used in Multiplayer battles for 50 CP compatibility.

    However, if your build is based off of PMEX, then you would instead search for this code...
    Quote
    [PMEX] Individual Stock Icons (info.pac) PMEX0.5 ASV [ds22, wiiztec, PyotrLuzhin]
    * C20E2168 0000002C
    * 818100E8 3D609018
    * 896BF37F 2C0B0002
    * 4082007C 392000A5
    * 3D408058 614A8000
    * 897F0002 1D6B00A0
    * 7D4A5A14 896A009E
    * 80BF0020 2C050006
    * 41810020 2C050000
    * 40820030 3CA08128
    * 60A5AE64 80A50000
    * 2C050006 4081001C
    * 7D8A58AE 2C0C00CC
    * 4082000C 39600003
    * 48000008 396B0003
    * 7D8A58AE 2C0C00CC
    * 40820014 2C0B0000
    * 4182000C 39600000
    * 4BFFFFE8 3FA0817D
    * 38C0007D 3BBD5AC0
    * 38E00000 7CC903A6
    * 88DD0002 7C0C3000
    * 4182001C 88DD0003
    * 7C0C3000 41820010
    * 3BBD0010 38E70001
    * 4200FFE0 2C07003D
    * 4082000C 3FA0817D
    * 3BBD5AC0 899D0000
    * 2C0C0042 40A20008
    * 39800025 88C100ED
    * 2C0900A5 4082002C
    * 7CCA582E 54C6801E
    * 54C6463E 396B0003
    * 996A009E 2C1B0004
    * 40820010 892A009C
    * 39290003 992A009E
    * 1D8C000A 7D8C3214
    * 38EC0001 2C1B0000
    * 4082000C 7C882378
    * 7FFCFB78 3D8080C2
    * A18C4314 3BA05F65
    * 7C0CE800 4182000C
    * 6D1E8000 48000008
    * 6CFE8000 83BC008C
    * 60000000 00000000
    * 040E215C 60000000
    * 040E2160 60000000
    * C203D8B4 00000005
    * 2C09000B 40820018
    * 3C600006 38631C00
    * 3C800002 38847180
    * 7C641A14 881B001C
    * 60000000 00000000
    * 044218EC 00095F00
    * 0442190C 00180000
    * 04494990 00095F00
    * 044949EC 80C23A60
    * 044949F0 00180000
    ...and replace it with this code.
    Quote
    Individual Stock Icons (info.pac) V2.6 PMEx + 50CC [ds22, wiiztec, DukeItOut, PyotrLuzhin, KingJigglypuff]
    * C20E2168 0000002C
    * 818100E8 3D609018
    * 896BF37F 2C0B0002
    * 4082007C 392000A5
    * 3D408058 614A8000
    * 897F0002 1D6B00A0
    * 7D4A5A14 896A009E
    * 80BF0020 2C050006
    * 41810020 2C050000
    * 40820030 3CA08128
    * 60A5AE64 80A50000
    * 2C050006 4081001C
    * 7D8A58AE 2C0C00CC
    * 4082000C 39600003
    * 48000008 396B0003
    * 7D8A58AE 2C0C00CC
    * 40820014 2C0B0000
    * 4182000C 39600000
    * 4BFFFFE8 3FA0817D
    * 38C0007D 3BBD5AC0
    * 7CC903A6 88DD0002
    * 7C0C3000 41820020
    * 88DD0003 7C0C3000
    * 41820014 3BBD0010
    * 4200FFE4 3FA0817D
    * 3BBD5AC0 7D876378
    * 899D0000 2C0C0042
    * 40A20008 39800025
    * 88C100ED 2C0900A5
    * 4082002C 7CCA582E
    * 54C6801E 54C6463E
    * 396B0003 996A009E
    * 2C1B0004 40820010
    * 892A009C 39290003
    * 992A009E 1D8C0032
    * 2C07002D 40A20008
    * 39802328 7D8C3214
    * 38EC0001 2C1B0000
    * 4082000C 7C882378
    * 7FFCFB78 3D8080C2
    * A18C4314 3BA05F65
    * 7C0CE800 4182000C
    * 6D1E8000 48000008
    * 6CFE8000 83BC008C
    * 60000000 00000000
    * 040E215C 60000000
    * 040E2160 60000000
    * C203D8B4 00000005
    * 2C09000B 40820018
    * 3C600006 38631C00
    * 3C800002 38847180
    * 7C641A14 881B001C
    * 60000000 00000000
    * 044218EC 00095F00
    * 0442190C 00180000
    * 04494990 00095F00
    * 044949EC 80C23A60
    * 044949F0 00180000
    This code does the same thing as the previous, except edited to be compatible with PMEX's memory range.

    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

    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.
    « Last Edit: January 11, 2021, 09:16:24 PM by KingJigglypuff » Logged

    I don't take requests.

    My PSA Thread

    Lillith
    Heroic Kitten
    **
    Offline Offline

    Posts: 2172


    Resident Lunatic & Fox Fanatic

  • Awards Ceiling Cat Star Hacker RAGE!! Tutorial Writer

  • View Profile Awards
    « Reply #1 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.
    Logged

    I still talk to myself! If anyone wants to use anything I've done, feel free to! But do tell me where you use it, I want to see the finished product!

    DukeItOut
    Newbie Kitten
    *
    Offline Offline

    Posts: 1

  • Awards Renowned Hacker >9000

  • View Profile Awards
    « Reply #2 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.
    « Last Edit: February 27, 2019, 07:28:54 PM by DukeItOut » Logged

    szion
    Intermediate Kitten
    **
    Offline Offline

    Posts: 14


    Sacaean

  • Awards Renowned Hacker >9000

  • View Profile Awards
    « Reply #3 on: February 27, 2019, 11:13:33 PM »


    If my build doesnt use stock icons or BP's can I skip those portions?
    Logged

    KingJigglypuff
    Meme Machine
    Brawl Vault Staff
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #4 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.
    Logged

    I don't take requests.

    My PSA Thread

    Lillith
    Heroic Kitten
    **
    Offline Offline

    Posts: 2172


    Resident Lunatic & Fox Fanatic

  • Awards Ceiling Cat Star Hacker RAGE!! Tutorial Writer

  • View Profile Awards
    « Reply #5 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.



    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.
    « Last Edit: February 28, 2019, 08:42:20 PM by Lillith » Logged

    I still talk to myself! If anyone wants to use anything I've done, feel free to! But do tell me where you use it, I want to see the finished product!

    KingJigglypuff
    Meme Machine
    Brawl Vault Staff
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #6 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.
    Logged

    I don't take requests.

    My PSA Thread

    Lillith
    Heroic Kitten
    **
    Offline Offline

    Posts: 2172


    Resident Lunatic & Fox Fanatic

  • Awards Ceiling Cat Star Hacker RAGE!! Tutorial Writer

  • View Profile Awards
    « Reply #7 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.
    Logged

    I still talk to myself! If anyone wants to use anything I've done, feel free to! But do tell me where you use it, I want to see the finished product!

    StupidMarioFan1
    Angel Kitten
    ***
    Offline Offline

    Posts: 3843


    Not as active as I used to be.

  • Awards Star Hacker RAGE!! Super Saiyan Topic >9000

  • View Profile WWW Awards
    « Reply #8 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.
    Logged

    I make YouTube videos, SM64 hacks, Brawl Hacks (obviously), NSMBW hacks, and GoldenEye 007 Mods. I also have a short attention span and tend to switch around a lot and put things on hold. But when I do finish things, 95% of the time I gave 120% effort, the other 5% of the time I give 100% effort.

    Lillith
    Heroic Kitten
    **
    Offline Offline

    Posts: 2172


    Resident Lunatic & Fox Fanatic

  • Awards Ceiling Cat Star Hacker RAGE!! Tutorial Writer

  • View Profile Awards
    « Reply #9 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
    Logged

    I still talk to myself! If anyone wants to use anything I've done, feel free to! But do tell me where you use it, I want to see the finished product!

    KingJigglypuff
    Meme Machine
    Brawl Vault Staff
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #10 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.
    Logged

    I don't take requests.

    My PSA Thread

    StupidMarioFan1
    Angel Kitten
    ***
    Offline Offline

    Posts: 3843


    Not as active as I used to be.

  • Awards Star Hacker RAGE!! Super Saiyan Topic >9000

  • View Profile WWW Awards
    « Reply #11 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.
    Logged

    I make YouTube videos, SM64 hacks, Brawl Hacks (obviously), NSMBW hacks, and GoldenEye 007 Mods. I also have a short attention span and tend to switch around a lot and put things on hold. But when I do finish things, 95% of the time I gave 120% effort, the other 5% of the time I give 100% effort.

    KingJigglypuff
    Meme Machine
    Brawl Vault Staff
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #12 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.
    Logged

    I don't take requests.

    My PSA Thread

    Ebola16
    Importer of Dreams
    Boss Kitten
    ****
    Offline Offline

    Posts: 4133


    Brawl R&D // Dolphin Emulator Dev

  • Awards Famous Hacker Super Saiyan Topic Sniper Pin Collector

  • View Profile Awards
    « Reply #13 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)?
    Logged

    Brawlex Advancements (Supplement to the Brawlex thread's original post)
    I use RSBE Brawlex v2.0.0.0 Extended, Win 10, and 3ds Max (3ds Max Guide). Refresh to see my imports!

    KingJigglypuff
    Meme Machine
    Brawl Vault Staff
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #14 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.
    Logged

    I don't take requests.

    My PSA Thread

    Pages:  [1] 2 3 4
    Print
    Jump to: