NemesisSSBU / Playable_Bosses

Playable Bosses for Super Smash Bros. Ultimate.
GNU General Public License v3.0
7 stars 3 forks source link

Bosses Character Select Screen Slot Invisible #52

Closed SonicCD2025 closed 1 year ago

SonicCD2025 commented 1 year ago

Each of the bosses slots on the character select screen are invisible. Their render shows down where it says P1, P2 etc., but the slot you select them with is invisible. Is there a way to fix that?

NemesisSSBU commented 1 year ago

Can you post a screenshot, I’m not quite understanding the question? But if it’s what I think it is, are the icons of the boss CSS missing? If so, be sure the Bosses mod folder is located in ultimate —> mods —> (drag here). If it is, there could be conflicting files from other mods, perhaps a .json file that is overriding some changes (perhaps if you downloaded Claude’s version of playable bosses but didn’t fully delete it).

SonicCD2025 commented 1 year ago

Apologies for not explaining very well! Here's a picture:

I have a character select mod turned on, and although it added extra slots for the bosses, the bosses' icons are invisible. They don't know up in battle either. But the render shows up where it says "P1" and on the match loading screen.

IMG_8245

NemesisSSBU commented 1 year ago

What CSS mod is that? I’ve tested with a couple and they loaded the boss portraits but it could be specific to that mod (potentially).

SonicCD2025 commented 1 year ago

It's the Mural/Banner Hex CSS Pack mod. It's very cool. Here's the link: https://gamebanana.com/mods/419302

It might be specific to the mod, I'm just trying to figure out a way to get it to work so I can have a cleaner looking character select menu.

NemesisSSBU commented 1 year ago

Screenshot 2023-08-09 145536

Hmm. I did some adjusting on the CSS screen since it goes over the 91 css limit but the icons still show. I think you might have another conflicting mod or possibly your Bosses mod folder isn't loading. How does your Mod folder look?

SonicCD2025 commented 1 year ago

The Mural/Banner Hex CSS Pack mod comes with two different CSS layouts. One is Banner, the other is Mural. It seems you're using Banner. I'm using Mural and that's where my issue is. Can you try using Mural and let me know if the bosses' icons show up there too?

What adjusting did you need to do on the CSS screen?

My mod folder is jam packed with mods. I wouldn't know where to start if one was conflicting with it. There are no conflicts detected by Acropolis so I'm not sure what to look for.

Everything in the bosses folder is as it should be except layout.arc for char_select, which I removed because it conflicted with the layout.arc for the Hex CSS mod.

Mod Folder Plugins Bosses Folder

Mod

NemesisSSBU commented 1 year ago

Screenshot 2023-08-09 161558 (Ignore how there's only 4 bosses, I didn't put CSK's modifications on it yet)

It's definitely due to a confliction within one of those mods in that case. I don't think the CSS Mural mod you have would do any of that, could be one of the smaller mods that conflict with some config.json file and has a bit of a domino effect. But having that many mods installed and having this mod, that's going to require some digging.

SonicCD2025 commented 1 year ago

Gotcha, thanks! I'll do some digging into the config.json files in my mods folder and see what I can find. Is there anything specifically I should look out for that would cause a conflict like this?

NemesisSSBU commented 1 year ago

My best guess would be that there's something in a config.json file that overrides the "ui/replace/chara/chara_2", "ui/replace/chara/chara_4", etc. which renders the replace --> chara files as impossible to do anything with since there's no such thing as, for example, chara_4_marx_00.bntx within vanilla smash. Therefore we'd need the config.json file to open up a slot for it within the game files but something is blocking that from happening.