WiiLi Wiki frontpage Include your post in the News Get links Hoteles Quito
WiiLi.org Forum Index WiiLi.org
a new revolution
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

anyone else have a problem using nunchuk or classic control
Goto page 1, 2  Next
 
Post new topic   Reply to topic    WiiLi.org Forum Index -> GlovePie
View previous topic :: View next topic  
Author Message
Wreyth



Joined: 03 Nov 2007
Posts: 87

Digg It
PostPosted: Wed Jul 30, 2008 3:23 am    Post subject: anyone else have a problem using nunchuk or classic control

i keep seeing alot of posts the last few days with people having problems using the nunchuk joystick and classic controller

i'm using the windows vista bluesoil stack and glovepie 0.30 on windows vista and i haven't had a single problem with my stuff even after i post up a new code to help people.

the only things i can think of is possibly

1. the bluetooth stack you guys are using.

2. somehow your glovepie got corrupted and needs a clean wipe and reinstall

3. something else you have installed lately is now inturupting your glovepie or blutooth drivers.

if anyone else has a possible fix on this that i can't think of please lend some input

my personal expierences is sometimes when i start a script in glovepie after starting it i have to unplug my nunchuk or classic controller and replug it in with the script running in order for it to work right. but that doesn't seem to help anyone else so i am currently at a loss for solutions
Back to top
View user's profile Send private message
Maxadam5



Joined: 23 May 2008
Posts: 39

Digg It
PostPosted: Wed Jul 30, 2008 9:46 pm    Post subject: me too

Yeah I've been trying to help someone with that too. Its not the script,i tried it on my computer and the mouse was fine,
and he said that the mouse went crazy, and stuck to a corner of the screen. I edited the script 2 times for him, but it still did the same thing. He was trying to make a script to move the mouse with joystick # 2 of the classic controller, but I couldn't fully help him because i don't currently have a classic controller here is the script. It is the latest edit I made to try and fix his problem:

Code:

key.up =  var.joy1up
key.Down = var.joy1down
key.Left = var.joy1left
key.Right = var.joy1right

mouse.x - 5 = key.r
mouse.x - -5 = key.l
mouse.y - 5 = key.u
mouse.y - -5 = key.d

key.u = var.joy2up
key.d = var.joy2down
key.l = var.joy2left
key.r = var.joy2right

Key.VolumeUp = var.Plus
Key.VolumeDown = var.Minus
Key.Slash = var.Home
key.X = var.x
key.Y = var.y
mouse.var.R
Mouse.var.L
key.F = var.Up
key.B = var.right
key.Space = var.a

wiimote.classic.a = var.a
wiimote.classic.r = var.r
wiimote.classic.l = var.l
wiimote.classic.minus = var.minus
wiimote.classic.plus = var.plus
wiimote.classic.home = var.home
wiimote.classic.x = var.x
wiimote.classic.y = var.y
wiimote.classic.up = var.up
wiimote.classic.right = var.right
wiimote.classic.joy1y - 5 = var.joy1up
wiimote.classic.joy1y - -5 = var.joy1down
wiimote.classic.joy1x - 5 = var.joy1right
wiimote.classic.joy1x - -5 = var.joy1left
wiimote.classic.joy2y - 5 = var.joy2up
wiimote.classic.joy2y - -5 = var.joy2down
wiimote.classic.joy2x - 5 = var.joy2right
wiimote.classic.joy2x - -5 = var.joy2left
Back to top
View user's profile Send private message
Wreyth



Joined: 03 Nov 2007
Posts: 87

Digg It
PostPosted: Thu Jul 31, 2008 1:14 am    Post subject:

yeah worked alright on mine and i do have a classic controller and i posted this script which works flawlessly even in counterstrike

Code:

if wiimote1.classic.joy2x < -0.05 or wiimote1.classic.joy2x > 0.05
Mouse.DirectInputX = Mouse.DirectInputX + (30)*(wiimote1.classic.joy2x)
endif

if wiimote1.classic.joy2y < -0.05 or wiimote1.classic.joy2y > 0.05
Mouse.DirectInputy = Mouse.DirectInputy + (30)*(wiimote1.classic.joy2y)
endif


so i also don't think it's the script and i am using the same glovepie 0.30 so i'm thinking it has to do with their controller, the glovepie got corrupted somehow or the bluetooth drivers aren't exactly working like they should so maybe someone else can shine some light on the subject for you guys.
Back to top
View user's profile Send private message
Maxadam5



Joined: 23 May 2008
Posts: 39

Digg It
PostPosted: Thu Jul 31, 2008 2:16 am    Post subject: yeah

Quote:
maybe someone else can shine some light on the subject for you guys.


yeah maybe, but i would suggest copy/pasting all written scripts in glovepie then reinstalling it. If it still doesn't work after reinstallation, test your controller on a nintendo wii console, if everything works fine then if possible, connect something else via bluetooth. See if it works, and if every thing works fine on the other device but, the script, go to someone else.
lol
Oh and try the old trick, in the main glovepie directory open test wiiremote.pie and see if the numbers move around when you move the wiimote and push the buttons.
Back to top
View user's profile Send private message
Maxadam5



Joined: 23 May 2008
Posts: 39

Digg It
PostPosted: Thu Jul 31, 2008 2:32 am    Post subject: lol

lol, the person I am trying to help is one of the people that you encountered with this problem.
I have told him to come here though.
Back to top
View user's profile Send private message
ZeroFusion



Joined: 29 Jul 2008
Posts: 15

Digg It
PostPosted: Thu Jul 31, 2008 11:14 pm    Post subject:

yeah kinda confiseing i tried some scripts for classic Joy2 mouse conrol then tried them later now they work for some reason
Back to top
View user's profile Send private message Send e-mail
Maxadam5



Joined: 23 May 2008
Posts: 39

Digg It
PostPosted: Fri Aug 01, 2008 2:52 am    Post subject: ok

ZeroFusion wrote:
yeah kinda confiseing i tried some scripts for classic Joy2 mouse conrol then tried them later now they work for some reason


uuuuuuuuuuuuuuuuuuuuuh ok hope you have fun with your script
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    WiiLi.org Forum Index -> GlovePie All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group