| View previous topic :: View next topic |
| Author |
Message |
Glasscannon
Joined: 27 Dec 2006 Posts: 5
Digg It |
Posted: Wed Dec 27, 2006 2:24 am Post subject: |
|
|
| ok when i go to preference and type that in its a invalid key |
|
| Back to top |
|
 |
penguinwhoflew
Joined: 27 Dec 2006 Posts: 16
Digg It |
Posted: Wed Dec 27, 2006 2:28 am Post subject: |
|
|
| Code: | mouse.LeftButton = Wiimote.B
mouse.RightButton = Wiimote.A |
That's what I use to move.
| Code: | one = Wiimote.Up
four = Wiimote.Down
two = Wiimote.Left
three = Wiimote.Right |
That's how I access my hotbar with the D-pad. You're using glovepie right? |
|
| Back to top |
|
 |
Glasscannon
Joined: 27 Dec 2006 Posts: 5
Digg It |
Posted: Wed Dec 27, 2006 2:29 am Post subject: |
|
|
| i'm using wiinremote, is there something better? because when i choose what buttons to assign there is no keyboard up, only a web forward and a mouse wheel up.. |
|
| Back to top |
|
 |
penguinwhoflew
Joined: 27 Dec 2006 Posts: 16
Digg It |
Posted: Wed Dec 27, 2006 2:31 am Post subject: |
|
|
| Aaah... I use glovepie. You can find the download link in the wiki on the main site. |
|
| Back to top |
|
 |
CarlKenner Site Admin
Joined: 29 Nov 2006 Posts: 614
Digg It |
Posted: Wed Dec 27, 2006 9:46 am Post subject: |
|
|
| Glasscannon wrote: | | i'm using wiinremote, is there something better? because when i choose what buttons to assign there is no keyboard up, only a web forward and a mouse wheel up.. |
You can use the cursor keys in WiinRemote, in fact the d-pad works as cursor keys by default. You can choose keys in the drop down box where you choose the type of input, then you just click in the box for detecting key presses and you press the key you want.
But WiinRemote won't work in any games that use DirectInput (which any self-respecting game does).
So I suggest you use GlovePIE instead. |
|
| Back to top |
|
 |
|