Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes2wii.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2014-01-19 21:44:18 +0400
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2014-01-19 21:44:18 +0400
commit9066937fc6ff24b0f596a98225d87d8e8e58e034 (patch)
tree7832f1050cea37b7e0b23a4c806c854d36985128
parent0ded8efd73c7ccfea1b27e72304759d168da4655 (diff)
GlovePIE script for keyboard
-rw-r--r--classic_controller_keyboard.pie28
-rw-r--r--nes2wii.pngbin107378 -> 0 bytes
2 files changed, 28 insertions, 0 deletions
diff --git a/classic_controller_keyboard.pie b/classic_controller_keyboard.pie
new file mode 100644
index 0000000..a4b8082
--- /dev/null
+++ b/classic_controller_keyboard.pie
@@ -0,0 +1,28 @@
+Wiimote1.Led1 = true
+Wiimote1.Led2 = Wiimote1.Classic.a
+Wiimote1.Led3 = Wiimote1.Classic.b
+Wiimote1.Led4 = Wiimote1.Classic.start
+Keyboard.Right = Wiimote1.Classic.LeftStickX > 0.5
+Keyboard.Down = Wiimote1.Classic.LeftStickY > 0.5
+Keyboard.Left = Wiimote1.Classic.LeftStickX < -0.5
+Keyboard.Up = Wiimote1.Classic.LeftStickY < -0.5
+Keyboard.D = Wiimote1.Classic.RightStickX > 0.5
+Keyboard.S = Wiimote1.Classic.RightStickY > 0.5
+Keyboard.A = Wiimote1.Classic.RightStickX < -0.5
+Keyboard.W = Wiimote1.Classic.RightStickY < -0.5
+Keyboard.T = Wiimote1.Classic.Up
+Keyboard.G = Wiimote1.Classic.Down
+Keyboard.F = Wiimote1.Classic.Left
+Keyboard.H = Wiimote1.Classic.Right
+Keyboard.Z = Wiimote1.Classic.a
+Keyboard.X = Wiimote1.Classic.b
+Keyboard.C = Wiimote1.Classic.Select
+Keyboard.V = Wiimote1.Classic.Start
+Keyboard.B = Wiimote1.Classic.x
+Keyboard.N = Wiimote1.Classic.y
+Keyboard.One = Wiimote1.Classic.LFull
+Keyboard.Two = Wiimote1.Classic.RFull
+Keyboard.Three = Wiimote1.Classic.ZL
+Keyboard.Four = Wiimote1.Classic.ZR
+
+
diff --git a/nes2wii.png b/nes2wii.png
deleted file mode 100644
index e0429a8..0000000
--- a/nes2wii.png
+++ /dev/null
Binary files differ