Shwiftyfive Posted July 14, 2023 Share Posted July 14, 2023 Late to the party, but here is a script that launches punes in fullscreen SetTitleMatchMode, 2 ; set title match mode to "contains" Loop ; start a loop { WinWait, puNES ; waits until a window containing title puNES" appears Send, {Alt down}{Enter}{Alt up} ; Send Alt+Enter break ; break the loop } 1 Quote Link to comment Share on other sites More sharing options...
legolas119 Posted July 16, 2023 Share Posted July 16, 2023 thank you. I'm sorry, where i have to copy this script? thank you! Quote Link to comment Share on other sites More sharing options...
bundangdon Posted July 16, 2023 Share Posted July 16, 2023 (edited) 35 minutes ago, legolas119 said: thank you. I'm sorry, where i have to copy this script? thank you! Should be done like this (see the screenshot below) in the "Running Script" section. I was able to get that same script working too by the way. Edited July 16, 2023 by bundangdon Quote Link to comment Share on other sites More sharing options...
legolas119 Posted July 16, 2023 Share Posted July 16, 2023 yes it works thanks. But now i'm not able anymore to shut down the emulator...without the script, i push CTRL+ALT+DEL in order to manually shut down the emulator. But now if i push CTRL+ALT+DEL the screen freezes but i can't access to Manage the running application in order to stop it as i did without the script. How do you shut down the emulator while running it through LB or BB? many thanks! Quote Link to comment Share on other sites More sharing options...
bundangdon Posted July 17, 2023 Share Posted July 17, 2023 4 hours ago, legolas119 said: yes it works thanks. But now i'm not able anymore to shut down the emulator...without the script, i push CTRL+ALT+DEL in order to manually shut down the emulator. But now if i push CTRL+ALT+DEL the screen freezes but i can't access to Manage the running application in order to stop it as i did without the script. How do you shut down the emulator while running it through LB or BB? many thanks! There's a few ways around that problem, but what I do is add this script to the same "Running Script" section, just after the one mentioned before: ; This section closes NESpunes when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } LShift::return With that, you'll be able to use the 'esc' key to close Punes. Have fun! Quote Link to comment Share on other sites More sharing options...
Shwiftyfive Posted July 21, 2023 Share Posted July 21, 2023 I've found an even better way to launch Punes in fullscreen! Paste the following in the default command-line parameters on the details screen: --fullscreen yes Quote Link to comment Share on other sites More sharing options...
legolas119 Posted July 24, 2023 Share Posted July 24, 2023 On 7/17/2023 at 2:31 AM, bundangdon said: There's a few ways around that problem, but what I do is add this script to the same "Running Script" section, just after the one mentioned before: ; This section closes NESpunes when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } LShift::return With that, you'll be able to use the 'esc' key to close Punes. Have fun! thanks! It works! But now it doesn't work anymore the fullscreen script... I'm using the latest punes version, the 0.110: probably it worked before to update PuNes to its latest version...do you try the 0.110 version? thanks! Quote Link to comment Share on other sites More sharing options...
legolas119 Posted July 24, 2023 Share Posted July 24, 2023 On 7/21/2023 at 2:40 AM, Shwiftyfive said: I've found an even better way to launch Punes in fullscreen! Paste the following in the default command-line parameters on the details screen: --fullscreen yes thanks, in this way: it works! many thanks! 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.