wiimote.Leds = 0 Up = wiimote.Right Down = wiimote.Left Left = wiimote.Up Right = wiimote.Down F2 = wiimote.Minus //Select F1 = wiimote.Plus //Start Escape = wiimote.Home //Exit Control = wiimote.One Control = wiimote.TwoAnd this is the script that uses the Classic Controller:
wiimote.Leds = 0 Up = wiimote.classic.Up or Wiimote.Classic.Joy1Y < -0.2 Down = wiimote.classic.Down or Wiimote.Classic.Joy1Y > 0.2 Left = wiimote.classic.Left or Wiimote.Classic.Joy1X < -0.2 Right = wiimote.classic.Right or Wiimote.Classic.Joy1X > 0.2 F2 = wiimote.classic.Minus //Select F1 = wiimote.classic.Plus //Start Escape = wiimote.classic.Home //Exit Control = wiimote.classic.B
Some specialized versions of the Z26 Classic Controller script for certain Atari 2600 games:
Tron Deadly Discs: This simulates as best as it can a dual firing joystick for games where dual firing joysticks may be or are required but were forced into using a single joystick and action button when ported to the Atari 2600. This script also works for Vanguard and Tutankham.
// Z26 Emulator Controller Script for Tron Deadly Discs wiimote.Leds = 0 Up = wiimote.classic.Up or Wiimote.Classic.Joy1Y < -0.2 Down = wiimote.classic.Down or Wiimote.Classic.Joy1Y > 0.2 Left = wiimote.classic.Left or Wiimote.Classic.Joy1X < -0.2 Right = wiimote.classic.Right or Wiimote.Classic.Joy1X > 0.2 F2 = wiimote.classic.Minus //Select F1 = wiimote.classic.Plus //Start Escape = wiimote.classic.Home //Exit Up&&Control = wiimote.classic.Joy2Y < -0.2 Down&&Control = wiimote.classic.Joy2Y > 0.2 Left&&Control = wiimote.classic.Joy2X < -0.2 Right&&Control = wiimote.classic.Joy2X > 0.2
Raiders Of The Lost Ark: This game actually uses two joysticks; one for moving Indiana Jones and the other for selecting the objects in his inventory. I simply put them onto one controller, with the Left Stick moving Indiana Jones and the Right Stick for selecting his inventory. Button B uses the selected item in his inventory and Button A selects the item.
wiimote.Leds = 0 Up = wiimote.classic.Up or Wiimote.Classic.Joy1Y < -0.2 Down = wiimote.classic.Down or Wiimote.Classic.Joy1Y > 0.2 Left = wiimote.classic.Left or Wiimote.Classic.Joy1X < -0.2 Right = wiimote.classic.Right or Wiimote.Classic.Joy1X > 0.2 E = Wiimote.Classic.Joy2Y < -0.2 D = Wiimote.Classic.Joy2Y > 0.2 S = Wiimote.Classic.Joy2X < -0.2 F = Wiimote.Classic.Joy2X > 0.2 F2 = wiimote.classic.Minus //Select F1 = wiimote.classic.Plus //Start Escape = wiimote.classic.Home //Exit Control = wiimote.classic.B N = wiimote.Classic.A
Stargate: This sequel to Defender uses two joysticks; one of them for the main control of the ship and the other for the remaining three weapons. All the controls you need to play this game are all put into one controller.
wiimote.Leds = 0 Up = wiimote.classic.Up or Wiimote.Classic.Joy1Y < -0.2 Down = wiimote.classic.Down or Wiimote.Classic.Joy1Y > 0.2 Left = wiimote.classic.Left or Wiimote.Classic.Joy1X < -0.2 Right = wiimote.classic.Right or Wiimote.Classic.Joy1X > 0.2 F2 = wiimote.classic.Minus //Select F1 = wiimote.classic.Plus //Start Escape = wiimote.classic.Home //Exit Control = wiimote.classic.B //Fire N = wiimote.Classic.A //Smart Bomb E = wiimote.Classic.Y //Inviso D = wiimote.Classic.X //Hyperspace
Star Raiders: This game uses both the joystick and the Video Touch Pad, which is basically a fancied-up version of the Atari 2600 keypad controller. Again all the controls needed for playing this game are all put onto one controller.
// Z26 Emulator Controller Script for Star Raiders wiimote.Leds = 0 Up = wiimote.classic.Up or Wiimote.Classic.Joy1Y < -0.2 Down = wiimote.classic.Down or Wiimote.Classic.Joy1Y > 0.2 Left = wiimote.classic.Left or Wiimote.Classic.Joy1X < -0.2 Right = wiimote.classic.Right or Wiimote.Classic.Joy1X > 0.2 F2 = wiimote.classic.Minus //Select F1 = wiimote.classic.Plus //Start Escape = wiimote.classic.Home //Exit Control = wiimote.classic.B //Fire Key.1 = wiimote.classic.Y //Keypad 1 Key.2 = wiimote.classic.X //Keypad 2 Key.3 = wiimote.classic.A //Keypad 3 Q = wiimote.classic.LFull //Keypad 4 W = wiimote.classic.RFull //Keypad 5
Tank Games: For simulating tank controls in games like Combat, Battlezone, and Robot Tank.
// Z26 Emulator Controller Script for Tank Games wiimote.Leds = 0 Up = wiimote.Classic.Joy1Y < -0.2 and Wiimote.Classic.Joy2Y < -0.2 Down = wiimote.Classic.Joy1Y > 0.2 and Wiimote.Classic.Joy2Y > 0.2 Left = wiimote.Classic.Joy1Y > 0.2 and Wiimote.Classic.Joy2Y < -0.2 Right = wiimote.Classic.Joy1Y < -0.2 and Wiimote.Classic.Joy2Y > 0.2 F2 = wiimote.classic.Minus //Select F1 = wiimote.classic.Plus //Start Escape = wiimote.classic.Home //Exit Control = wiimote.classic.ZR




Send me a message
Find content
Male
Display name history
