Special T Posted September 24, 2023 Share Posted September 24, 2023 As far as I can tell, the emulator doesn't recognize "Esc" as a way to exit a game so I added this to the running script section $Esc:: WinClose, ahk_exe {{{StartupEXE}}} The Esc button now works perfectly and closes the emulator however if I want the game to automatically start in full screen I have to add "--fullscreen" to the Default Command-Line Parameters section of LaunchBox so the Sample Command now reads ares.exe --fullscreen "FULL\PATH\TO\ROM\FILE" For some reason, after I added the full screen parameter, it now causes two instances of the ares emulator to populate. If I press the ESC key, it will close out of one instance and then the 2nd one freezes causing me to have to have to access task manager to close out. Does anyone know of a different way to make ares start in full screen so it doesn't cause a second instance of the emulator to generate? Quote Link to comment Share on other sites More sharing options...
Special T Posted September 24, 2023 Author Share Posted September 24, 2023 Ok so I figured out how to quit the emulator without using the special script within LaunchBox. I edited line 253 in the setting.bml file within the ares folder to the following text "QuitEmulator: 0x1/0/0;;" That fixed my problem, I can press Esc now and it closes the emulator properly. My only other question with this emulator is when I launch a game through LaunchBox, this window pops up for approximately 5 seconds before the game loads into full screen. Is there a way to suppress this window from popping up or have it automatically minimize so it's not seen before the game loads? Thanks for anyone that's able to help. Quote Link to comment Share on other sites More sharing options...
Nocta Posted May 19 Share Posted May 19 @Special T Does the --fullscreen argument still works for you? Quote Link to comment Share on other sites More sharing options...
Special T Posted May 20 Author Share Posted May 20 (edited) Yes it opens in full screen although the emulator window pops up for a couple seconds before it changes to full screen. I'm currently using ares v134. I haven't updated since it seems to be working. ****************EDIT**************** Just posting this here incase anyone stumbles on this topic, please see this post for an update on how to launch ares in full screen Edited June 2 by Special T 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.