You are not logged in.
Pages: 1
If you're not familiar with AutoHotkey you can download and read about it Here
This is the string you will use to make the script for opening Desmume in fullscreen as a stand-alone application e.g. double clicking on the script file to launch Desmume.
Download AutoHotkey and Install it.
Make your first script by right clicking on the desktop and navigating to the "New" sidebar there will be an option to make New "AutoHotkey Script"
Open the blank script template on your desktop by right clicking and selecting the option "edit script" this is the default location.
Delete text at the top of your script.
Paste template below into your script file and make necessary path changes.
Run, F:\desmume-0.9.11-win32\DeSmuME_0.9.11_x86.exe
Sleep 1000
Send !{Enter}
return
You can choose to compile your script or not it shouldn't make any difference in it's operation when you target it in launchbox or just locally.
If you have any questions let me know and I'll try and get to them as soon as I can.
Here's a start to finish example I've recorded if you want to see it in action
There will be some follow up instruction to target games in launchbox here in a few minutes so it will also open the game in the fullscreen application on launch.
If you want to apply this directly to LaunchBox there is a AutoHotkey script page built into the emulator management part of the platform.
On the toolbar at the top of LaunchBox click on "Tools" then "Manage" then "Emulators" Find your DS emulator in the list.
Open the emulator and mouse down to "Running Script"
In this blank area copy and paste just the following from the script above.
Sleep 1000
Send !{Enter}
return
Click ok on the bottom right and close all necessary windows.
Double click on the game you would like to open and it should launch the game in fullscreen.
If anyone has any issues let me know and I'll see if I can help walk you through it better.
Last edited by Altilla (2022-06-17 20:51:34)
Offline
Pages: 1