So, here is a much improved controller plugin for the PS3 Sixaxis Dualshock 3:
[Sony PLAYSTATION(R)3 Controller]
[OSX: PLAYSTATION(R)3 Controller]
plugged = True
plugin = 2
mouse = False
AnalogDeadzone = 4096,4096
AnalogPeak = 32768,32768
DPad R = button(5)
DPad L = button(7)
DPad D = button(6)
DPad U = button(4)
Start = button(3)
Z Trig = button(10)
B Button = button(13)
A Button = button(14)
C Button R = axis(2-)
C Button L = axis(2+)
C Button D = axis(3+)
C Button U = axis(3-)
R Trig = button(11)
L Trig = button(8)
Mempak switch =
Rumblepak switch =
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)
;R2 (9), L3 and R3 (1 and 2) the Triangle and Square buttons (12 and 15), Select (0), and the PS3 button (16) are unassigned.
I just copy and pasted the top 6 or so lines form the original, and the X and Y axes. The rest is different.
There is some debate on whether B should be button 13 or 15 (15 to mimic the N64 layout, 13 to appeal to ps3 users, as it's traditionally designated "B" on the ps3 (the one responsible for similar actions), and the one a psx user instinctively presses for those sort of actions). I've set it to 13 in this since the usage of a ps3 controller for this would most likely appeal to that very sort of person.
I left a comment line in that would be useful for anyone trying to customize theirs; of course, if a GUI frontend were able to dynamically assign button configurations, it would be redundant.
blight_input.conf is gone in the newest versions of the emulator. This
configuration section goes in the InputAutoCfg.ini file, which normally lives
in /usr/local/share/mupen64plus/ on unix-type systems.
Richard
Thanks for the info. Are you sure that you meant to reverse the direction of
the C left/right buttons? Usually right is + and left is -. The newest input
plugin actually allows you to specify deadzones for the axis() parameter, so
you can use something like "axis(3+,8192)" to make it less sensitive.
Richard
Assuming the answer to all of these is yes, I would suggest running this from
the console:
gedit /usr/local/share/mupen64plus/InputAutoCfg.ini
The edit the [Sony PLAYSTATION(R)3 Controller] section to have the values
given in the email below.
Richard
On 06/20/2011 03:22 PM, aaron shaw wrote:
> i have ubuntu linux, and i want to use this configuration to play my games
> on, but i have no clue where to put it or how to get there. PLEASE HELP!
>
>
> On Jun 17 2010, 9:33 pm, Richard Goedeken <Rich...@fascinationsoftware.com>
It may be worth noting that the Input Plugin reads the ps3 axis 3 very sensitively, occasionally registering C up and down button presses when there are none
Hi,