Reply To: Jaws Ultimate Pro – PinEvent

#172340
coreduo0099
Participant
    @coreduo0099
    Member
    Thanks for the Tips, i was going crazy trying to figure out why jaws backglass didn’t work but the other two PE titles did work…

    I add this to the top of my FP Launch script (before FP gets launched)… REG ADD “HKCU\Software\Future Pinball\GamePlayer” /v “ArcadeMode” /t REG_DWORD /d 1 /f REG ADD “HKCU\Software\Future Pinball\GamePlayer” /v “SecondMonitorEnable” /t REG_DWORD /d 1 /f

    I think there was a bad copy/paste in the note above..when starting the update should be to a 0  and when existing set to a 1.

    For PinballX I created a “other system” for alternate FP launching and couple of batch files for “Launch Before” and “Launch After”

    Start.bat :

    if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start “” /min “%~dpnx0” %* && exit

    C:
    cd C:\DirectOutput

    CMD /C DOFLinxMsg.exe HOLD_ACTIVATION=1
    REG ADD “HKCU\Software\Future Pinball\GamePlayer” /v “ArcadeMode” /t REG_DWORD /d 0 /f
    REG ADD “HKCU\Software\Future Pinball\GamePlayer” /v “SecondMonitorEnable” /t REG_DWORD /d 0 /f

    exit

     

    and ExitPE.bat :

    if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start “” /min “%~dpnx0” %* && exit

    C:
    cd C:\DirectOutput

    CMD /C DOFLinxMsg.exe HOLD_ACTIVATION=0
    REG ADD “HKCU\Software\Future Pinball\GamePlayer” /v “ArcadeMode” /t REG_DWORD /d 1 /f
    REG ADD “HKCU\Software\Future Pinball\GamePlayer” /v “SecondMonitorEnable” /t REG_DWORD /d 1 /f

    exit

    pxsetup

    1 user thanked author for this post.

    ©2024 VPinBall.com

    Log in with your credentials

    Forgot your details?