a_netanel Posted June 17, 2017 Share Posted June 17, 2017 I noticed that each time I start a Sega Model 2 game I need to change the machine settings again. For example changing the machine type from "master" to "single" etc. Did some digging and apparently the AutoHotKey script for this emulator maps the Esc key to a Process Close command, which causes the emulator to be killed and not save the file. I changed the script to close the emulator gracefully, like so: WinClose, ahk_exe {{{StartupEXE}}} So, far it seems to work just as well, and the file is being saved. I opened an issue for that (https://bitbucket.org/jasondavidcarr/launchbox/issues/3123/sega-model-2-emulator-ahk-script-fix) but thought I'll write it here too for any one having the same problem. 3 2 Quote Link to comment Share on other sites More sharing options...
mylkman Posted December 15, 2017 Share Posted December 15, 2017 This has also worked for me. Does it effect any of the other games? Or is it per game settings that are being saved I wonder. Quote Link to comment Share on other sites More sharing options...
LeSpank Posted July 10, 2020 Share Posted July 10, 2020 On 6/17/2017 at 8:27 PM, a_netanel said: I noticed that each time I start a Sega Model 2 game I need to change the machine settings again. For example changing the machine type from "master" to "single" etc. Did some digging and apparently the AutoHotKey script for this emulator maps the Esc key to a Process Close command, which causes the emulator to be killed and not save the file. I changed the script to close the emulator gracefully, like so: WinClose, ahk_exe {{{StartupEXE}}} So, far it seems to work just as well, and the file is being saved. I opened an issue for that (https://bitbucket.org/jasondavidcarr/launchbox/issues/3123/sega-model-2-emulator-ahk-script-fix) but thought I'll write it here too for any one having the same problem. Just wanted to say thanks for this. I've been using this emulator for longer than I care to remember and the exit without saving to nvram thing always bothered me. Why wasn't it added to launchbox as a default!? Quote Link to comment Share on other sites More sharing options...
jarpenner Posted January 29, 2022 Share Posted January 29, 2022 On 6/17/2017 at 12:27 PM, a_netanel said: I noticed that each time I start a Sega Model 2 game I need to change the machine settings again. For example changing the machine type from "master" to "single" etc. Did some digging and apparently the AutoHotKey script for this emulator maps the Esc key to a Process Close command, which causes the emulator to be killed and not save the file. I changed the script to close the emulator gracefully, like so: WinClose, ahk_exe {{{StartupEXE}}} So, far it seems to work just as well, and the file is being saved. I opened an issue for that (https://bitbucket.org/jasondavidcarr/launchbox/issues/3123/sega-model-2-emulator-ahk-script-fix) but thought I'll write it here too for any one having the same problem. Thank you. Quote Link to comment Share on other sites More sharing options...
barbieroom Posted June 3, 2022 Share Posted June 3, 2022 Thanks, this worked for me. Settings are now saved. Quote Link to comment Share on other sites More sharing options...
Johnny T Posted April 2 Share Posted April 2 I know this is an old topic but it would be remiss of me not to say a big thank you for posting this. I can now finally save my high scores in Sega Rally. And, hopefully, one day, knock "Poo" off the top spot!! 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.