| View previous topic :: View next topic |
| Author |
Message |
albo21
Joined: 10 Apr 2008 Posts: 8
Digg It |
Posted: Thu Apr 10, 2008 12:36 pm Post subject: xbox 360 script help |
|
|
Hi all i,m very new to all of this and basically it is over my head but getting there.
i would like to know how to control the axis on the nunchuck
i have figuared that
PPJoy.Analog2 = Wiimote.Nunchuk.gz (command)
will control the nunchack tilt for z axis but how do i keep it in middle till i tilt to right, then when tilt it to left it will move z axis - i.e other way.
reason for asking is that i am trying to use z axis like 360 so if i press RT or LT it goes up and down, but it wont it either stays up or down.
but when i do this for the nunchak it is to fast i did figure a way to slow it down but forgot to save dud..
please help..
thanks all and great work |
|
| Back to top |
|
 |
jeromote

Joined: 19 Mar 2008 Posts: 66
Digg It |
Posted: Thu Apr 10, 2008 5:37 pm Post subject: |
|
|
| " / " exemple PPJoy.Analog7 = (Wiimote1.Nunchuk.Roll)/60 |
|
| Back to top |
|
 |
albo21
Joined: 10 Apr 2008 Posts: 8
Digg It |
Posted: Thu Apr 10, 2008 10:37 pm Post subject: |
|
|
thanks for the reply have tried it but it just make the dial say
go from start to end fast if i change number no difference.
from that i have worked out how to tilt the nunchuk to right and dial goes up then back to middle but how do i get it to go backwards i.e reverse.
i done this PPJoy.Analog2 = (Wiimote1.Nunchuk.Roll > 0.1)
also that will only tilt to right how to i tell it to change if i want to go up say..
thanks very much hope you can help or anyone.. |
|
| Back to top |
|
 |
jeromote

Joined: 19 Mar 2008 Posts: 66
Digg It |
Posted: Fri Apr 11, 2008 12:42 am Post subject: |
|
|
I do not know if you want it, but it looks:
To the right PPJoy.Analog2 = -(Wiimote1.Nunchuk.Roll -50) /30
Reversed for right PPJoy.Analog2 = (Wiimote1.Nunchuk.Roll -50) /30
To the left PPJoy.Analog2 = (Wiimote1.Nunchuk.Roll +50) /30
Reversed for left PPJoy.Analog2 = -(Wiimote1.Nunchuk.Roll +50) /30 |
|
| Back to top |
|
 |
albo21
Joined: 10 Apr 2008 Posts: 8
Digg It |
Posted: Fri Apr 11, 2008 9:26 pm Post subject: |
|
|
Thanks very much for your help sorted it now..
could you help me again all i want to know
is, is there a good program for the wii mouse coz
i am trying to play rayman raving rabbids
pc with wii and when i switch to mouse it wont work,it kinda clashes
would buying a sensor bar make a difference or will it still be
slow
like in cod4 its just not unplayablethanks again hope you can help in future
. |
|
| Back to top |
|
 |
jeromote

Joined: 19 Mar 2008 Posts: 66
Digg It |
Posted: Sat Apr 12, 2008 3:12 am Post subject: |
|
|
| if you want a good script emulation mouse dl in wiidows.fr (script fps) |
|
| Back to top |
|
 |
|