Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dboyrecords
    Participant
      @dboyrecords

      I’d like a pm as well… thx

      in reply to: The Goonies Pinball Adventure-2 Screen Setup #208014
      dboyrecords
      Participant
        @dboyrecords

        Thanks 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=8

        Dim 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 , 0

        PuPlayer.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,1

        PuPlayer.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,1

        PuPlayer.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 IF

        in reply to: Moon Walking Dead -Mod to Walking Dead VPX #188528
        dboyrecords
        Participant
          @dboyrecords

          I’d like a pm, please and thanks!

        Viewing 3 posts - 1 through 3 (of 3 total)