GlovePIE:Cave Story

From WiiLi

Jump to: navigation, search
//Classic Controller Mapping for Doukutu Monogatari "Cave Story"
//from Excel-2008
//http://whatistheexcel.com
//14 May 2008 for GlovePIE 0.30
//
//Update 26 October 2008: This script may be updated to reflect the control
//schemes of the upcoming WiiWare version when that is released.
//
//This script maps buttons to keys.  There is no method for changing keyboard
//controls in the game; you will have to make adjustments here.  Leave all
//keyboard settings in the configuration utility at their defaults.  It is
//recommended that you set the option "Jump button = OK" in the configuration
//utility.
//
//More information about the game (in English) is available at:
//http://www.miraigamer.net/cavestory/
//
//Default controls:
//Wii Remote:
//Fire: 1
//Jump: 2
//Change weapon: A
//Pause: Plus
//Map: Minus
//
//Classic Controller:
//Fire: y, a
//Jump: b
//Change weapon: L, R
//Pause: Plus
//Map: x, Minus

//Classic Controller
Keyboard.Left = Wiimote1.Classic.Left
Keyboard.Right = Wiimote1.Classic.Right
Keyboard.Up = Wiimote1.Classic.Up
Keyboard.Down = Wiimote1.Classic.Down

Keyboard.Z = Wiimote1.Classic.b
Keyboard.X = Wiimote1.Classic.y
Keyboard.X = Wiimote1.Classic.a
Keyboard.S = Wiimote1.Classic.RFull
Keyboard.A = Wiimote1.Classic.LFull
Keyboard.Q = Wiimote1.Classic.Plus
Keyboard.W = Wiimote1.Classic.x
Keyboard.W = Wiimote1.Classic.Minus


//Wii Remote
Keyboard.Left = Wiimote1.Up
Keyboard.Right = Wiimote1.Down
Keyboard.Up = Wiimote1.Right
Keyboard.Down = Wiimote1.Left

Keyboard.Z = Wiimote1.2
Keyboard.X = Wiimote1.1
Keyboard.A = Wiimote1.A
Keyboard.Q = Wiimote1.Plus
Keyboard.W = Wiimote1.Minus


Wiimote1.Led1 = true
Personal tools