April 17, 2020 at 11:22 am
#173689
So, theoretically, i can do this in the startup script;
if “[custom1]”==”NoBackGlass” (REG ADD “HKCU\Software\Future Pinball\GamePlayer” /v “ArcadeMode” /t REG_DWORD /d 0 /f)
if “[custom1]”==”NoBackGlass” (REG ADD “HKCU\Software\Future Pinball\GamePlayer” /v “SecondMonitorEnable” /t REG_DWORD /d 0 /f)
if” [custom1]”==”NoPup”(
cd “c:\games\Future Pinball”
START “” “FutureDMD.exe” table=”[GAMENAME]” close=1
)
and then put NoPup as the launch parameter for those games, right?
You need to login in order to like this post: click here