![]() |
SNES controller key mapping - 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: SNES controller key mapping (/showthread.php?tid=248576) |
SNES controller key mapping - spmp - 2015-11-19 Gidday all, I have built kodi-game and the addons and can launch SNES games.... but in my fav. game Worms only the A, select, and start buttons works! I have played this game in retroarch no problem. I have pressed 't' and remapped the keys eg A->c B->x X->a Y->z start-> enter select -> shift shoulders to pgup/pgdown What am I doing wrong. I have built in two ways: from git://github.com/kodi-game/xbmc.git as: Code: ./bootstrap and the addons from https://github.com/garbear/xbmc.git as: Code: <in build dir> Also built kodi from the https://github.com/garbear/xbmc.git tree as above... same diff. The documentation is very confusing when new to this. I am still not sure if this is right... I tried the Code: make -C tools/depends/target/binary-addons PREFIX=$HOME/kodi ADDONS="game.libretro" Other questions like how do we choose emulator (which SNES emu for example...) How to get a nice pictographic view of the game collection. I have added a ROMS source, but can only browse as files.. and... how to play Atari ST games (and ultimatly Amiga) Pretty damn cool how it (almost) just works!!! cheers team 8) PS: I am happy to update the docs for n00bs to kodi-game such as myself 8) RE: SNES controller key mapping - natethomas - 2015-11-19 This description is so totally unlike my experience mapping a controller that I feel like I need to re-install the retroplayer branch just to see things have changed this dramatically. Are you mapping like is done in the first minute of this video? edit: Oh, wait, are you talking about mapping a keyboard to work with retroplayer? RE: SNES controller key mapping - spmp - 2015-11-19 natethomas it can be configured as in the vid, all good 8) but yea you should check it out just to play worms again, forget duck tales 8) So I found the problem which was the beetle-bsnes emulator. Using the bsnes-mercury emulator the game works fine. But 'Super Famicom Controller Test Program' showed that all buttons works fine with either emulator. So to answer my own question, with more than one emu for a platform the emu selection dialogue opens... so nice 8) BUT I tried to build the emu I use in retroplayer snes9x-next as: Code: sudo cmake -DADDONS_TO_BUILD="game.libretro.snes9x-next " -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/lib/kodi/addons ../project/cmake/addons/ does not build the snes9x-next emu. The internet archive launcher is amazing! If only it could copy the dloaded img's to a ROM source RE: SNES controller key mapping - zag - 2015-11-19 Please update any documentation you can on the wiki or here to help other users. |