Jump to content
LaunchBox Community Forums

DannysBig1

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DannysBig1's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. Hi sundogak quick update. I got it working with a bit of a work around. I wasn’t having any luck trying to run script with the AHK, everything I’ve tried seemed to be executing after future pinball had started so I couldn’t set the registers the way I needed them before future pinball started and opened the tables. So I added in two dummy rom’s into each of the platforms in Launchbox. I pointed each one to a separate batch files to set the register. I also unticked the emulator option in each of the roms (note Lauchbox will try to point these back to the emulator if you make any changes later) . I named them · A_Setup_PinEvent · A_Normal_Table so that I see them first whenever I go into either of the future pinball platforms on BigBox. I just select the one I want and that now sets the registers before I select any of the tables. It’s Not Perfect but small price to pay. Doing it this way is allowing me to use any of the PinEvent option without effecting the videos and screen sizes. Thanks again for your help, maybe this could help you to be able to select a different option other than option 3. I will try the Experts in the Tab you have provided maybe that can recommend something else. Thanks again for you input. D
  2. Thanks Sandogak. I tried your suggestion and it works on option 3. Unfortunately I'm using three screens on my Cab, I would normally be using option 2 but the fix is messing up the video size on the DMD screen ? for me. Would you know if there is any way to use the Autohotkey script on the emulator to change the values of the register in Terrys guide he suggests adding the below to your frontend to toggle them off? 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 / D
  3. Hi Everyone. I am looking for some help, I’m just finishing up a Pinball arcade hybrid build and have hit a small problem with Future pinball and the PinEvent tables. I’ve setup two platform categories for the two types of tables. In order to be able to run the PinEvent tables I need to turn off the following Registers 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 Then Enable them for the non PinEvent Tables. I’ve trolled google and looked through the forum with no luck, would anyone know if it is possible to do this through the Running/Exit AutoHotKey script to setup the registry on start and exit. Could anyone point me in the right direction or please give advice? Thanks D
×
×
  • Create New...