Flameo

Joined: 28 Mar 2007 Posts: 12 Location: Behind you with a knife
Digg It |
Posted: Thu Aug 16, 2007 8:31 pm Post subject: |
|
|
Yah, In the script you're using it probably only has scripts for Wiimote1.Just copy and paste it (If its a small simple script for GBA games or something) then create some buttons for that remote. Like this:
| Code: | Key.Up = Wiimote1.Right
Key.Down = Wiimote1.Left
Key.Left = Wiimote1.Up
Key.Right = wiimote1.Down
Key.A = Wiimote1.One
Key.S = Wiimote1.Two
Key.Q = Wiimote1.B
Key.W = Wiimote1.A
Key.Enter = Wiimote1.Home
Key.Space = Wiimote1.Minus
//Just change Key.(whatever) to fit your own config's
Key. = Wiimote2.Right
Key. = Wiimote2.Left
Key. = Wiimote2.Up
Key. = Wiimote2.Down
Key. = Wiimote2.One
Key. = Wiimote2.Two
Key. = Wiimote2.B
Key. = Wiimote2.A
Key. = Wiimote2.Home
Key. = Wiimote2.Minus |
Thats what I made to play 2 player games on the GBA.
(Yea the shoulder buttons suck, I cant wait till I buy a Classic controller to fix play games better) _________________ Failure Ain't An Option, It Comes With The Package. |
|