View Single Post
Posts: 557 | Thanked: 370 times | Joined on Apr 2010
#577
Originally Posted by altorn View Post
my question is: im using izzeho's custom config but i want to almost completely change the ps3 controller button map. how am i going to delete a currently set button so i can set my own?

javispedro and izzeho and whoever programmed the plugin,
thank you!
Is the GUI mapping isn't practical (the accelerometer in the PS3 messes things up), edit it manually in xterm. With leafpad installed in a fresh xterm:
Code:
leafpad .mupen64plus/blight_input.conf
Open another terminal window and run:
Code:
root     (need rootsh installed)
apt-get install joystick
jstest /dev/js0
This will output a cool little display of what joystick is currently active, along with what buttons are currently pressed. Simply press a desired button and see which number becomes On.

Go to the blight_input.conf we opened in leafpad. And for the corresponding key you want it to mapped to, change button( 0 ) to the number you found from jstest. Rinse and repeat till you are done. Obviously the template is a little different for axis'... but just follow the template and you can't go wrong.

As is, I've no idea how to get passed the annoying issue of the accelerometer in the PS3 controller becoming the keymap for whatever you are trying to change.

Last edited by IzzehO; 2010-07-12 at 15:12.