User Tools

Site Tools


pupdmd_fx3
no way to compare when less than two revisions

Differences

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


pupdmd_fx3 [2021/03/02 22:34] (current) – created pinupadmin
Line 1: Line 1:
 +====== PuPDMD with FX3/FX2 DMD ======
  
 +This new method of using your FX3/FX2 DMD with a REAL or virtual DMD using Poppers PuPDMD driver. Note: <font inherit/inherit;;#e74c3c;;inherit>You need Popper Installed to Use This.</font> (Will Not Work With Just Pinup Player)
 +
 +Many people have issues with dmdext and FX3. So I decided to make it a lot easier to setup/use with PuP-DMD FX3 driver.
 +
 +Here's how to setup: must have fully working Popper Setup already and launching FX3 fine before setting up this.
 +
 +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 Window-Borderless.
 +
 +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.
 +
 +{{:0abb942ba45c320c5b08c60a64c2afdc.png}}
 +
 +<font inherit/inherit;;#e74c3c;;inherit>**Ensure you're on the latest PUPVpinMame pupdmdcontrol.exe** file (**Pinup Player Version** - 1.4.4 or Higher)</font>
 +
 +\\
 +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>….
 +
 +{{: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.\\  You don't need any timeouts and you should run PuPDMD before launching FX3. Here's my FX3 Launch script, 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 -- The Top Two Lines are for PUPDMDControl  ( For FX2 use the same 2 lines )
 +
 +cd /d "C:\Visual Pinball\VPinMAME"
 +start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]
 +
 +START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 20 "Pinball FX3"
 +
 +START "" "[DIREMU]\steam.exe" -applaunch 442120 -table_[GAMENAME]
 +</code>
 +
 +If you are using Real DMD <font inherit/inherit;;#e74c3c;;inherit>(PinDMDv3)</font> you may need to add a timeout Line before running pupdmdcontrol.exe like this
 +
 +<code>
 +
 +REM -- The Bottom 3 Lines are for PUPDMDControl  ( For FX2 use the same 3 lines )
 +
 +START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 20 "Pinball FX3"
 +
 +START "" "[DIREMU]\steam.exe" -applaunch 442120 -table_[GAMENAME]
 +
 +cd /d "C:\Visual Pinball\VPinMAME"
 +timeout 5
 +start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]
 +</code>
 +
 +===== For Information on Adding Multiplayer to FX3 =====
 +
 +**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]]
 +
 +
 +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>
pupdmd_fx3.txt · Last modified: 2021/03/02 22:34 by outhere