Try This
This is what i have
This way you will only have exclusive full screen mode when running popper
For Pinup Popper add this to the launch script
-EnableTrueFullscreen <--- Copy and paste this
This is only an Example to show you where it goes
START /min "" vpinballx.exe "[DIREMU]" -DisableTrueFullscreen -minimized -play "[GAMEFULLNAME]"
) else (
START /min "" vpinballx.exe "[DIREMU]" -EnableTrueFullscreen -minimized -play "[GAMEFULLNAME]"
)
@Outhere My issue is that VPX Tables load properly from Popper, but when I exit a table and return to Popper, I can navigate...but the sound is much lower while scrolling tables.
If I Alt+Tab to Popper (even though I'm already in Popper and it looks like the only thing running), the sound returns to normal volume.
It looks like as of Popper v1.4.6, it’s no longer necessary to run VPX in exclusive fullscreen mode (directly from VPX) and instead, have Popper launch VPX in exclusive fullscreen mode.
This way, I can still edit/make changes to VPX directly without needing to uncheck this each time.
I’m trying to understand your post about the enableTrueFullscreen, but I’m not sure where to put this line in the Popper launch script. I put it in there, but I'm not sure it's correct.
Also, should I still add that line when the wiki says all I need to make VPX run in exclusive fullscreen mode is to make this line look like this: SET FSMODE=EnableTrueFullScreen
Attached is my current Popper launch script. Would you mind looking at it and see if I have too many changes or what/where I need to change to have popper stay in focus (even when exiting from a table back to Popper)?
Thank you!