Flight Simulator 2002 Script --- Check Back Soon For Movement Commands!!!
Page 1 of 1 • Share •
Flight Simulator 2002 Script --- Check Back Soon For Movement Commands!!!
// Flight Simulator 2002 Script
// Created By Admin Of www.wiimote-scripting.forum0.info
//______________________________________________________________________________
// Main Commands
// Increase Throttle = Plus Button
key.F2 = wiimote.Plus
// Decrease Throttle = Minus Button
key.F3 = wiimote.Minus
// Increase Flaps = Up Button
key.F7 = wiimote.up
// Decrease Flaps = Down Button
key.F8 = wiimote.Down
// View Change = Home Button
key.S = wiimote.Home
// Gear = Number One
key.G = wiimote.One
// (Parking)Brakes = Number Two
key.Dot = wiimote.Two
// Number One = Left
key.one = wiimote.Left
// Number Two = Right
key.two = wiimote.Right
// Number Three = Nunchuk Z Button
key.three = wiimote.Nunchuk.ZButton
// Number Four = Nunchuk C Button
key.four = wiimote.Nunchuk.CButton
// Exit Flight Simulator 2002 = B Button
key.Escape = wiimote.B
// Led Commands
// Increase Throttle = Led 4
wiimote.plus = wiimote.Led4
// Decrease Throttle = Led 1
wiimote.minus = wiimote.led1
// Increase Flaps = Led 3
wiimote.up = wiimote.Led3
// Increase Flaps = Led 2
wiimote.down = wiimote.Led2
// View Change = Leds 1234
wiimote.home = wiimote.led1 + wiimote.led2 + wiimote.led3 + wiimote.Led4
// Gear = Leds 14
wiimote.one = wiimote.led1 + wiimote.Led4
// Brakes = Leds 14
wiimote.two = wiimote.led1 + wiimote.Led4
// Number One = Led 1
wiimote.left = wiimote.Led1
// Number Two = Led 2
wiimote.right = wiimote.Led2
// Number Three = Led 3
wiimote.Nunchuk.ZButton = wiimote.Led3
// Number Four = led 4
wiimote.Nunchuk.CButton = wiimote.Led4
// Exit Flight Simulator 2002 = Rumble
wiimote.b = wiimote.rumble + wiimote.led1 + wiimote.led2 + wiimote.led3 + wiimote.Led4
Debug = "FLIGHT SIMULATOR 2002 -- WWW.WIIMOTE-SCRIPTING.FORUM0.INFO"
// Created By Admin Of www.wiimote-scripting.forum0.info
//______________________________________________________________________________
// Main Commands
// Increase Throttle = Plus Button
key.F2 = wiimote.Plus
// Decrease Throttle = Minus Button
key.F3 = wiimote.Minus
// Increase Flaps = Up Button
key.F7 = wiimote.up
// Decrease Flaps = Down Button
key.F8 = wiimote.Down
// View Change = Home Button
key.S = wiimote.Home
// Gear = Number One
key.G = wiimote.One
// (Parking)Brakes = Number Two
key.Dot = wiimote.Two
// Number One = Left
key.one = wiimote.Left
// Number Two = Right
key.two = wiimote.Right
// Number Three = Nunchuk Z Button
key.three = wiimote.Nunchuk.ZButton
// Number Four = Nunchuk C Button
key.four = wiimote.Nunchuk.CButton
// Exit Flight Simulator 2002 = B Button
key.Escape = wiimote.B
// Led Commands
// Increase Throttle = Led 4
wiimote.plus = wiimote.Led4
// Decrease Throttle = Led 1
wiimote.minus = wiimote.led1
// Increase Flaps = Led 3
wiimote.up = wiimote.Led3
// Increase Flaps = Led 2
wiimote.down = wiimote.Led2
// View Change = Leds 1234
wiimote.home = wiimote.led1 + wiimote.led2 + wiimote.led3 + wiimote.Led4
// Gear = Leds 14
wiimote.one = wiimote.led1 + wiimote.Led4
// Brakes = Leds 14
wiimote.two = wiimote.led1 + wiimote.Led4
// Number One = Led 1
wiimote.left = wiimote.Led1
// Number Two = Led 2
wiimote.right = wiimote.Led2
// Number Three = Led 3
wiimote.Nunchuk.ZButton = wiimote.Led3
// Number Four = led 4
wiimote.Nunchuk.CButton = wiimote.Led4
// Exit Flight Simulator 2002 = Rumble
wiimote.b = wiimote.rumble + wiimote.led1 + wiimote.led2 + wiimote.led3 + wiimote.Led4
Debug = "FLIGHT SIMULATOR 2002 -- WWW.WIIMOTE-SCRIPTING.FORUM0.INFO"
Admin- Admin
- Posts: 4
Join date: 2008-09-28

Permissions of this forum:
You cannot reply to topics in this forum



