Frictional Games Forum (read-only)
Input with QJoyPad - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+---- Forum: Linux - ATDD (https://www.frictionalgames.com/forum/forum-32.html)
+---- Thread: Input with QJoyPad (/thread-4569.html)



Input with QJoyPad - node357 - 09-19-2010

First, thank you for Amnesia: The Dark Descent. It's everything I hoped it would be. Just amazing.

Due to arthritis in my hands, I like to play games with my PS3 controller whenever possible. A lot of the time I use QJoyPad to map the joystick axis to mouse movement. It generally works, though I have to disable DGA to stop a fast spinning effect in some games. Unforunately, even with SDL_VIDEO_X11_DGAMOUSE=0, and disabling DGA in xorg.conf, I still get this insanely fast spinning effect when I try to look anywhere using my joystick. Any ideas how I can stop this? Even on the lowest sensitivity the look speed is way too fast to play. Thanks!


RE: Input with QJoyPad - Urkle - 09-20-2010

In game we are using relative mouse movements.. But in the gui we are using absolute mouse position.

You'll have to inquire with the developer of QJoyPad about how to get QJoyPad program to send cleaner relative mouse movements to SDL applications.


RE: Input with QJoyPad - node357 - 10-02-2010

(09-20-2010, 07:01 PM)Urkle Wrote: In game we are using relative mouse movements.. But in the gui we are using absolute mouse position.

You'll have to inquire with the developer of QJoyPad about how to get QJoyPad program to send cleaner relative mouse movements to SDL applications.
Sorry for taking so long to respond... it turns out using the launchers in the GNOME menu didn't load the environment variables I wanted. Launching Amnesia from a terminal worked! It is so strange turning cranks and yanking open doors with the little joystick, but it feels much more natural than I expected. Thanks!

PS: I'll email the developer of QJoyPad, but it takes a long time for him to reply.