Ich spiel mit meiner Wii World Tour Gitarre.
Code:
if(!var.init)
WiimotePoke(1, 0x4A400F0, 0x55)
wait 100ms
WiimotePoke(1, 0x4A400FB, 0)
wait 100ms
WiimotePoke(1, 0x4A40040, 0)
wait 100ms
WiimoteSend(1, 0x17, 0x04, 0xA4, 0x00, 0xF0, 0, 16)
var.init = true
Wiimote.leds = 1
end if
Key.One = WiiGuitar.Green
Key.Two = WiiGuitar.Red
Key.Three = WiiGuitar.Yellow
Key.Four = WiiGuitar.Blue
Key.Five = WiiGuitar.Orange
Key.Space = WiiGuitar.Plus
Key.Enter = WiiGuitar.Strumup
Key.Shift = WiiGuitar.Strumdown
Bei der GH3 Gitarre braucht ihr den oberen If Block nicht.