Hacking GlovePIE and the classic controller

cdanil

Member
OP
Newcomer
Joined
Mar 9, 2008
Messages
18
Trophies
1
XP
206
Country
Hungary
Hello,

I have a little problem with using my classic controller with glovepie and I didn't have any luck asking for help on the glovepie forums.

Glovepie works with my wiimote and nunchuk, detects input and everything, but for some reason it doesn't detect my classic controller. I've been using it on my wii without any problems but I can't get it to work with glovepie.

Any advice would be appreciated.
Thanks in advance,

Dan

P.S.:
I've found a topic where a guy said something about chinese classic controllers ,but it should be to able to detect input from a third party classic controller too , shouldn't it?Also mine looks exactly the same as all the other classic controllers.

Offtopic:
Need it for Super Meat Boy , that game is awesome. Having a hard time unlocking The Kid from I want to be that Guy with KEYBOARD >.
 

mvgc3

Well-Known Member
Member
Joined
Sep 17, 2009
Messages
166
Trophies
0
XP
71
Country
United States
I'm not sure if this will help or not, but here's the script I use for my classic controller. You didn't say what you tried in terms of that, so maybe you were missing something.

CODE//Most comments are obvious, but just incase...

//Face buttons
Key.z = Classic1.a
Key.alt = Classic1.b
Key.ctrl = Classic1.x
Key.a = Classic1.y

//Shoulder buttons
key.space = classic1.zr
key.cÂÂ= classic1.R
//key.ÂÂ= classic1.zlÂÂ//Commented out for mouse button at bottom
key.xÂÂ= classic1.l

//minus - plus - home
key.q = classic1.Minus
key.i = classic1.Plus
key.w = classic1.Home

//D-pad
key.up = classic1.Up
key.left = classic.Left
key.right = classic.Right
key.down = classic.Down

//Right stick, mouse control (I had cleaner code, but there was a weird glitch i couldnt fix
// where if the mouse was in the left 1/3 of my screen it would slowly move left on its own)

if classic1.rightstickx > .1
Mouse.x = mouse.x + classic1.rightstickx/100
end if
if classic1.rightstickx < -.1
Mouse.x = mouse.x + classic1.rightstickx/100
end if

if classic1.rightsticky > .1
mouse.y = mouse.y + classic1.rightsticky/100
end if
if classic1.rightsticky < -.1
mouse.y = mouse.y + classic1.rightsticky/100
end if


//Left mouse click
Mouse.LeftButton = Classic1.zl


Other than this, I'm afraid I can't really help. I didn't have a problem with it being recognized.

Good luck!!
 

cdanil

Member
OP
Newcomer
Joined
Mar 9, 2008
Messages
18
Trophies
1
XP
206
Country
Hungary
Thanks, but the problem is not with the script. It doesn't even detect my classic controller.
When I try to detect input in the GUI tab it doesn't do anything.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: