Jump to content
This Topic

kega fusion exit key change


dasaint80

Recommended Posts

Posted

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

Posted

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>

Posted

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>

Posted

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>

Posted
  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:
donate_button.png

My Apps:
Window Logger
Idle Volume Adjuster
ExplorerRestorer
Rom Folder Cleaner
Module Updater
My Guides:
How To Mod Guncons with Aimtrak

Posted
  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!!!!

  • 1 year later...
Posted

thank you very much the(CloseProcess:

FadeOutStart()

WinClose, Fusion ahk_class KegaClass

Return

work great.

  • 1 year later...
Posted

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 ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...