dmjohn0x Posted December 28, 2016 Share Posted December 28, 2016 using a 360 controller and find it to be a shame i cant map the big xbox button up top. anyone know of a way? Link to comment Share on other sites More sharing options...
Charco Posted December 28, 2016 Share Posted December 28, 2016 The remaining buttons on the 360 controller still have to be hooked up by Jason. This is on his to do list. 1 Link to comment Share on other sites More sharing options...
Lordmonkus Posted December 28, 2016 Share Posted December 28, 2016 AntiMicro Portable will let map stuff to it if needed, not sure if it will do exactly what you want though. It's basically a free alternative to Xpadder. https://sourceforge.net/projects/antimicroportable 1 Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 Bummer is that neither antimicro or xpadder work for the xbox one guide button Link to comment Share on other sites More sharing options...
Lordmonkus Posted January 1, 2017 Share Posted January 1, 2017 Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 360 only Link to comment Share on other sites More sharing options...
Lordmonkus Posted January 1, 2017 Share Posted January 1, 2017 Maybe a driver thing ? Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 I think it's just not available (probably because of the driver i guess) for a programmer. I asked the Xpadder creator and he also told me it's not possible at this time. Link to comment Share on other sites More sharing options...
Lordmonkus Posted January 1, 2017 Share Posted January 1, 2017 I guess it could be something in the controller itself, I know Windows 10 controller drivers like to take control of it unless you roll back the driver. Another program to look into is Controller Companion on Steam (don't need Steam running to use it though) and it's only a couple of bucks to buy. Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 1 hour ago, lordmonkus said: Another program to look into is Controller Companion on Steam (don't need Steam running to use it though) and it's only a couple of bucks to buy. Just bought it because you reminded me about it. It looked pretty cool to me before. It makes for much better Launchbox control than LB's builtin implementation to navigate and control the LB gui with the controller. However, the guide/home button still doesn't work with any key I bind it to in the Controller Companion app!! I emailed the company of this app to ask them about that. Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 Well that figures. You can't just disable the LB controller part for LB gui navigation, but keep the automation part enabled (for closing apps and adjusting volume). That sucks. So, I can't use this app to controll the LB gui because I need to keep the LB controller automation part for exiting games and adjusting volume. If I don't disable the LB controller with this steam app running, then i get two mouse pointers trying to navigate and double buttons. Link to comment Share on other sites More sharing options...
noxx Posted January 1, 2017 Share Posted January 1, 2017 is it possilbe to exit (kill) a programm with this tool. i need a solution to kill emulators with START+SELECT Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 It would probably be easier to use Xpadder or Antimicro to exit games with Start+Select. The steam controller companion disables when full screen games kick in. You can tell it not to disable, but then you would also have to map the gamepad for your games like you would also have to do with Xpadder and Antimicro, but it seems like it would be more of a pain with steam CC. Link to comment Share on other sites More sharing options...
noxx Posted January 1, 2017 Share Posted January 1, 2017 hmm, how can i add multi-buttons to antimicro? Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 @noxx, try checking out the antimicro documentation. this might be what you need: https://github.com/AntiMicro/antimicro/wiki/Advanced-Assignments Link to comment Share on other sites More sharing options...
noxx Posted January 2, 2017 Share Posted January 2, 2017 (edited) thx, i wll read this. but i try it with AHK and my script works. Joy7:: if GetKeyState("Joy8") Goto, kill_emu return Joy8:: if GetKeyState("Joy7") Goto, kill_emu return kill_emu: { Process, Exist, Dolphin.exe If ErrorLevel <> 0 Process, Close, Dolphin.exe Process, Exist, Project64.exe If ErrorLevel <> 0 Process, Close, Project64.exe return } Edited January 2, 2017 by noxx Link to comment Share on other sites More sharing options...
Recommended Posts