| View previous topic :: View next topic |
| Author |
Message |
va1o
Joined: 15 Mar 2007 Posts: 5
Digg It |
Posted: Thu Mar 15, 2007 10:57 pm Post subject: Help needed |
|
|
Hey guys i need some help.. im no good at this code writing stuff but what i want to do is make a code to use my Wii pad with Trackmania
i want to be able to hold that pad like you would is you was playing Tony hawks downhill jame or any other racing game on wii come to think about it..
So if i tilt it left car moves left right for right ect.
i was wondering if one of you could make it for me as i have no idea what im dowing..
The keys are
Up arrow ( Accelerate ) i want as button 1
Down Arrow ( Break ) i want as button 2
Left Arrow ( turn left ) i would like as tilt pad left * as pad is sideways that makes this -y ?? *
Right Arrow ( turn right ) this would be opposit +y ?
Enter Key ( Reset Car ) as button A
i think thats it shouldn't be too hard for someone that knows what he/she is doing but like i said i really don't have a clue and would love some help thanks alot |
|
| Back to top |
|
 |
Gleasonator
Joined: 24 Feb 2007 Posts: 46 Location: Texas
Digg It |
Posted: Sat Mar 17, 2007 5:41 pm Post subject: |
|
|
Dunno about tilting the wiimote but the rest of the buttons are:
| Code: | Up = wiimote.one;
Down = wiimote.two;
Enter = wiimote.A;
|
The scripting is easy enough to basically write out what you want it to do. I don't know about tilting because it uses values I'm unfamiliar with, but you can just use "Left = wiimote.up" to make pressing the up on th wiimote trigger the left on your keyboard. You'd want it like that if it was turned to the side. _________________ I like cream soda...
 |
|
| Back to top |
|
 |
|