IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules Attention:

The Mod Showroom is only for posting previews/downloads of completed or near finished mods.
All help topics should be posted in the Editing Discussion forums. Help topics and mod requests posted here will be locked or binned. Thank you.
GTAGarage.com : Free mod hosting, attach your files and screenshots to your topics
GTAModding.com : A wiki for everything related to GTA modding, including documentation and tutorials

  Reply to this topicStart new topicStart Poll

 GTA Vice City Glovepie Script

 This is a simple code I created
 
leoncav  
Posted: Saturday, Aug 18 2012, 08:06
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Aug 18, 2012

XXXXX



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.html

HAVE 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
PM
  Top
 

 
Ashwin the new boy  
Posted: Saturday, Aug 18 2012, 11:11
Quote Post


I am The Most Confused Person
Group Icon
Group: Members
Joined: Nov 14, 2010

ia.gif

XXXXX



This is not Mod Showroom
Users WebsitePM
  Top
 

 
leoncav  
Posted: Saturday, Aug 18 2012, 21:33
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Aug 18, 2012

XXXXX



Sorry but it came under coding so i thought that was close enough confused.gif
PM
  Top
 

 

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG