Wired 360 Controller.
#1
I had a very detailed post that was on these boards for about 2 seconds before they somehow got erased.

Anyways, I just got the xbmc for Windows XP but it doesn't work at all with a 360 Controller. I am using xpadder to kind of get it going but it isn't nearly as good as the original xbmc with the xbox controller.

Is this even possible and why the heck wouldn't it be the default controller?
Reply
#2
http://www.xbmc.org/trac/ticket/4399 Wink
Reply
#3
I have got the controller working almost perfect. It is just a sad shame that the programmers didn't put a wired xbox 360 controller config as the default.

Well with this as my xpadder file....
________________________________________________________________
;-------------------------
; Xpadder Controller File
;-------------------------

Version=5.3

[Button Locations]
Button1Location=16,96
Button2Location=46,96
Button3Location=76,96
Button4Location=106,96
Button5Location=136,96
Button6Location=166,96
Button7Location=196,96
Button8Location=226,96
DPadUpLocation=241,158
DPadRightLocation=273,190
DPadDownLocation=241,222
DPadLeftLocation=209,190
Stick1UpLocation=36,158
Stick1RightLocation=68,190
Stick1DownLocation=36,222
Stick1LeftLocation=4,190
Stick2UpLocation=446,158
Stick2RightLocation=478,190
Stick2DownLocation=446,222
Stick2LeftLocation=414,190
TriggerLeftLocation=4,4
TriggerRightLocation=478,4

[Access]
DPadUpAccess=POV
DPadRightAccess=POV
DPadDownAccess=POV
DPadLeftAccess=POV
Stick1XAccess=Axis X
Stick1YAccess=Axis Y
Stick2XAccess=Axis RX
Stick2YAccess=Axis RY
TriggerLeftAccess=Axis Z
TriggerRightAccess=Axis Z -

[Names]
Button1Name=Button 1
Button2Name=Button 2
Button3Name=Button 3
Button4Name=Button 4
Button5Name=Button 5
Button6Name=Button 6
Button7Name=Button 7
Button8Name=Button 8
DPadName=DPad
DPadUpName=Up
DPadRightName=Right
DPadDownName=Down
DPadLeftName=Left
Stick1Name=Stick 1
Stick2Name=Stick 2
StickUpName=Up
StickRightName=Right
StickDownName=Down
StickLeftName=Left
TriggerLeftName=Trigger Left
TriggerRightName=Trigger Right

[Image]
__________________________________________________________

And this added into my Keymap.xml in the system directory of XBMC it works almost the exact same as on the XBMC for Xbox.
_________________________________________________

<joystick name="Controller (XBOX 360 For Windows)">
<altname>Mad Catz MicroCON</altname>
<altname>Logitech Xbox Cordless Controller</altname>
<button id="1">Select</button>
<button id="2">ParentDir</button>
<button id="3"></button>
<button id="3">FullScreen</button>
<button id="4">Queue</button>
<button id="6">ContextMenu</button>
<button id="7"></button>
<button id="8"></button>
<button id="8">XBMC.ActivateWindow(PlayerControls)</button>
<button id="10"></button>
<button id="11">Screenshot</button>
<button id="12">XBMC.ActivateWindow(ShutdownMenu)</button>
<button id="13">Up</button>
<button id="14">Right</button>
<button id="15">Down</button>
<button id="16">Left</button>
<button id="7">PreviousMenu</button>
<axis id="4" limit="+1">VolumeDown</axis>
<axis id="4" limit="-1">VolumeUp</axis>
<axis id="5" limit="-1">AnalogSeekBack</axis>
<axis id="5" limit="+1">AnalogSeekForward</axis>
<axis id="3" limit="0">ScrollUp</axis>
<axis id="6" limit="0">ScrollDown</axis>
</joystick>

_____________________________________________________
Reply

Logout Mark Read Team Forum Stats Members Help
Wired 360 Controller.0