PDA

View Full Version : GlovePIE 0.29 - speaker, auto-pair, classic, tray icon, etc.



wraggster
January 3rd, 2007, 23:18
Carl Kenner (http://carl.kenner.googlepages.com/glovepie) has released a new version of his GlovePie Input Emulator which basically supports a lot of different Hardware and enables you to use say a WiiMote Controller as a Gaming Controller on your PC :)

What's new in version 0.29
==========================
* Minimize to System Tray button
* Recent Files menu
* OutputToFile( ) function to write values to output.txt
* Division by zero no longer crashes compiler
* Automatically connect Wiimotes when you press 1+2
(bluesoleil only, you need to do it manually with other stacks)
Hold Power button to disconnect Wiimote.
* Wiimote speaker supported (single notes only, no wave files)
* Classic Controller support fixed and tested
* Wiimote.SmoothPitch and Wiimote.SmoothRoll now calculate angles
without seperating out the acceleration, for smooth (but
inaccurate) angles when your hand wobbles.
* "Press X" now works without brackets
* "100Hz" now works without space
* Numbers allowed after dot, "Wiimote.1" works like "Wiimote.One"
* Infinity and NaN are now valid numbers.
* Other compiler improvements
* Improved documentation
* More scripts! Play old Zelda, Mario, or Metroid games with the
exact same controls as the modern Wii game.

Let me know how well it works or doesn't work.
Heres more details:


GlovePIE stands for Glove Programmable Input Emulator. It doesn't have to be used with VR Gloves, but it was originally started as a system for emulating Joystick and Keyboard Input using the Essential Reality P5 Glove. Now it supports emulating all kinds of input, using all kinds of devices, including Polhemus, Intersense, Ascension, WorldViz, 5DT, and eMagin products. It can also control MIDI or OSC output.

In the GlovePIE window you type or load a simple script. For example to control the WASD keys with a glove:

W = glove.z > -50 cm
S = glove.z < -70 cm
A = glove.x < -10 cm
D = glove.x > 10 cm

You can also use GlovePIE to play Joystick-only games without a joystick, or keyboard-only games with a joystick. Or you can use it to create macro buttons for complex keystrokes.

You can even use it to control multiple mouse pointers with multiple mice.

System Requirements
You will need:

Windows 98 or above (Windows 2000 or above to emulate keys in DirectInput games or use multiple fake cursors - Windows XP or above to get input from multiple mice or keyboards individually or to read some special keys).
DirectX 8 or above.
There is other optional software you might need for certain features. See the download page for links to download them. Joystick emulation requires PPJoy. Speech requires SAPI 5.1 with microsoft recogniser.
You don't need any special hardware.

Download and Give Feedback Via Comments