What's new

NRage Input Plugin V2.00 BETA (an overhaul)

score_under

New member
Eh?

It's a SVN patch, get the SVN rev 33 and use the svn program to patch it.
And the rumble feature was for myself, having a hell of a time trying to implement an non-obstructive rumble feature (PPJoy's digital buttons did not want to be set, I'm afraid.)

What I'd really like to see in GlovePie is the support for TCP/IP connections to it, allowing me to send it a lovely and totally invisible "Rumble player 3's controller!!" message, via internet (so you could even run glovepie on a different computer!)
e.g.
WIIMOTE -> Bluetooth -> Computer -> GlovePie -> TCP/IP -> Other Computer -> GlovePie -> Emulator -> TCP/IP -> First Computer -> GlovePie -> Bluetooth -> Wiimote Rumble...
What a simple solution!

EDIT:
Whoza whatzit?
That's what my cousin says to excite his pet dog. For example, he's holding a block of chocolate, he chucks the tiniest amount in its general direction and says "Whoza Whatizit!!" and the dog goes mental.
Also, if my cousin is playing football, when he finishes, he says that to the dog, torments him with the ball and eventually throws it to him. The dog "kills" the ball - he's a Staffordshire bull terrier... bred for the kill! Muhahaha
I don't know what that has to do with emulator plugins.

EDIT AGAIN:
One more post and you will have 0x80 posts! Or even 1000 0000 posts!
And yes, I do seem to edit too much... it stops me double-posting!:saint:
 
Last edited:

MadManMarkAu

Transfer Pak Expert
This is post #128 :D

Just wondering what's happening with the SVN server, if the project is still alive, and where the SVN server is now. Kinda wanting to start working on the plugin again.
 

squall_leonhart

The Great Gunblade Wielder
Just wondering what's happening with the SVN server, if the project is still alive, and where the SVN server is now. Kinda wanting to start working on the plugin again.
Im waiting on a tarball from Rapiddiety so i can upload the entire SVN to sourceforge, which will be the projects new home.
 
Last edited:

score_under

New member
Glovepie lets you use an incompatible controller with most software (originally designed for a virtual reality glove.)
I use it to let wii remotes interface with the emulator and sometimes the mouse.

And if it doesn't compile for you on GCC, apply my patch, if it still doesn't, add the line

#ifndef _WIN32_IE
#define _WIN32_IE 0x0300
#endif

to commonIncludes.h, at line 26.

Have fun!
SourceForce
This source is THAT powerful?
 

p_025

Voted Least Likely to Succeed
NRage's plugin supports mice by default, and there are Bluetooth adaptors with more specialized software for wiimotes. Anything Windows recognizes as a joystick or gamepad is compatible. Maybe one advantage of this GlovePIE thing would be usage of multiple mice, but that could probably be coded directly into the plugin.
 
Last edited:
OP
R

rabiddeity

Plugin Hacker
Sweet. I've been waiting for someone to fix the rest of the GCC compile problems for awhile now. I didn't see the posts on this thread because for some reason emutalk wasn't sending me notification emails anymore. I'm taking a look at the code right now, I'll work on getting you SVN commit access to your own branch and then we can merge the changes after making sure it compiles with no issues on both GCC and VC++.

squall, I've sent you a PM about the SVN stuff.
 
Okay, I downloaded the 2.00 version, but now when I go to Options-Settings, I get this message:

This application has failed to start because MSVCR70.dll was not found. Re-installing the application may fix this problem.

Then another message comes up:

Failed to load plugin
C:\Program Files\Project 64 1.6\Plugin\NRage_DInput8_V2_2.00dll
 
Well, I installed the .NET framework 2.o and that did not fix anything. Do I have to uninstall the 1.0 and 1.1 versions and reinstall them, or do you have anymore suggestions? I am a little new to this.....
 
Got it! A friend of mine helped me out. That file I needed, it came from Microsoft's language homepage. It doesn't come with .NET framework 2.0. However, thank you for all of your and nice job with the plugin!
 

p_025

Voted Least Likely to Succeed
You can usually google any DLL you need and it'll come up. It might not be the wisest idea, but there was one source that was legit, I think it was something like dllfiles.com. I got everything I needed from there, no viruses yet, as far as I can tell.
 

Top