xerpi / fakemote

A Wii cIOS module that fakes Wiimotes from the input of USB game controllers
GNU General Public License v2.0
178 stars 16 forks source link

Suggestion - emulates a Guitar Hero extension #25

Open L-Castelli-BR opened 1 year ago

L-Castelli-BR commented 1 year ago

Why not make an USB controller works like the old guitar hero games? But at the same time make the wii recognize as an Guitar?

the frets need to be combined with the bar, and fake the extension as an guitar!

sanjay900 commented 1 year ago

For building the controller: https://sanjay900.github.io/guitar-configurator/guides/direct.html When configuring the guitar, put it in Guitar Hero Guitar mode for PS3 (there is also directly a rock band wii mode in there if you want to play rock band)

Here is a fork of fakemote that I am working on, i plan to also add in support for drums and maybe some other instruments too, might also do turntable support too. https://github.com/sanjay900/fakemote

i only put this version of fakemote together just now so im still testing it but it seems to be working, once i have everything working and tested ill commit it back.

For testing i have been doing the very dumb thing of using a wii guitar hero guitar attached to a pi pico emulating a ps3 guitar lol

L-Castelli-BR commented 1 year ago

But it emulates only wii+nunchuck, right?!Its only works with GH III and bellow. I have found one code, that should works (https://code.google.com/archive/p/circle-of-current/wikis/WiiDrumController.wiki) The wii really get it as a guitar - but I’m stuck in the button coding, dunno why it’s passing wrong… Lucas CastelliEngenheiro Naval e OceânicoNo dia 11 de mar. de 2023, às 10:39, Sanjay Govind @.***> escreveu: For building the controller: https://github.com/sanjay900/Ardwiino if you set up a guitar in guitar hero PS3 mode https://github.com/sanjay900/fakemote i only put this version of fakemote together just now so im still testing it but it seems to be working

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

sanjay900 commented 1 year ago

No, this fork emulates an actual guitar. Im working on drums and turntable as well. i was playing guitar hero world tour with it this morning. Once i have something im happy with ill submit it back to fakemote, and link you a .app file

In theory ive implemented drum and turntable support now as well but i have zero clue if that works

sanjay900 commented 1 year ago

I implemented this exact same thing for the PS2 a few days ago as well lol, trying to build a controller thats truely cross platform, so far i have XB1, XB360, Wii, PS2, PS3, PS4, PS5, Switch, Windows, macOS and Linux

Invictaz commented 1 year ago

Well @sanjay900 did you look at

https://github.com/ricardoquesada/bluepad32/

sanjay900 commented 1 year ago

Well @sanjay900 did you look at

https://github.com/ricardoquesada/bluepad32/

This is the opposite, im building a controller that works on consoles, this is connecting controllers to a esp32

sanjay900 commented 1 year ago

@L-Castelli-BR https://github.com/xerpi/fakemote/pull/28