Frictional Games Forum (read-only)

Full Version: Input with QJoyPad
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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.
(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.