Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: moonpatrol on November 03, 2018, 08:37:38 PM

Title: Joy2Key with Attractmode
Post by: moonpatrol on November 03, 2018, 08:37:38 PM
I'm not using rocketlauncher just attractmode and i was wondering if there was a way to launch joy2key with attractmode and certain emulators?
Title: Re: Joy2Key with Attractmode
Post by: progets on November 03, 2018, 10:22:19 PM
I don't see why you would need joytokey for attractmode itself but if you do you could launch attractmode using a batch file that first calls joytokey and then attractmode. If you do launch joy2key with attractmode you can use the "Associate profiles to target applications" feature of joytokey to assign different profiles for different emulators as described near the bottom of this page https://joytokey.net/en/overview (https://joytokey.net/en/overview).


If you don't launch joy2key with attractmode (or even if you do) you can launch joytokey when you run your emulator and define the profile you want to load.
Example of existing emulator without joytokey:
Code: [Select]
# Generated by Attract-Mode v2.4.1
#
executable           \Emulators\MAME\mame64.exe
args                 [name]
Example of the same emulator running joytokey with a specific profile
Code: [Select]
# Generated by Attract-Mode v2.4.1
#
executable           \JoyToKey\JoyToKey.exe mameprofile;\Emulators\MAME\mame64.exe
args                 [name]
Title: Re: Joy2Key with Attractmode
Post by: moonpatrol on November 04, 2018, 01:22:29 AM
Sorry i did not mean with attractmode. I meant is there a way to launch a emulator and joy2key at the same time?
Title: Re: Joy2Key with Attractmode
Post by: hermine.potter on November 05, 2018, 12:33:34 AM
@ moonpatrol
you could create a .bat file containing this:
Code: [Select]
@echo off
start "" "path_to_your_emulator\your_emulator.exe"
start "" "path_to_joy2key\joy2key.exe"

or in AM:
Code: [Select]
executable           cmd
args                 /c start "" "C:\path_to_emulator\your_emulator.exe" & start "" "path_to_joy2key\joy2key.exe"
Title: Re: Joy2Key with Attractmode
Post by: myriadgamers on November 07, 2018, 03:41:12 PM
I have joy2key and attractmode start up when I first boot my machine (using a Bat file), then joy2key switches profiles depending on the game I have running.
Title: Re: Joy2Key with Attractmode
Post by: dukpoki on November 07, 2018, 09:04:48 PM
or in AM:
Code: [Select]
executable           cmd
args                 /c start "" "C:\path_to_emulator\your_emulator.exe" & start "" "path_to_joy2key\joy2key.exe"

Hey hermine, i'm assuming if you did this particular argument, AM will close both the emulator and joy2key once you exit the game?  (Perhaps if you assign and use a hotkey like ESC, it will close both programs together simultaneously?)  If so, that's pretty neat and will come in handy.
Title: Re: Joy2Key with Attractmode
Post by: hermine.potter on November 08, 2018, 12:26:55 AM
@ dukpoki
Probably it will not close both programs. I do not know surely. This should do it:

See section (http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231) OpenBOR.
Create an autoit script that kills your emulator and joy2key task (you have to check this information in taskmanager under details).

In AM add a third parameter:
Code: [Select]
executable           cmd
args                 /c start "" "C:\path_to_emulator\your_emulator.exe" & start "" "path_to_joy2key\joy2key.exe" & start "" "path_to_task-kill_skript\task-kill-script.exe"
Title: Re: Joy2Key with Attractmode
Post by: Kevin on November 16, 2018, 07:05:54 AM
My Program can also convert Joypadinput into Keyboardinput...If you will try it...

http://meinhtpc.bplaced.net/wordpress/?page_id=30