Jump to content
LaunchBox Community Forums

PuNES (NES Emulator)


Lordmonkus

Recommended Posts

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
}

 

  • Thanks 1
Link to comment
Share on other sites

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.

Untitled.thumb.jpg.a7c4e5bf12c10a11c2a61f284fccc60a.jpg

 

Edited by bundangdon
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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...

punes.png

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...