Edited by Pinselborste, 19 May 2013 - 11:45 AM.
3
Using Xbox 360 controller with MWO / suport?
Started by Avoll, Jun 20 2012 12:59 PM
62 replies to this topic
#61
Posted 19 May 2013 - 11:44 AM
its already supported only thing is that the two triggers count as one, guess deadzone and sensability settings will come with the new UI, and the trigger should be fixed in the future too.
#62
Posted 20 May 2013 - 08:40 PM
Here is a way to solve your problem with Xbox 360 controllers movement and look controls. (should work with PS3 controllers as well, but no promises) go to your MechWarrior Online folder. open User\Profiles\YOUR USERNAME. edit actionmaps.XML with whatever code editor you use. (I use Notepad++) copy and paste this code. (make sure you delete the matching action names in your file)
if you want to reverse the throttle direction press the period button on your number pad at the beginning of each game. it sucks but its what we got right now.
Note: the left thumbstick is movement and the right thumbstick is looking. which means pushing left or right on the left thumbstick will move your legs and torso left or right and pushing left or right on the right thumbstick will turn your torso left or right. if you want to switch the left thumbstick to turn torso and right to turn legs and torso change "joy_torso_rotateyaw" to input="j0_axis_x" and the "m_turnleft" and "m_turnright" inputs to j0_rot_
<ActionMaps Version="10"> <actionmap name="mech"> <action name="m_turnright"> <rebind device="joystick" input="j0_axis_+x" index="2" defaultInput=""/> </action> <action name="joy_torso_rotateyaw"> <rebind device="joystick" input="j0_rot_x" index="2" defaultInput="j0_axis_x"/> </action> <action name="joy_torso_rotatepitch"> <rebind device="joystick" input="j0_rot_y" index="2" defaultInput="j0_axis_y"/> </action> <action name="m_turnleft"> <rebind device="joystick" input="j0_axis_-x" index="2" defaultInput=""/> </action> </actionmap> </ActionMaps>
if you want to reverse the throttle direction press the period button on your number pad at the beginning of each game. it sucks but its what we got right now.
Note: the left thumbstick is movement and the right thumbstick is looking. which means pushing left or right on the left thumbstick will move your legs and torso left or right and pushing left or right on the right thumbstick will turn your torso left or right. if you want to switch the left thumbstick to turn torso and right to turn legs and torso change "joy_torso_rotateyaw" to input="j0_axis_x" and the "m_turnleft" and "m_turnright" inputs to j0_rot_
Edited by samethos, 25 May 2013 - 08:18 AM.
#63
Posted 24 May 2013 - 07:13 PM
Thanks!
8 user(s) are reading this topic
0 members, 8 guests, 0 anonymous users