| | | Forum Newbie
       
Group: Forum Members Last Login: 7/13/2009 8:54:29 PM Posts: 1, Visits: 29 |
| Hello,
I got my VR920 today and have spent over 5 hours searching for a script that will let me use the motion tracking in the headset to function as a mouse for generally any game. Is that possible? it seems like there were various posts that mentioned people who managed to do it, and thus not limited to any game. Rather important for me and a friend of mine who play Aion - on a chinese server, not released for another 6 months in the US. In addition to the 3-D interfaces for Windows OS and Internet Explorer, and so many other uses that their compatibilities may never cover. I know nothing about coding and am dumb struck to try and figure out the GlovePie's native language to do this myself. It would be different if I had a base script to build off of and customize myself.
Another question... the Stereoscopic Player that supposedly can give a shallow interpretation of 3-D to a 2-D movie, there were over 40 options to play it in. I started from the top and worked my way down, none of them adding to the quality. That must of been a misunderstanding, both of these situations may not be possible.
|
| | | | 
Supreme Being
       
Group: Forum Members Last Login: Today @ 3:59:21 AM Posts: 283, Visits: 2,502 |
| Try this one:
pie.FrameRate = 60Hz
var.sensitivity = 800
var.yaw = RemoveUnits(Smooth(VR920.ContinuousYaw,20))/90*var.Sensitivity
var.pitch = RemoveUnits(VR920.Pitch)/90*var.Sensitivity
fakemouse.DirectInputX+=delta(var.yaw)
fakemouse.DirectInputY-=delta(var.pitch) |
| | | | Forum Member
       
Group: Forum Members Last Login: 4/21/2010 8:13:02 PM Posts: 32, Visits: 37 |
| Also, GlovePIE 0.29 does not support VR920 tracking, and the 0.30 link is not on the site, so here:
http://flightpad.net/files/GlovePIE029.zip
Also, this version has random crashes for a distinguishable pattern of people. This means anyone with themes (expecially Windowblinds) Create a desktop shortcut, right click and properties, compatibility tab and click "Disable visual themes". |
| |
|
|