![]() |
Win Controller support issue. - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: Win Controller support issue. (/showthread.php?tid=173586) |
Controller support issue. - Thamiel - 2013-09-16 Hey all, grabbed the latest build and it's working fantastically. Very smooth launching of ROMs and flipping between games. Only issue i'm having is that my Logitech pad dosn't seem to actually control anything in game. Works fine in XBMC but yeah, once in a game...nothing. Curious if perhaps i'm just missing a setting or something here? RE: Controller support issue. - garbear - 2013-09-16 post a debug log RE: Controller support issue. - Thamiel - 2013-09-16 Hope i did this right haha! http://pastebin.com/nhmu5Bnx RE: Controller support issue. - garbear - 2013-09-17 ok, found the issue. you'll need to modify joystick.Logitech.RumblePad.2.xml and add a <FullscreenGame> node (see my changes to joystick.Microsoft.Xbox.360.Controller.xml) post your keymap here and i'll include it in the test builds RE: Controller support issue. - Thamiel - 2013-09-24 I had a go at adding the FullscreenGame node to my Rumblepad 2 XML but not getting any results. Due to me being quite new to XBMC I would imagine that's just down to user error. RE: Controller support issue. - arucard - 2013-11-22 I just tried this and managed to get my Rumblepad2 working in the game. This is the FullScreenGame node I created Code: <FullscreenGame> I still need to check if this is gonna work properly everywhere, maybe see how the configuration works on different emulators. There also seems to be an issue where the last command given by the gamepad in normal XBMC navigation gets repeated continuously. When I've looked into this and it's working correctly I'll try to supply the entire keymap .xml file. For now, I've checked that this works in the NES and SNES emulators, as long as you don't use the gamepad for normal XBMC navigation (because of the repeating issue). Hope this is useful to anyone else. |