Jump to content
  • 0

Sonic Pinball Mania backglass issue


Question

Posted

I choose option 2 for backglass but it shows this always, like a backglass in a backglass, any idea how to fix this? 

It will look fine if I go to preferences and disable the backglass, but then that messes up all my other tables. If I could find a way for it to not display the backglass ONLY on that table, I'd be good.

20230824_234255.jpg

3 answers to this question

Recommended Posts

  • 0
Posted

Thanks. I ran into this issue too. The root issue for me I didn't realize to use the custom launch parameter in games setup of PinUp Popper. 

 

image.png.fed36d95d85587663703c49f71339d80.png

 

For me the Future Pinball launch script already had this Disable FP Backglass  script in it.

 

rem Disable FP Backglass and Arcade Mode if "Custom Launch Param" = PinEvent

if "[custom1]"=="PinEvent" (REG ADD "HKCU\Software\Future Pinball\GamePlayer" /v "ArcadeMode" /t REG_DWORD /d 0 /f)
if "[custom1]"=="PinEvent" (REG ADD "HKCU\Software\Future Pinball\GamePlayer" /v "SecondMonitorEnable" /t REG_DWORD /d 0 /f)
 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...