dasaint80 Posted December 24, 2011 Posted December 24, 2011 Hey all, I'm trying to make "3" not "numberpad3" my exit button for most, but especially for fusion, emulators. I've changed the "exit_emulator_key=" to 3 and i'm still not able to exit with "3" is there anything else I have to do to the modules or the individual ini settings? Thanks Steve
Hypnoziz Posted December 24, 2011 Posted December 24, 2011 Use "Numpad3" instead of "3". <em class='bbc'>"But does one ever truly have a choice? One can only match, move by move, the machinations of Fate, and thus defy the tyrannous stars."</em>
dasaint80 Posted December 24, 2011 Author Posted December 24, 2011 I want to use the number "3(#)" to exit. But its not working. I even tried the ASCII code for 3 and nothing.
Hypnoziz Posted December 24, 2011 Posted December 24, 2011 My apologies. I read your post backwards. Technically, just writing "exit_emulator_key=3" should work. There's no other way to define it for HyperLaunch. <em class='bbc'>"But does one ever truly have a choice? One can only match, move by move, the machinations of Fate, and thus defy the tyrannous stars."</em>
dasaint80 Posted December 24, 2011 Author Posted December 24, 2011 i wrote "exit_emulator_key=3" in hyperlaunch. should I add it to the module?
Hypnoziz Posted December 25, 2011 Posted December 25, 2011 No. You don't need to modify modules or HyperLaunch.ahk at all. And NEVER compile. If you changed them or compiled them, then I suggest you re-download them. You add that line to "Settings.ini" located at: (...Hyperspin\Settings\). <em class='bbc'>"But does one ever truly have a choice? One can only match, move by move, the machinations of Fate, and thus defy the tyrannous stars."</em>
dasaint80 Posted December 25, 2011 Author Posted December 25, 2011 Yea I added under main section in the hyperlaunch section
BoOgieman Posted December 29, 2011 Posted December 29, 2011 What's your module script like? In mine I have at the bottom: CloseProcess: Process, Close, %Executable% Return Which basically shuts down the emulator (like ALT-F4) when you press your hotkey HyperSpeech - Text-To-Speech Voice Addon for HyperSpin
djvj Posted December 29, 2011 Posted December 29, 2011 Boogieman_nl said: What's your module script like?In mine I have at the bottom: CloseProcess: Process, Close, %Executable% Return Which basically shuts down the emulator (like ALT-F4) when you press your hotkey That's not even close to the same as Alt+F4. You never want to use process, close if you don;t have to. It doesn't allow sram or high score saving. Please use my module which uses: CloseProcess: FadeOutStart() WinClose, Fusion ahk_class KegaClass Return "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."RocketLauncher's Official Home If you appreciate my work:My Apps:Window LoggerIdle Volume AdjusterExplorerRestorerRom Folder CleanerModule UpdaterMy Guides:How To Mod Guncons with Aimtrak
dasaint80 Posted December 29, 2011 Author Posted December 29, 2011 djvj said: That's not even close to the same as Alt+F4. You never want to use process, close if you don;t have to. It doesn't allow sram or high score saving.Please use my module which uses: CloseProcess: FadeOutStart() WinClose, Fusion ahk_class KegaClass Return This worked for me!!! thanks so much!!!!
sarwar Posted May 21, 2013 Posted May 21, 2013 thank you very much the(CloseProcess: FadeOutStart() WinClose, Fusion ahk_class KegaClass Return work great.
thejippen Posted July 6, 2014 Posted July 6, 2014 Hello, I have the same problem. But where and how do i need to change the script ? thanks for the help edit: i added the rule "exit_emulator_key='" to the settings.ini file And then edit the module HyperSpin\HyperLaunch\Modules\Fusion and at CloseProcess: FadeOutStart() WinClose, Fusion ahk_class KegaClass Return at the end but fusion still not closes via key ' (tried other keys as wel) What am i doing wrong ?
thejippen Posted July 6, 2014 Posted July 6, 2014 ok i changed it in HyperLaunch.ini under C:\HyperSpin\HyperLaunch\Settings and now it works
Recommended Posts
Archived
This topic is now archived and is closed to further replies.