PinUP Player
PuP-Packs
PinUP Popper (Front-end)
PinUP Software UPDATES
Emulators Info:
Settings:
PinUP Player
PuP-Packs
PinUP Popper (Front-end)
PinUP Software UPDATES
Emulators Info:
Settings:
Here's where you can info/examples on how other people got their hardware/software up and running.
First get CCC up and running outside of Popper, making sure you get dmdext sample batch file ready and working. Then add table to Popper and on game manager go to CCC and find the field 'Custom Var #2' and set it to “CCC” without quotes.
then in your vpx launch script you want to add this to it at the top: (this is a sample, you need to change the parameters for dmdext for your hardware!)
Launch Script:
if "[CUSTOM2]"=="CCC" ( cd "c:\visual pinball\vpinmame" start /min "" dmdext.exe mirror --source screen --position 4550 900 512 128 --no-virtual -d pindmdv3 -p COM3 )
Note For LCD/DMD you would do similar but the dmdext.exe line needs to be different like this:
start /min "" c:/dmdext/dmdext.exe mirror --source screen --position 5700 0 1400 400 --destination=virtual --virtual-stay-on-top --virtual-hide-grip --virtual-position 5700 0 1154 555
note: your #'s will be different depending on your screen layout/setup.
Add This to the end of close script:
if "[CUSTOM2]"=="CCC" (start /min "" taskkill /f /im dmdext.exe)
YOU MUST BE FAMILIAR WITH TPAMOD before attempting this
Download or use any display rotation program. http://noeld.com/dl.asp?filename=display.zip - that's used in the example.
In Games Manager select new emulator and right-click on grid “import games” use this file:
https://ftp.memeotech.com:4433/public/file/tn7wBNkIskWp30Tdj0fGoA/Export_Arcooda%20Pinball.pupgames
LAUNCH SCRIPT:
cd "C:\Pinball\Scripts" start /min "" "display64.exe" /device 2 /rotate 90 cd "C:\Dmdext" start /min "" "dmdext.exe" mirror –source=pinballarcade –no-virtual –quit-when-done START "" "[STARTDIR]Launch\VPXSTARTER.exe" 10 10 5 "PINBALL ARCADE DX11" CD /d [DIREMU] START "" "[DIREMU]TPAFreeCamMod.exe" -arcooda -table [GAMENAME]
CLOSE SCRIPT:
cd "C:\Pinball\Scripts" start /min "" "display64.exe" /device 2 /rotate cw timeout 3 "[STARTDIR]LAUNCH\PUPCLOSER.EXE" WIINTIT "PINBALL ARCADE DX11" 4 1 taskkill /f /im "tpafreemod.exe" taskkill /f /im "dmdext.exe" taskkill /f /im "pinballarcadecabinet.exe"