====== Future Pinball Emulator Config ====== The default Popper install should work fine for most setups by default. You may need to make changes to your launch script depending on how you have Future Pinball installed, and what you use with it. **Note: Some users with the lastest Windows 10 Updates have reported Future Pinball Issues (not pinup related). They report that setting the fploader.exe file to 'run in windows 8 compatiblity mode' solves it.** **{{:4d91cef0531666cb2cc61db1eb7cdeaa.png}}** For the latest info on setting up "Future Pinball" properly, goto TerryRed's Guide that covers almost everything, including the new PinEvent standard the allows all Pinup Player features to work with Future Pinball now. Future Pinball\\ [[https://vpuniverse.com/forums/tutorials/article/3-future-pinball-and-bam-mega-guide-by-terryred/|https://vpuniverse.com/forums/tutorials/article/3-future-pinball-and-bam-mega-guide-by-terryred/]] Future Pinball PinEvent\\ [[https://vpuniverse.com/files/file/6050-pinevent-v2-guide-and-files-dof-pup-ssf-pup-dmd-for-future-pinball/|https://vpuniverse.com/files/file/6050-pinevent-v2-guide-and-files-dof-pup-ssf-pup-dmd-for-future-pinball/]] Here's a showcase video for PinEvent that demonstrates PuP and PUPDMD on FP. [[https://youtu.be/j9k37VCbQXI|https://youtu.be/j9k37VCbQXI]] ---- ====== Typical Emulator Setup For Future Pinball ====== {{:popper_-_fp_setup.jpg|popper_-_fp_setup.jpg}} If you are using the New Style Launch Script \\ In the Above Image do not include **BAM** as part of your **Launch EXE Folder** path\\ Because it is now part of the launch script to look in Bam\\ Example C:\Games\Future Pinball\\ You will need the latest Freezy "ZIP file" .. (Also Put OpenGL32.dll in FP Folder)\\ Freezy: [[https://github.com/freezy/dmd-extensions/releases|https://github.com/freezy/dmd-extensions/releases]]\\ Note: If using DOFLinx - DO NOT run DOFLinx as Admin For now the only FP Games using SSF are Pinevent Games\\ Using PUP-SSF with non-default sound card\\ [[https://www.nailbuster.com/wikipinup/doku.php?id=puppack_other|https://www.nailbuster.com/wikipinup/doku.php?id=puppack_other]] For Alternate Launch & Close Scripts \\ [[https://www.vpforums.org/index.php?showtopic=46535|https://www.vpforums.org/index.php?showtopic=46535]]\\ [[https://vpuniverse.com/forums/topic/4934-pinup-popper-baller-installer-future-pinball-tips/#comment-50996|https://vpuniverse.com/forums/topic/4934-pinup-popper-baller-installer-future-pinball-tips/#comment-50996]] New Style Launch Script – Make sure the C:\ Paths match your setup Rem :Enable FP Backglass and Arcade Mode 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 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) Rem :If you use DOFLinx, Remove>rem New Style Close Script "[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Future Pinball" 2 1 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 taskkill /f /im "dmdext.exe" Rem :If you use DOFLinx, Remove>rem Older Style close Script "[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Future Pinball" 2 1 rem Remove "rem" on the next line to close Future DMD after exiting a table. rem taskkill /f /im "FutureDMD.exe" ---- ===== For PuPDMD with FUTUREDMD For Future Pinball DMD ===== For Pinup Player Popper Version - 1.4.4 or Higher This is a new method using FUTUREDMD DMD with a REAL or virtual DMD using Poppers PuPDMD driver. Note: you need Popper installed to use this. (will not work with just pinup player) In Future Pinball Folder :\\ FUTUREDMD.ini Set your width/height to 128×32 and place in lcd area where freezy lcd would show.\\ Future Dmd – [[https://www.vpforums.org/index.php?app=downloads&showfile=8222|https://www.vpforums.org/index.php?app=downloads&showfile=8222]]\\ Read the PDF file that comes with FutureDMD FP Launch script keep as is and Add these 3 lines at the bottom of the Launch script:\\ (change folder location of vpinmame if needed) timeout /t 20 cd "C:\Visual Pinball\VPinMAME" start /min "" "PUPDMDControl.exe" FP ===== Launch Timeouts ===== If you're updating some of the awesome new FP releases and it's taking longer than 60 seconds to load and you'll see Popper timeout on BG/DMD media. You will see your Windows Desktop after 60 seconds which looks a bit un-tidy. You can set/add custom option: LaunchTimeoutSecs=150 (150 seconds before auto-popper hide). AND in FP launch script modify the vpxstater.exe line value of 60 to 150 https://www.nailbuster.com/wikipinup/doku.php?id=custom_options