- This topic has 3 replies, 3 voices, and was last updated 3 years, 10 months ago by PEandS1Ws.
-
AuthorPosts
-
October 29, 2020 at 9:48 pm #207395
https://vpinball.com/?post_type=cmdm_page&p=207392
These files allow 2 Screen users to enjoy The Goonies Pinball Adventure table by positioning the DMD correctly on the backglass by using an alternate PinUpPlayer.ini file that will not affect any other table. I made this for 5:4 and 4:3 backglass users like myself. You can edit the PinUpPlayer.ini to fit your resolution. Details here: https://www.nailbuster.com/wikipinup/doku.php?id=pinup_pack_layout
Download the table here:
https://vpinball.com/VPBdownloads/the-goonies-pinball-adventure/
A big thank you to Javier for his original release. I made a new backglass image to incorporate the speaker/dmd grille.
The.mp4 file is not needed. It is my Backglass in Popper.
You need to login in order to like this post: click here
2 users thanked author for this post.
October 30, 2020 at 10:54 am #207508Yeees !!! ??
You need to login in order to like this post: click here
1 user thanked author for this post.
November 1, 2020 at 11:09 am #208014Thanks for this! The per game ini is a mindblower and I don’t understand how you changed the dmd…
I have tried for a while to add a topper to this one and can’t get more than a brief flash. Any idea how?
Here is what I’ve tried
‘**************************
‘ PinUp Player Config
‘ Change HasPuP = True if using PinUp Player Videos
‘**************************Const HasPuP = True
if HasPuP Then
Const pTopper=0
Const pDMD=1
Const pBackglass=2
Const pPlayfield=3
Const pMusic=4
Const pAudio=7
Const pCallouts=8Dim PuPlayer
Set PuPlayer = CreateObject(“PinUpPlayer.PinDisplay”)PuPlayer.Init pTopper,”TheGoonies”
PuPlayer.Init pDMD,”TheGoonies”
PuPlayer.Init pBackglass,”TheGoonies”
PuPlayer.Init pMusic,”TheGoonies”
PuPlayer.Init pAudio,”TheGoonies”
PuPlayer.Init pCallouts,”TheGoonies”PuPlayer.playlistadd pTopper,”Topper”, 1 , 0
PuPlayer.playlistadd pDMD,”DMDBackground”, 1 , 0
PuPlayer.playlistadd pBackglass,”BackglassBackground”, 1 , 0
PuPlayer.playlistadd pMusic,”MusicGamePlay”, 1 , 0
PuPlayer.playlistadd pMusic,”MusicMultiball”, 1 , 0
PuPlayer.playlistadd pAudio,”Musicintro”, 1 , 0
‘PuPlayer.playlistadd pAudio,”pCallouts”, 1 , 0PuPlayer.SetScreenex pTopper,0,0,0,0,0
PuPlayer.setScreenEx pDMD,0,0,0,0,0 ‘lets show the DMD at default position.
PuPlayer.SetScreenex pBackglass,0,0,0,0,0 ‘Set PuPlayer DMD TO Always ON <screen number> , xpos, ypos, width, height, POPUP‘Set Background video on DMD
PuPlayer.playlistplayex pTopper,”BackglassBackground”,”The Goonies Trailer.mp4″,0,1 ‘should be an attract background (no text is displayed)
PuPlayer.SetBackground pTopper,1PuPlayer.playlistplayex pBackglass,”BackglassBackground”,”backglass4.jpg”,0,1 ‘should be an attract background (no text is displayed)
PuPlayer.SetBackground pBackglass,1‘Set Background video on DMD
PuPlayer.playlistplayex pDMD,”DMDBackground”,”backdmd.jpg”,0,1 ‘should be an attract background (no text is displayed)
PuPlayer.SetBackground pDMD,1PuPlayer.SetScreenex pAudio,0,0,0,0,2
PuPlayer.hide pAudio
PuPlayer.SetScreenex pMusic,0,0,0,0,2
PuPlayer.hide pMusic
PuPlayer.SetScreenex pCallouts,0,0,0,0,2
PuPlayer.hide pCallouts
‘ PuPlayer.SetScreenex pTopper,0,0,0,0,2
‘ PuPlayer.On pTopper‘Init TextOverlay on PUP Screen
PuPlayer.LabelInit pDMD
End if
dim usePUPDMDDriver ‘En lugar de UltraDMD para hardware, podemos reflejar el DMD al hardware DMD.
usePUPDMDDriver=False
if usePUPDMDDriver = true then
dim PUPDMDObject
Set PUPDMDObject = CreateObject(“PUPDMDControl.DMD”)
PUPDMDObject.DMDOpen
‘PUPDMDObject.DMDPlay “C:\Visual Pinball\Tables\PinUPPlayer\PUPMenu\DMD\elvis.gif”
PUPDMDObject.DMDPuPMirror
PUPDMDObject.DMDPuPTextMirror
END IFYou need to login in order to like this post: click here
November 1, 2020 at 12:09 pm #208024
@dboyrecords I used the Configure Displays/ Locations setup in Pinup Pack Editor. I made no changes to the table script. I do not have a topper but I assume you could do the same with that as I did with the DMD.- Backup your current PinUpPlayer.ini
- Load TheGoonies in the PupPack Editor
- Click on Configure Displays/Locations button
- Set your Topper where you want it.
- Save the Configuration. This will overwrite your default PinUpPlayer.ini in your PinUpSystem folder. Copy that new file to your TheGoonies PupVideo folder.
- Overwrite the current PinUpPlayer.ini in the PinUpSystem folder with your backup you made in step 1.
When The Goonies loads it will pull your display setup from the .ini file in your TheGoonies PupVideo folder and not your default setting for all other tables.
Hope this helps.
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.