|
||||
Play Games with GSen Now (Need for Speed, Xtrakt)
In case you missed it, with GPad you can now get games to play with the accelerometer. Xtrakt is enabled by default: http://www.fuzemobility.com/play-xtr...with-the-gsen/
And just change the config file to get other games like Need For Speed enabled: http://www.fuzemobility.com/need-for...n-enabled-now/ |
This post has been thanked 8 times. |
|
||||
Re: Play Games with GSen Now (Need for Speed, Xtrakt)
nice thanks bro.
__________________
MoonZ~BabysH SGT MoonZ, Reporting for Duty...CBM, Google Search & Rescue Division!!! |
|
||||
Re: Play Games with GSen Now (Need for Speed, Xtrakt)
waiting for this sweet app.
__________________
If you like my post then use the thanks button
|
|
||||
Re: Play Games with GSen Now (Need for Speed, Xtrakt)
Quote:
|
|
||||
Re: Play Games with GSen Now (Need for Speed, Xtrakt)
good info, much better than telling me how to use the camera jk bro thanks a lot.
BTW have u come up with any config files for any games yet?
__________________
|
|
||||
Re: Play Games with GSen Now (Need for Speed, Xtrakt)
Xtrakt was preconfigured. I used that for Need for Speed which I added myself but I changed the values a little to make left/right a little more important than the defaults (which lightly favored up/down before).
This is the text to insert under Tilt: <Application> <ExeName>NFS Undercover.exe</ExeName> <CenterY>0</CenterY> <DeadZoneY>10</DeadZoneY> <DeadZoneX>10</DeadZoneX> <MaxY>40</MaxY> <MaxX>40</MaxX> <KeyMethod>KeybdEvent</KeyMethod> <MaxKeyTick>1</MaxKeyTick> <MinKeyTick>10</MinKeyTick> </Application> I also posted the config file here: http://www.mobilitydigest.com/forums...=7950#post7950 I think that above config should work for most games though. I've noticed older games (like Pacman) it doesn't seem to work on. I'll test a few more EA games though. |
This post has been thanked 1 times. |
|
||||
Re: Play Games with GSen Now (Need for Speed, Xtrakt)
Good work. I'm using these settings with different games.
Pacman could work, I ran into an issue with age of empires at first. See where it says <KeyMethod>? I had to use SendMessage instead of KeybdEvent for age of empires. The other option was SendInput, but that didnt' work. Man I gotta tell ya, playin age of empires is so much nicer now on my pro, and it's a great game to play at work lol |
|
||||
Re: Play Games with GSen Now (Need for Speed, Xtrakt)
yeah - good call. Pacman is working (I see you and I are on two forums but it's worth sharing the config lines for everyone):
Here's the config lines for Pacman (this version of pacman:http://www.fuzemobility.com/gotw-1-p...-for-your-ppc/) it goes under 'tilt' in the config: <Application> <ExeName>pac-man.exe</ExeName> <CenterY>0</CenterY> <DeadZoneY>10</DeadZoneY> <DeadZoneX>10</DeadZoneX> <MaxY>40</MaxY> <MaxX>40</MaxX> <KeyMethod>SendMessage</KeyMethod> <MaxKeyTick>1</MaxKeyTick> <MinKeyTick>10</MinKeyTick> </Application> |
|
|
|