User Tools

Site Tools


popper_fx3

Differences

This shows you the differences between two versions of the page.


popper_fx3 [2023/01/21 14:45] (current) – created pinupadmin
Line 1: Line 1:
 +====== Popper Zen FX3 Setup ======
 +
 +** <font 16px/inherit;;#2ecc71;;inherit>Steam-FX3-Only!! Only the purchased steam version of Zen Studio FX3 will work and you MUST have/ask Zen Studios for a free "Cabinet CODE" so that you can use FX3 with multiple monitors like this.</font>  **
 +
 +**Most common issue: Most people cannot use FX3 in Exclusive Screen Mode. Many people found that VLC media will be crashed when returning from FX3/2. The easy solution is to setup FX3 in its video settings to use "Borderless Windows".**
 +
 +Also, you must run the your steam-client on windows startup (the default behaviour). You do not want to run steam for the first time from launch script.
 +
 +//NOTE: this is NO SUPPORT or help with any of this if you are using a PIRATED version of Zen FX3. Don't be silly and support Zen with their pinball software (well worth it, during steam sales you can get all the tables at great prices). Also, doflinx and dmdext will NOT work correctly with pirated copies. //
 +
 +{{:0abb942ba45c320c5b08c60a64c2afdc.png}}
 +
 +===== Watch my FX3 video as it will get you up and running quickly. =====
 +
 +You will need to use this file for quick importing of all tables/info : [[https://www.nailbuster.com/pup/NB2_Export_Pinball%20FX3.zip|https://www.nailbuster.com/pup/NB2_Export_Pinball%20FX3.zip]]
 +
 +{{ youtube>Pas14qDBtV0 }}
 +
 +----
 +
 +===== Setting up your DMD LCD OR REALDMD =====
 +
 +\\
 +In FX3 cabinet settings you must set your DMD size to **520 width and 136 height**. THIS MUST BE DONE IN FX3 SETTINGS (not pinup), and setting must be **520×136** no other resolutions.\\
 + <font inherit/inherit;;#e74c3c;;inherit>Position the FX3 DMD behind your playfield</font> **OR**
 + <font inherit/inherit;;#e74c3c;;inherit>try putting it on the same screen as the DMD</font> ….
 +
 +If you're going to have videos playing from the Front End on the back glass When playing the game\\
 +make sure you turn off Back Glass Repositioning in FX3
 +
 +{{:fx3-.png?400}}
 +
 +After you have it Working go In FX3 Options Under UI/streaming set __**Dot matrix size**__  : to **off**
 +
 +In Popper FX3 Emulator setup/Launch Script.
 +
 +No longer need to run DMDEXT.EXE so you can remove that line completely.\\
 +This will be using Freezy DmdDevice.dll and DmdDevice.ini files just like visual pinball.\\
 +Here's sample FX3 pupdmd Launch script section, this will work for either real or lcd dmds.: you may need to change the first few lines to your vpinmame location.
 + <font inherit/inherit;;#e74c3c;;inherit>FX3 With **PUPDMDControl**</font>
 +<code>
 +
 +rem remove the next two rem lines to setup PUpDMD for FX3
 +cd /d "%PopperInstDir%\VisualPinball\VPinMAME"
 +start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]
 +
 +</code>
 +
 +Note: if you get a message about "pupdmdcontrol.exe NOT FOUND" then change the folder (remove the %PopperInstDir%) manually like this. For example:
 +
 +<code>
 +rem remove the next two rem lines to setup PUpDMD for FX3
 +cd /d "c:\vPinball\VisualPinball\VPinMAME"
 +start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]
 +
 +</code>
 +
 +If you are using Real DMD
 + <font inherit/inherit;;#e74c3c;;inherit>(PinDMDv3)</font> you may need to move this section to bottom with a timeout Line before running pupdmdcontrol.exe like this
 +
 +<code>
 +rem for pindmdv3 move this section to bottom of launchscript
 +rem remove the next two rem lines to setup PUpDMD for FX3
 +timeout 5
 +cd /d "%PopperInstDir%\VisualPinball\VPinMAME"
 +start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]
 +
 +</code>
 +
 +You don't need to add anything more in your close script as the driver should close once FX3 is closed. my close script:
 +
 +<code>
 +"[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Pinball FX3" 4 1
 +
 +</code>
 +
 +NOTE: For pindmdv3 real dmd users you may need to make your close script like this if you experience issues with dmd returning from fx3.
 +
 +<code>
 +"[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Pinball FX3" 4 1 3
 +
 +</code>
 +
 +===== Default emulator config: =====
 +
 +{{:dc2ee3e928833648df565738272bd6da.png}}
 +
 +You must change the GamesFolder or Launch EXE Folder if they are different on your PC.
 +
 +Default Launch Script for FX3 (with baller installer)
 +
 +<code>
 +@echo off
 +
 +rem remove next two rem to use or setup DMDEXT for FX3
 +rem cd /d "%PopperInstDir%\VisualPinball\VPinMAME"
 +rem start /min "" "dmdext.exe" mirror --source=pinballfx3 -q -d auto --virtual-hide-grip --virtual-position=x y w -o PinUP\[GAMENAME]
 +
 +rem remove the next two rem lines to setup PUpDMD for FX3
 +rem cd /d "%PopperInstDir%\VisualPinball\VPinMAME"
 +rem start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]
 +
 +REM SET ALTPARAM=-class
 +REM if "[ALTMODE]"=="arcade"  (SET ALTPARAM=)
 +REM If you prefer arcade Change the 1st 2 lines below to look like ones above
 +REM Default is classic and arcade
 +
 +SET ALTPARAM=
 +if "[ALTMODE]"=="classic"  (SET ALTPARAM=-class )
 +if "[ALTMODE]"=="hotseat2" (SET ALTPARAM=-hotseat_2 )
 +if "[ALTMODE]"=="hotseat3" (SET ALTPARAM=-hotseat_3 )
 +if "[ALTMODE]"=="hotseat4" (SET ALTPARAM=-hotseat_4 )
 +
 +START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 20 "Pinball FX3"
 +
 +START "" "[DIREMU]\steam.exe" -applaunch 442120 %ALTPARAM% -table_[GAMENAME]
 +
 +</code>
 +
 +===== Media Packs ALL-IN-ONE from community =====
 +
 +You can use the normal media manager in Popper to grab media or because all fx3 share common filenames and cabinet views you can grab a full media pack and drop manually into the fx3 folders to get started.
 +
 +Here is a list of authors who have made available their packs:
 +
 +Hawkeyez88 [[https://mega.nz/folder/XMUU1ZzK#Cb_8W3rWmIylDrdimssmGA|https://mega.nz/folder/XMUU1ZzK#Cb_8W3rWmIylDrdimssmGA]]
 +
 +===== For Information on Adding Multiplayer to FX3 =====
 +
 +This is already done for you in default Baller and newer installs. For older Popper installs see here.
 +
 +**PinUP Popper Alt-Mode Option** [[http://www.nailbuster.com/wikipinup/doku.php?id=alt_mode&s[]=fx3|http://www.nailbuster.com/wikipinup/doku.php?id=alt_mode&s[]=fx3]]
 +
 +===== SSF with FX3 ,PuP-SSF and DOFLinx =====
 +
 +Do you have any SSF, Toys, or mxleds working on your cab via DOF. FX3 doesn't support any DOF output without the use of an awesome utility called DOFLinx (along with pupssf driver).
 +
 +Note:  DofLinx allows a scaled-down b2s backglass support for FX3.  IMO,  easier and more stable to just keep media in Popper on the backglass (keep displays on).  I would suggest to not try setting up b2s files for FX3 until a much later date after everything is working.
 +
 +see here: [[https://vpuniverse.com/forums/files/file/5999-fx3-ssf-surround-sound-feedback-pup-packs/|https://vpuniverse.com/forums/files/file/5999-fx3-ssf-surround-sound-feedback-pup-packs/]]
 +
 +=====   =====
 +
 +===== Annoying "would you like to continue or start new game FX3 prompt?" =====
 +
 +{{:535cc312c2a9951cc2cc187de7f9e004.png}}
 +
 +FX doesn't have an option to disable that prompt to continue or start new game…so I made a 'workaround' that should work.
 +
 +download this zip and unblock-it and put the exe into the pinupsystem\launch folder
 +
 +[[https://www.nailbuster.com/pup/SendFXNewGame.zip|https://www.nailbuster.com/pup/SendFXNewGame.zip]]
 +
 +emulator setup FX3 in your launch script at the very bottom add these lines
 +<code>
 +
 +timeout 15
 +START /min "" "[STARTDIR]Launch\SendFXNewGame.exe"
 +
 +</code>
 +
 +you may need to change the 15 (thats seconds) if your system is slower to launch.
 +
 +this will send keystrokes to 'start new game' always.
 +
 +//Note: this should work fine for default keyboard setup in fx3, if yours is different then don't use this workaround…//
 +===== Aliens FX3 PuP-Pack Not triggering videos =====
 +
 +If you have problems with the videos triggering When using PuPDMD\\
 +Try copying these modified pupcapture images to the pupcapture folder in the pup-pack.
 +
 +[[https://vpuniverse.com/forums/files/file/6850-aliens-fx3-pup-pack/|https://vpuniverse.com/forums/files/file/6850-aliens-fx3-pup-pack/]]
 +
 +===== Volume 6 and 'wacky' DMD letters not working on new tables =====
 +
 +With Volume 6 pack tables their DMDs are italic and cause issues for pupdmd and others. Ive made a workaround attempt using the following update: [[https://nailbuster.com/pupupdatesv14/PUPDMD_FX3_vol6_update.zip|https://nailbuster.com/pupupdatesv14/PUPDMD_FX3_vol6_update.zip]]
 +
 +Use the readme.txt file inside zip to get those working. NOTE: this is for LCD PUPDMD users only!!!
 +
 +===== New Freezy/Lucky dmddevice.dll version and FX3 PuPPacks. =====
 +
 +To use puppacks with the new scaling version of dmddevice.dll you will need to open up dmddevice.ini in your vpinmame folder and add the following to it to ensure scaletohd=false on any fx3 puppacks you use.
 +
 +Example:
 +<code>
 +
 +[PINUP\Aliens]
 +scaletohd = false
 +
 +[PINUP\Alien_vs_Predator]
 +scaletohd = false
 +
 +[PINUP\BETHESDA_Doom]
 +scaletohd = false
 +
 +[PINUP\UNIVERSAL_Jurassic_World]
 +scaletohd = false
 +
 +[PINUP\WMS_No_Good_Gofers]
 +scaletohd = false
 +
 +[PINUP\MARVEL_Deadpool]
 +scaletohd = false
 +
 +[PINUP\Archer]
 +scaletohd = false
 +
 +[PINUP\WMS_Getaway]
 +scaletohd = false
 +
 +</code>
 +
 +===== TableName are not obvious to which ones they are based on Filename. =====
 +
 +For anyone else who has trouble with the naming on some of the Zen/FX3 tables, here you go:
 +
 +  * Son of Zeus = Hercules
 +  * Secrets of the Deep = Atlantis
 +  * Solo = RedCup1
 +  * Calrissian Chronicles = RedCup2
 +  * Battle of Mimban = RedCup3
 +  * SW The Last Jedi = SpaceBear1
 +  * Achto Island = SpaceBear2
 +  * Sorcerer's Lair = citadel
 +  * Masters of the Force = STARWARS_Light_VS_Dark
 +  * Epic Quest = looter
 +  * Go Fers = WMS_No_Good_Gofers
 +  * Rogue One = STARWARS_LAPB
 +  * Star Fighter Assault = STARWARS_SFA
 +  * Wild West Rampage = Western
 +
 +===== Launching "Mars" table will launch "Attack from Mars" instead. =====
 +
 +There's a known bug IN Zen FX3….(NOT in PinUP). If you use command line to launch mars, it will launch the wrong game. Easy solution is to make a copy of MARS.PXP file (in FX3 app folder) and call it NARS.PXP. Then add NARS.PXP to Popper like a normal game and set the media for it (remember to 'hide' MARS.PXP file in games manager).
 +