Jump to content
LaunchBox Community Forums

Nestopia full screen and Pinball FX3 Exit


mthompson239

Recommended Posts

#1

Currently using Nestopia but while looking to see how to full screen and exit properly commands...tried adding -f or -fullscreen...no go...see attached. Needing to full screen apparently and then use Esc to exit....

 

#2

Tried adding this to  AHK for FX3...but doesnt do anything:

 

$Esc::
{
    Process, Close, {{{StartupEXE}}}
}

nestopia.PNG

Link to comment
Share on other sites

For Nestopia go into the Preferences and turn on Switch to fullscreen on startup and turn off Confirm exit.5ae2af25cda94_2018-04-2701_02_11-Preferences.thumb.png.47328f717ce1a1de843fdbd5a8348054.pngAnd in the AHK  script tab of your Nestopia emulator in Launchbox put in the following script

$Esc::
{
    Process, Close, {{{StartupEXE}}}
}

As for Pinball FX3 I don't have it so I cannot test it but the script you posted does work for my older Pinball FX2 setup.

  • Like 1
Link to comment
Share on other sites

2 minutes ago, Lordmonkus said:

For Nestopia go into the Preferences and turn on Switch to fullscreen on startup and turn off Confirm exit.5ae2af25cda94_2018-04-2701_02_11-Preferences.thumb.png.47328f717ce1a1de843fdbd5a8348054.pngAnd in the AHK  script tab of your Nestopia emulator in Launchbox put in the following script


$Esc::
{
    Process, Close, {{{StartupEXE}}}
}

As for Pinball FX3 I don't have it so I cannot test it but the script you posted does work for my older Pinball FX2 setup.

Nestopia Fixed...much thanks.

Link to comment
Share on other sites

Found this on a different forum..but references the same request...to exit FX3 in a 1 button event:

Quote

If you simply want to exit directly to PinballX you can code a little AutoHotkey script to Send Alt+F4 for ESC key.

 

If this doesnt work...what about ending the actual Windows process of pinballfx3.exe (or whatever the .exe is...away from machine this moment) via a set key combo [shift-Esc]?

Link to comment
Share on other sites

AHK will work as I use one to close PFX3 with my arcade joystick. 

Are you using a controller or an arcade joystick? Also are you launching directly into tables? 

A simple AHK like below works (this is not what I use but tested it). This will let my 4 button on the arcade close Pinball FX3 and return to BigBox.

4:: Send !{f4}
 

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