其他手柄设置思路:
用windows自带的记事本打开xbox360cemu.ini编辑:
Left Analog X=1
Left Analog Y=2 --左摇杆设置。如果上下颠倒,把Y改成-2,如果左右颠倒,把X改成-1
Right Analog --同上
A --大叉
B --同PS2圆圈
X --方块
Y --三角
Left Shoulder --L1
Right Shoulder --R1
Left Thumb --L3
Right Thumb --R3
Left Trigger --L2
Right Trigger --R2
在这些后面添上"=数字"就可以了,数字是你相应按键的数字。
如果不清楚数字是多少,去控制面板--游戏控制器里面,按键后会显示相应数字。大家按照自己的手柄设置吧。
[PAD1]
Left Analog X=1
Left Analog Y=-2
Right Analog X=6
Right Analog Y=-3
D-pad POV=1
A=3
B=2
X=4
Y=1
Left Shoulder=5
Right Shoulder=6
Back=9
Start=10
Left Thumb=11
Right Thumb=12
Left Trigger=7
Right Trigger=8
[PAD1]
Left Analog X=1
Left Analog Y=-2
Right Analog X=6
Right Analog Y=-3
D-pad POV=1
A=1
B=2
X=3
Y=4
Left Shoulder=5
Right Shoulder=6
Back=7
Start=8
Left Thumb=9
Right Thumb=10
Left Trigger=a4
Right Trigger=a5
这里把原作者的一个说明转贴一下,以供有多于4轴的游戏控制器的朋友参考
To configure the DLL, you'll have to stick a file called xbox360cemu.ini into the C:\Windows directory. See the sample INI for an example setup. The INI file itself is pretty simple, you have a section [PAD1], underneath you have the key=value mappings. The possible keys fall into a few categories, each with differently interpreted values.
The buttons simply have a positive integer assigned to them, indicating the index of the mapped button (starting from 1). The keys for the buttons are:
A, B, X, Y, Left Shoulder, Right Shoulder, Back, Start, Left Thumb, Right Thumb, D-pad Up, D-pad Down, D-pad Left, D-pad Right
Analog sticks each have an axis assigned, again starting from 1. If you want to invert a particular axis, use negative indexes. The keys for the analogs are:
Left Analog X, Left Analog Y, Right Analog X, Right Analog Y
Triggers can be assigned to a button, axis, or slider. If the first character of the value is 'a', it refers to an axis, if it is an 's' it's a slider, otherwise it's a button. The rest is the index, which is used the same way as in the previous two cases. The keys for the triggers are:
Left Trigger, Right Trigger
The last key is "D-pad POV", if you give it a value (starting from 1), the POV/hat-switch with that index will be assigned to the D-pad.作者: WhiteHouse 时间: 2008-12-15 15:16:25