advice to make smartnav work with more games

This is the place for comments, criticisms and even the occasional compliment related to the SmartNav drivers and profiler. Also the place to discuss and review support issues.
Post Reply
spacejim
Posts: 5
Joined: Thu Oct 20, 2005 5:00 am

advice to make smartnav work with more games

Post by spacejim »

I've found that smartnav doesnt work with most games that I try because the games use their own mouse code, in these cases the mouse pointer simply hugs around the edges of the screen and refuses to work. This is due to the fact that smart nav positions the cursor absolutely (the symptoms are the same if i try to use a graphics pen).
so in the smartnav code it must be something like:

mouseCursorPosition = where_smartnav_wants_it;

(I'm a game programmer by the way)

So the solution would be to include a relative movement option in the drivers (not the relative option already there). It would need to be something like:

mouseCursorPosition += where_smartnav_wants_it - where_smartnav_wanted_it_last_frame;

so the mouse cursor would me actually moved by a force, rather than placed.

Sorry for talking in code, but thats the only way I can explain it. I believe if you put this option in then more games would be playable without having to find a way to get them in window mode.
rodom
Posts: 581
Joined: Thu Jul 07, 2005 5:00 am
Location: Philomath, OR

Re: advice to make smartnav work with more games

Post by rodom »

Good idea. I'll pass this information along.
kevin
Posts: 315
Joined: Fri Sep 24, 2004 5:00 am
Location: Corvallis

Re: advice to make smartnav work with more games

Post by kevin »

You could also try using the TrackIR Software and mouse emulation mode to play games with the SmartNAV
Post Reply