ESC exit shortcut for Duckstation

Get answers to questions about using mGalaxy.
Post Reply
Thelundsgaard
Jr. Member
Jr. Member
Posts: 27
Joined: Sun Apr 24, 2016 3:40 pm

Hi forum,

Im using Duckstation but I cant exit it using Esc or any key for that matter when in mGalaxy.

John, could you cook up a script for me?
User avatar
mgalaxy
Administrator
Administrator
Posts: 1190
Joined: Tue Dec 05, 2006 7:46 pm

From your message I understand that you have already created an entry in the 'Emulators.xml' file for 'Duckstation' and that you just need the script. In that case, here it is!
Dont forget to set

Code: Select all

script="true"
in the Duckstation entry!
Attachments

[The extension has been deactivated and can no longer be displayed.]

Thelundsgaard
Jr. Member
Jr. Member
Posts: 27
Joined: Sun Apr 24, 2016 3:40 pm

Thanks for the prompt reply!!

Please see the file attached.

The Duckstation interface remains visible after I press Esc using this script.
Attachments
Untitled.png
User avatar
mgalaxy
Administrator
Administrator
Posts: 1190
Joined: Tue Dec 05, 2006 7:46 pm

OK! Forget about the script, you can simply delete it.
Open the Emulators.xml file and add this code block and suppress the one you entered (I suppose that you know how to do ;) )

Code: Select all

<Emulator name="DuckStation" hidden="false">
	<Systems>
		<System name="Sony PS1" option="" script="false" cmd="-fullscreen -batch "%path\%file%ext"" extensions="bin|cue|img|chd|ecm|mds|mdf|pbp"/>
	</Systems>
	<Requirement>DuckStation comes in 2 versions, one with GUI, one without. Preferably choose the one without: duckstation-qt-x64-ReleaseLTCG.exe</Requirement>
</Emulator>
Last edited by mgalaxy on Fri Apr 28, 2023 7:59 pm, edited 1 time in total.
Thelundsgaard
Jr. Member
Jr. Member
Posts: 27
Joined: Sun Apr 24, 2016 3:40 pm

Absolutely diabolically awesome. Works like a charm. Thank you!
Thelundsgaard
Jr. Member
Jr. Member
Posts: 27
Joined: Sun Apr 24, 2016 3:40 pm

Just to let anyone know reading this thread> The duckstation script that the administrator attached down below ended up being totally necessary for this to work. So dont delete it. In any regard keep it just in case.
Post Reply