| View previous topic :: View next topic |
| Author |
Message |
Master_Z
Joined: 04 Feb 2008 Posts: 2
Digg It |
Posted: Mon Feb 04, 2008 11:12 pm Post subject: Help. Frets on Fire not detecting Wiimote |
|
|
I bought a dongle today and it instantly detected my cell phone and Wiimote. It reads the wiimote as Nintendo RVL-CNT-01. It connected it, and my PC showed it as a joystick and such and shows it as a game controller. I ran GlovePIE 0.30 and put this script in:
wiimote.leds= 9
keyboard.f1= wiimote.Classic.a
keyboard.f2= wiimote.Classic.b
keyboard.f3=wiimote.Classic.x
keyboard.f4= wiimote.Classic.y
keyboard.f5= wiimote.Classic.ZL
keyboard.return = wiimote.Classic.up
keyboard.rightshift = wiimote.Classic.down
keyboard.esc= wiimote.classic.minus
keyboard.esc= wiimote.classic.plus
keyboard.up = wiimote.classic.joy1Y<= - 25%
keyboard.down= wiimote.classic.joy1Y>=25%
keyboard.left= wiimote.classic.joy1X<= -25%
keyboard.right= wiimote.classic.joy1X>=25%
After I ran it I started up Frets on Fire. No luck. Any reason behind this? |
|
| Back to top |
|
 |
Master_Z
Joined: 04 Feb 2008 Posts: 2
Digg It |
Posted: Tue Feb 05, 2008 2:33 am Post subject: |
|
|
| NVM. Just had to d/c and reset. Thanks. =) |
|
| Back to top |
|
 |
Terror_of_JamZ
Joined: 29 Feb 2008 Posts: 5
Digg It |
Posted: Sat Mar 29, 2008 9:16 pm Post subject: |
|
|
| Is this the code for using the Wii Guitar with Frets on Fire? |
|
| Back to top |
|
 |
zulfy26
Joined: 06 Apr 2008 Posts: 5
Digg It |
Posted: Sun Apr 06, 2008 4:54 am Post subject: |
|
|
That is for using a classic controller.
| Code: |
Keyboard.Q = Wiimote.Guitar.StrumUp
Keyboard.W = Wiimote.Guitar.StrumDown
Wiimote.Leds = 9
Mouse.MiddleButton = Wiimote.Guitar.Minus
Keyboard.Z = Wiimote.Guitar.Fret1
Keyboard.X = Wiimote.Guitar.Fret2
Keyboard.C = Wiimote.Guitar.Fret3
Keyboard.V = Wiimote.Guitar.Fret4
Keyboard.B = Wiimote.Guitar.Fret5
Keyboard.Alt = Wiimote.Guitar.WhammyBar
Keyboard.Escape = Wiimote.Guitar.Plus
|
that's a basic code to use the guitar with it. Just map each fret in frets on fire to what it says in this program |
|
| Back to top |
|
 |
|