Venomalia / UniversalDynamicInput

a custom button pack for dolphin that supports over 150 games!
Creative Commons Zero v1.0 Universal
131 stars 15 forks source link

Add game support for Mario Strikers Charged #203

Closed teconmoon closed 11 months ago

teconmoon commented 11 months ago

Mario Strikers Charged was already part of the universal pack, but the JSON had some problems so it effectively did nothing:

Rather than fix this, I just started from scratch using the templates from #Assets. This PR features the following:

Unfortunately, the tutorial controls are all text-based, so they can't be edited with texture replacements. I also didn't replace the D-Pad texture shown when hovering over the navigational buttons on text screens. The reason for this is that the D-Pad texture used just gets flipped depending on which direction you're scrolling, and as it's likely a player will map the D-Pad to a button for Deke / Slide Tackle, you'd see upside-down button prompts in unexpected places while navigating the menu.

Please let me know if there are any recommendations or changes to be made. Thanks!

Venomalia commented 11 months ago

one small thing. it is not allowed to split a style json this causes problems with our auto updater. please combine UniversalDIT_Defaultstyle_ControlMap.json with UniversalDIT_Defaultstyle.json.

personally I must say that the Flat textures fit better to the original textures than Defaultstyle

otherwise it looks very good, great work 👍