| View previous topic :: View next topic |
| Author |
Message |
Stugly
Joined: 26 Apr 2008 Posts: 4
Digg It |
Posted: Sat Apr 26, 2008 3:55 pm Post subject: Help - A Button on CC isn't working |
|
|
| I can use the A button on my CC on the Wii just fine, but for some reason, GlovePIE doesn't seem to recognize the A button. It is really pissing me off. |
|
| Back to top |
|
 |
trelantana
Joined: 27 Apr 2008 Posts: 3
Digg It |
Posted: Sun Apr 27, 2008 11:18 pm Post subject: Re: Help - A Button on CC isn't working |
|
|
Can we get some more specifics on the problem?
Like, system specs, the script itself, how you're hooking the wiimote to the computer, what point you plug in the classic controlle, etc?
I had a similar problem on my computer. Turns out I had to cut off glovepie's access to one of my CPUs. I really shouldn't have HAD to, but there's just something odd about my machine. And that, sir, is the reason I want to hear your system specs and other such things. _________________ Hilarious Movies with Fun Action Laughy Feelings:
YouCannotSueUs.com
Note: No Engrish in spider web site. |
|
| Back to top |
|
 |
imaginator
Joined: 23 Dec 2007 Posts: 3
Digg It |
Posted: Sun Jun 22, 2008 6:45 pm Post subject: |
|
|
I'm having the same problem here,
the strange thing is: when i go to joystick settings on control panel, the button does turn red when i press it. but the "A"(classic controller) button doesn't work in any other application i've tried so far.
| Code: | wiimote.leds =1
PPjoy1.analog0 = wiimote.Classic.Joy1X
ppjoy1.analog1 = wiimote.Classic.Joy1Y
ppjoy1.Analog2 = wiimote.Classic.Joy2X
ppjoy1.analog3 = wiimote.Classic.Joy2Y
ppjoy1.Digital0 = wiimote.Classic.a
ppjoy1.Digital2 = wiimote.Classic.b
ppjoy1.Digital3 = wiimote.Classic.x
ppjoy1.Digital4 = wiimote.Classic.y
ppjoy1.Digital5 = wiimote.Classic.up
ppjoy1.Digital6 = wiimote.Classic.down
ppjoy1.Digital7 = wiimote.Classic.left
ppjoy1.Digital8 = wiimote.Classic.right
ppjoy1.Digital9 = wiimote.Classic.plus
ppjoy1.Digital10 = wiimote.Classic.minus
ppjoy1.Digital11 = wiimote.Classic.home
ppjoy1.Digital12 = wiimote.Classic.R
ppjoy1.Digital13 = wiimote.Classic.L
ppjoy1.Digital14 = wiimote.Classic.ZR
ppjoy1.Digital15 = wiimote.Classic.ZL
ppjoy1.Digital16 = wiimote.up
ppjoy1.Digital17 = wiimote.down
ppjoy1.Digital18 = wiimote.left
ppjoy1.Digital19 = wiimote.right
ppjoy1.Digital20 = wiimote.one
ppjoy1.Digital21 = wiimote.two
ppjoy1.Digital22 = wiimote.plus
ppjoy1.Digital23 = wiimote.minus
ppjoy1.Digital24 = wiimote.home
ppjoy1.Digital25 = wiimote.a
ppjoy1.Digital26 = wiimote.b |
i've tried changing the ppjoy button to a different digital, with no effect. (changes made both in ppjoy and the script ofcourse) |
|
| Back to top |
|
 |
|