| View previous topic :: View next topic |
| Author |
Message |
DenimRojas
Joined: 05 Apr 2008 Posts: 7
Digg It |
Posted: Fri Aug 08, 2008 12:51 pm Post subject: Wiimote Pointer as PPJOY Analog |
|
|
I don't know how to do this...
I want to use the Wiimote Pointer as an Analog Stick of PPJOY. Can someone help me?
(I AM using GlovePIE and PPJOY) |
|
| Back to top |
|
 |
jeromote

Joined: 19 Mar 2008 Posts: 66
Digg It |
|
| Back to top |
|
 |
DenimRojas
Joined: 05 Apr 2008 Posts: 7
Digg It |
Posted: Fri Aug 08, 2008 7:15 pm Post subject: |
|
|
Very usefull! But.... Not this what I want. I really need PPJOY!
EDIT: How could I use your script in ppjoy? |
|
| Back to top |
|
 |
DenimRojas
Joined: 05 Apr 2008 Posts: 7
Digg It |
Posted: Fri Aug 08, 2008 9:23 pm Post subject: |
|
|
| I tried your script out... Really good. Very Smooth! I would like to use it with ppjoy |
|
| Back to top |
|
 |
rrsgg
Joined: 11 Jun 2008 Posts: 5
Digg It |
Posted: Sat Aug 09, 2008 9:28 am Post subject: |
|
|
Try this:
PPJoy1.Analog0 = Ensuremaprange(wiimote.pointerx,-0.75,0.75,-1.0,1.0)
PPJoy1.Analog1 = Ensuremaprange(wiimote.pointery,-0.75,0.75,-1.0,1.0)
I set the wiimote resolution a little smaller, so I didn`t have to make big movements. But you can set it to (-1,1) if you prefer. |
|
| Back to top |
|
 |
DenimRojas
Joined: 05 Apr 2008 Posts: 7
Digg It |
Posted: Sat Aug 09, 2008 7:02 pm Post subject: |
|
|
| I will try it out and give a Feedback. Thanks! |
|
| Back to top |
|
 |
DenimRojas
Joined: 05 Apr 2008 Posts: 7
Digg It |
Posted: Tue Aug 12, 2008 5:39 pm Post subject: |
|
|
I've a Problem... Wenn I move the Wiimote in one direction then it keeps moving in this direction. I've to move it in the center again to stop it can someone fix this plz! |
|
| Back to top |
|
 |
|