 |
WiiLi.org a new revolution
|
| View previous topic :: View next topic |
| Author |
Message |
wonder6oy
Joined: 12 Jun 2008 Posts: 20
Digg It |
Posted: Sat Jul 19, 2008 5:25 am Post subject: |
|
|
| djdna wrote: | | ps: has the script code been updated then? ie: should i update my saved PIE file? to include the things u mentioned? |
Feel free to modify it anyway you like. You should use the updated version, though! (1.4 as of now)
Also, I don't have any provisions for a second Wiimote. ...too messy! |
|
| Back to top |
|
 |
NeoKnight
Joined: 17 Jul 2008 Posts: 11
Digg It |
Posted: Sun Jul 20, 2008 3:36 pm Post subject: |
|
|
| If you don't mind can you post the script as a .pie file? |
|
| Back to top |
|
 |
wonder6oy
Joined: 12 Jun 2008 Posts: 20
Digg It |
Posted: Sun Jul 20, 2008 3:49 pm Post subject: |
|
|
| NeoKnight wrote: | | If you don't mind can you post the script as a .pie file? |
Don't mind at all!
Buut... how do I do that?  |
|
| Back to top |
|
 |
NeoKnight
Joined: 17 Jul 2008 Posts: 11
Digg It |
Posted: Sun Jul 20, 2008 3:57 pm Post subject: |
|
|
erm..... no clue lol. You could upload the file to a site like http://www.mediafire.com/ or something and post a link.  |
|
| Back to top |
|
 |
wonder6oy
Joined: 12 Jun 2008 Posts: 20
Digg It |
Posted: Mon Jul 21, 2008 4:32 am Post subject: |
|
|
| NeoKnight wrote: | | If you don't mind can you post the script as a .pie file? |
Mediafire it is then!
Download link now provided on original post. |
|
| Back to top |
|
 |
djdna
Joined: 29 Jun 2008 Posts: 36
Digg It |
Posted: Sun Jul 27, 2008 10:48 am Post subject: |
|
|
this is the best script available so far imo, thankyou wonder6oy!!!!
im going to try 1.4 version later today, the only downside is everytime i edit the script to cater for my assignments the original gets improved, so then i have to go reassign everything again
but thats np, this script is a great starting point for a "multi use" script
i have a different and unrelated question if anyone can help?? when im using the wii tilt sensors in mode 4 to play trackmania, they arent calibrated right, to drive straight i have to hold the wiimote at a bit of an angle etc, is there any way to calibrate the tilt sensors> analog control in mode 4??
thanks again!! |
|
| Back to top |
|
 |
wonder6oy
Joined: 12 Jun 2008 Posts: 20
Digg It |
Posted: Mon Jul 28, 2008 4:23 am Post subject: |
|
|
| djdna wrote: |
i have a different and unrelated question if anyone can help?? when im using the wii tilt sensors in mode 4 to play trackmania, they arent calibrated right, to drive straight i have to hold the wiimote at a bit of an angle etc, is there any way to calibrate the tilt sensors> analog control in mode 4?? |
Sure. Go to the last two lines of the script:
PPJoy1.Analog0 = (smooth((MapRange(Wiimote.gz, -1,1, -1,1)),10)+.25)*2
PPJoy1.Analog1 = (smooth((MapRange(Wiimote.gx, -1,1, -1,1)),10)+.25)*2
And add however much you wish to offset (between -1 and +1 at the end of either line. 0=no offset.) - i.e. if on the left/right tilt you wish to wish to recalibrate your tilt a little to the left, add a value to the end of the first line, similar to this:
PPJoy1.Analog0 = (smooth((MapRange(Wiimote.gz, -1,1, -1,1)),10)+.25)*2 +.3
To calibrate to the right, make the number negative, like this:
PPJoy1.Analog0 = (smooth((MapRange(Wiimote.gz, -1,1, -1,1)),10)+.25)*2 -.3
For forwards/bakwards tilt, add to the second line instead.
I hope his helps! |
|
| Back to top |
|
 |
|
|
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
|