Headrush69 Posted October 3, 2020 Share Posted October 3, 2020 That link I gave you gives a little more information. You need to substitute your joystick button numbers. Take a look at this: AHK and joystick remapping Of course you'll have to change the numbers to match your joystick (I don't know how many you have), and the button numbers on your joystick. Quote Link to comment Share on other sites More sharing options...
legolas119 Posted October 4, 2020 Author Share Posted October 4, 2020 (edited) thank, I changed the mapping but nothing happens, I still have to use the keyboard... it's strange, probably I have to use a different autokey script. And do you know why Star Raiders doesn't work with my configuration? Is there anything wrong? All the other games work perfectly. I tried .xex, .cas but they don't work. The .atr file load the title screen, but after puhsing F2, it appears a black screen...quite strange... Edited October 4, 2020 by legolas119 Quote Link to comment Share on other sites More sharing options...
Headrush69 Posted October 4, 2020 Share Posted October 4, 2020 1 hour ago, legolas119 said: thank, I changed the mapping but nothing happens, I still have to use the keyboard... it's strange, probably I have to use a different autokey script. Those are just remapping regular keys, your input should look something like this: 1Joy2 The first number if the joystick number, and the second number is the button number on that joystick. 1 hour ago, legolas119 said: And do you know why Star Raiders doesn't work with my configuration? Is there anything wrong? All the other games work perfectly. I tried .xex, .cas but they don't work. The .atr file load the title screen, but after puhsing F2, it appears a black screen...quite strange... I had to use the Atari 800 profile, the others ones didn't work. Quote Link to comment Share on other sites More sharing options...
legolas119 Posted October 4, 2020 Author Share Posted October 4, 2020 ah ok. I tried in this way: 1joy5::F4 1joy9::F3 1joy10::F2 $Esc:: { Process, Close, {{{StartupEXE}}} } But it still not works... Yes, Star Raiders no works with Atari 800 profile, many thanks! Quote Link to comment Share on other sites More sharing options...
Headrush69 Posted October 4, 2020 Share Posted October 4, 2020 If you download and run this AHK script: AHK Joystick tester does it recognize your buttons correctly? Do you have more than 1 input device? Quote Link to comment Share on other sites More sharing options...
legolas119 Posted October 5, 2020 Author Share Posted October 5, 2020 i'm really sorry...but how can I run this script in order to verify my joypad button...? thanks! Quote Link to comment Share on other sites More sharing options...
Headrush69 Posted October 5, 2020 Share Posted October 5, 2020 28 minutes ago, legolas119 said: i'm really sorry...but how can I run this script in order to verify my joypad button...? thanks! Right click on the file and choose open with Choose another app, Click more apps. and at the bottom of list you should see Look for another app on this PC. Now navigate to your Launchbox folder and look for AutoHotkey.exe. (If you are on the latest version, it's in LaunchBox -> ThirdParty -> AutoHotkey Quote Link to comment Share on other sites More sharing options...
legolas119 Posted October 5, 2020 Author Share Posted October 5, 2020 done! Well, i tried all the buttons and the result is relly simple. Every button on my joypad is recognized with the same number in the autohotkey. I mean, for example: button 1 on joypad --> 1 on the Autohotekey button 2 on joypa --> 2 on the autohotkey and so on. Here an example: so, for example i would like to map F2 (start) on Button 10 so I configured my Autohotkey in this way: but it doesn't work Quote Link to comment Share on other sites More sharing options...
Headrush69 Posted October 5, 2020 Share Posted October 5, 2020 Not sure. A couple variants to try: Quote 1Joy5::Send{F4} 1Joy9::Send{F3} 1Joy10::Send{F2} or Joy5::Send{F4} Joy9::Send{F3} Joy10::Send{F2} Quote Link to comment Share on other sites More sharing options...
legolas119 Posted October 7, 2020 Author Share Posted October 7, 2020 thank you, I tried both the configurations but they don't work...I really don't know why I Will push F2 on the keyboard, I don't have any other choice... So, directly mapped on the keyboard there shoudl be 3 buttons: START - F2 SELECT - ??? OPTIONS - ??? Which are SELECT and OPTIONS? thanks! Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted October 7, 2020 Share Posted October 7, 2020 From the link in your 1st post... Quote Link to comment Share on other sites More sharing options...
legolas119 Posted October 8, 2020 Author Share Posted October 8, 2020 thank you! 1 Quote Link to comment Share on other sites More sharing options...
legolas119 Posted October 11, 2020 Author Share Posted October 11, 2020 (edited) well, just another question: which is the best emulator for Atari 5200? I read that Altirra can emulate it. If so, which is the right configuration I have to use? My config for Atari 800 is posted above. I configured in this way: HARDWARE: 5200 SuperSystem / Video: NTSC CPU: 6502 FIRMWARE: Atari 5200 OS (4-port) BASIC: Atari BASIC Rev C It seems ok, but loading some games, it always ask me this pop up: How can I avoid this? It seems that this issue appears only loading some games... Thanks Edited October 12, 2020 by legolas119 Quote Link to comment Share on other sites More sharing options...
Headrush69 Posted October 20, 2020 Share Posted October 20, 2020 On 10/11/2020 at 1:05 PM, legolas119 said: How can I avoid this? It seems that this issue appears only loading some games... Thanks Sundogak answered this on the first page, the roms don't have headers and the internal Altirra DB doesn't have a checksum for that rom either. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.