Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

This was the system that I had as a youngster which started my love affair with gaming. I really want to get this system Running  correctly  in Launchbox!

I've followed the Launchbox tutorial and have added the Atari ST to my list and I'm using Hatari (most recent build)

'I've added a few games that I loved back in the day and most of the games run, but all the multi disk games I've tried don't seem to work when it comes to switching disks. Both Awesome and Rainbow Island don't seem to register the other disks. 

'Has anyone found this to be a problem and for those of you who have this up and running, do you suggest another emulator or should Hatari be just fine

 

Thanks

Posted

I actually use Steem myself. I like it quite a bit. For multi disk games you have to add command line parameters to indicate which file you want to load into the first drive and which one you want to load into the second drive.

I've got some instructions here:

 

Posted

Wow, missed that you had replied to this :)

I see the command line you need to add for disk 2 in your picture but how would you deal with a 3 disk game like Awesome by psygnosis. What would you write?

 

Posted

As far as I know you can only do two at a time so you'd probably just do it like I have in the example and then you may have to use the UI to add in the third disk when needed. I've only ever messed with 2-disk games for Atari ST. I have a button mapped to swap between the disk in the first and second drive so I just load 1 into drive A and 2 into B and press the button when prompted to insert disk two. I don't think you could load all three at once.

  • 4 months later...
Posted

I also use Steem and works fine with LB. Steem has the option to save the entire setup - including disks in drives - into a separate .ini file.

What i do, is to setup Steem for a specific game, insert both disks to drives 1 & 2 and save the config.

Then in LB instead of importing the game i import the config:

..\AtariST\STeem\config\Captive.ini

 

  • Like 2
  • 3 years later...
Posted

Hi,

someone knows how to set an exit hotkey for hatari? Launchbox's hot key (alt+f4) doesn't work with this emulator, the right combination is AltGr+Q (+ Enter for confirm). 

Thanks.

Posted (edited)

@LapoI have a keyboard and keypad button set via AHK script.  Place at least the ESC line into the Running AutoHotkey Script  tab in the Edit Emulator screen:

Use the Escape key to close Hatari.  This should allow LB to exit via the pause screen Exit Menu selection.

$ESC::WinClose, ahk_exe hatari.exe

Optional Example : Use double press of Xbox One Guide Button to exit

;for exit only with double press of XBOX Guide
vk07::
if (A_PriorHotkey <> "vk07" or A_TimeSincePriorHotkey > 400)
    {}
WinClose, ahk_exe hatari.exe
return

EDIT: See my last entry on next email for best solution and directly what you asked. 

Edited by sundogak
Edit
Posted (edited)

@LapoAlso, you can change directly within Hatari what buttons to use for Quit. Right ALT is the modifier key and Q is quit. But you can just directly tell Hatari what you want.  For example, you can directly assign ESC (or whatever key you want) to the "Without Modifier" box in the Keyboard setup and then can dispense with any AHK type deals (assuming you don't need that key in a game).

2136230040_DesktopScreenshot2020_04.14-13_01_40.66_cr.thumb.PNG.7c75a1b78a35a389fa5967e88dce31a7.PNGYou can also tell Hatari to exit without confirming by going into the Hatari.cfg file and looking for "bConfirmQuit" and changing that to FALSE. 

EDIT:  I didn't realize I had it already and it is what you originally asked (sorry haven't used Hatari in awhile) is placing this in the Hatari Emulator Exit tab (make sure to delete any other exit AHK in running tab in previous email). This will send a ALTR Q quit command:

Capture.thumb.JPG.713cba2537bee64f0ff3b5339f9f8e83.JPG

Send {RAlt down}
Sleep 50
Send {Q}
Sleep 50
Send {RAlt up}

 

Edited by sundogak
Included exit AHK script

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...