bkacjios / m-overlay

A controller input display/overlay for Dolphin
MIT License
165 stars 44 forks source link

Add SCON4 (SG4JDA) support #195

Closed NicholasMoser closed 6 months ago

NicholasMoser commented 6 months ago

Hello, I am a dev of a fairly popular mod of Naruto GNT4. I was asked by someone to see why our mod doesn't work with this application:

image

It looks like the only reason is that our mod has a different GameID than GNT4, so I just copied the same file from GNT4 with the new GameID. I wasn't able to compile this application, but I just inserted the new lua script into C:\Users\{user}\AppData\Roaming\m-overlay\application.love manually and it seems to work perfectly.

image

https://github.com/bkacjios/m-overlay/assets/4983605/89b3817d-7333-4e23-a5df-b380bec72754

bkacjios commented 6 months ago

If this is just a copy of another game with a different ID, it would probably be better to just throw it into the clones file instead.

NicholasMoser commented 6 months ago

If this is just a copy of another game with a different ID, it would probably be better to just throw it into the clones file instead.

Good catch! I believe I've made the required changes.