Control games with Nintendo Wii Remote in Windows.
- Download and unzip the following files.
- If the computer is not running in test mode, run
bcdedit -set TESTSIGNING ON
as administrator and restart the computer. Then, executePPJoySetup-0.8.4.6.exe
to run the PPJoy driver. If a new window appears, click "Add -> Add -> Done" to add a new joystick.
The above watermark will appear in the bottom corner of the screen, which is necessary to run the PPJoy driver. To remove the watermark, runbcdedit -set TESTSIGNING OFF
as administrator and restart the computer.
- Turn Bluetooth on and open the Control Panel. Click "Add a device" below "Hardware and Sound" and press the 1 and 2 buttons of the Wiimote until the device is recognized by the computer. Then, click "Cancel -> Cancel" to install the necessary files.
- Execute
GlovePIE.exe
and click "File -> Open" to open a*.PIE
script. Then, click "Run" to run the script. Now you can play games with the Wiimote while GlovePIE is running. - To stop, click the "Stop" button in GlovePIE and disconnect the Wiimote from the computer.
The following is an example of a GlovePIE script. Visit the GlovePIE Wiki(Syntax, Wiimote, PPJoy) for more information.
PPJoy.Analog0 = Smooth(MapRange(Wiimote.SmoothPitch, -80, 80, -1, 1))
PPJoy.Digital0 = Wiimote.Up
PPJoy.Digital1 = Wiimote.Down
PPJoy.Digital2 = Wiimote.Left
PPJoy.Digital3 = Wiimote.Right
PPJoy.Digital4 = Wiimote.A
PPJoy.Digital5 = Wiimote.B
PPJoy.Digital6 = Wiimote.Minus
PPJoy.Digital7 = Wiimote.Plus
PPJoy.Digital8 = Wiimote.Home
PPJoy.Digital9 = Wiimote.One
PPJoy.Digital10 = Wiimote.Two
Set the "Steering sensitivity" high and the "Steering non-linearity" low. Below is a custom configuration of the keys and buttons.
Function | Keyboard | Wiimote | Wiimote & Nunchuck |
---|---|---|---|
Throttle | W | Right | C |
Brake / Reverse | S | Left | Z |
Steering Left | A | Up | |
Steering Right | D | Down | |
Start/Stop Engine | E | B | + |
Parking Brake | Space | - | |
Left-Turn Indicator | [ | 1 | Joy Down |
Right-Turn Indicator | ] | 2 | Joy Up |
Light Modes | L | - | 2 |
Horn | H | A | A |
Wipers | P | + | 1 |
Activate | Enter | Home | Home |
Route Advisor Navigation Page | F5 | Down | |
Route Advisor Diagnostics Page | F7 | Up |