Enter this in glovepie for using the wii remote for GTA vice city using Bluetooth though it only does basic stuff not including sprint.
The controls are:
Attack = 2 button
Brake = 1 button
Accelerate = 2 button
Pause Menu = + button
Forward = Right button
Backward = Left button
Left = Up button
Right = Down button
Jump = A button
Get in a vehicle = B button
Change weapon = Minus button
Hold controller sideways to work them
For these to work change the controls of the game
ON FOOT
Fire = Num0
Next Weapon = '
Forward = Up
Backward = Down
Left = Left
Right = Right
Enter+Exit = Return/Enter
Jump = Space
IN CAR
It will automatically change the setting you need for in car when you change the on foot settings
Now for the actual script! NO MOTION REQUIRED FOR THE GAME!
debug = 'Z=' + Wiimote.gz + 'g'
var.led = 0 //1 = Leds on ; 0 = Leds off
var.BaseOn = 30
var.AddOn = 4
var.BaseOff = 20
var.AddOff = 0
var.zBase = 0.20
var.zAdd = 0.04
*/
Keyboard.NUMPAD0 = Wiimote.Two
Keyboard.Down = Wiimote.One
Keyboard.Up = Wiimote.Two
Keyboard.Escape = Wiimote.Plus
Keyboard.Up = Wiimote.Right
Keyboard.Down = Wiimote.Left
Keyboard.Left = Wiimote.Up
Keyboard.Right = Wiimote.Down
Keyboard.Apostrophe = Wiimote.Minus
Keyboard.Space = Wiimote.A
Keyboard.Enter = Wiimote.B
endif
The free download of glove pie is available at
http://download.chip.eu/en/GlovePie-0.30_174835.htmlHAVE FUN PLAYING WITH THE WII REMOTE! if any problems just email me a leoncav98@hotmail.com
This post has been edited by leoncav on Saturday, Aug 18 2012, 08:09