Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

[RESOLVED] Future pinball cannot enable pinevent tables at the same time


Recommended Posts

Posted (edited)

Hello everyone, I finally managed to install future pinball and pinevent tables. On the other hand if I understood correctly, I cannot play at the other FP tables because I have to activate the backdrop and arcade mode. For pinevent tables it must not be activated, and if we can play both how should I do. And also how to activate the DOF on the other ultimate pro tables. Thank you

Edited by Draco1962
  • 3 weeks later...
Posted

Simply create two tables folders, one for PinEvent tables and one for other tables.

Create another Future Pinball launcher in PinballX with the same settings but with a run before and run after script.

Here is the launch before:

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

Here is the launch after:

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

Big thanks to Terry Red for the above.

If this could be added in to PinballX would be great.

Posted
  On 12/4/2020 at 5:41 PM, AndyMcDandy said:

Simply create two tables folders, one for PinEvent tables and one for other tables.

Create another Future Pinball launcher in PinballX with the same settings but with a run before and run after script.

Here is the launch before:

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

Here is the launch after:

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

Big thanks to Terry Red for the above.

If this could be added in to PinballX would be great.

Expand  

Please, post any feature request in the following thread:

 

  • 2 months later...
Posted
  On 12/4/2020 at 5:41 PM, AndyMcDandy said:

Simply create two tables folders, one for PinEvent tables and one for other tables.

Create another Future Pinball launcher in PinballX with the same settings but with a run before and run after script.

Here is the launch before:

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

Here is the launch after:

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

Big thanks to Terry Red for the above.

If this could be added in to PinballX would be great.

Expand  

Where can I add these

  • 2 weeks later...
  • Draco1962 changed the title to [RESOLVED] Future pinball cannot enable pinevent tables at the same time
Guest
This topic is now closed to further replies.
×
×
  • Create New...