spscan

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Pink Floyd – The Wall [Original][2020][SuperEd] #226527
    spscan
    Participant
      @spscan

      Hi,
      where are all missing .wmv files for ultradmd?

      in reply to: Jaws! (Future Pinball to Visual Pinball Build) #224268
      spscan
      Participant
        @spscan

        Today I played again Jaws! (Future Pinball to Visual Pinball Build) 1.0c.

        This table is just great and makes fun again and again. :good:

        Jaws! (Orginal 2018) 1.0c 2

        My desktop version with working b2s backglass

         

        Could you explain how you did it? thanks

        in reply to: JAWS (VPX) PuP-Pack #224078
        spscan
        Participant
          @spscan

          NEW: Alternate Option from Nailbuster

          • he came up with a new idea that might help getting puppacks to work with desktop users (single screen)
          • It should be super-easy, as you just extract the files from this zip into the puppack folder (remember to UNBLOCK the zip)
          • then run your vp / fp / fx3 in Borderless Windowed mode
          • note: this may push the vpx / FP / fx3 window behind your taskbar (because this option is always pushing those windows behind the pup-pack)
          • that is normal, and the only option is to use another app to hide your taskbar if you don’t like it being visible
          • this works well with Pinup Popper front-end… however it may have issues with other front-ends

          File is here:

          https://nailbuster.com/pup/PuPPack_on_Desktop.zip

          All unchanged, I’ve problems only with this table. It’s not a background issue… videos aren’t loaded. What’s the correct script for this table?

          Edit: all work now! Thanks for the help Terryred… I updated b2s backglass files and downloaded Jaws directB2S

           

          • This reply was modified 3 years, 4 months ago by spscan.
          Attachments:
          in reply to: JAWS (VPX) PuP-Pack #224012
          spscan
          Participant
            @spscan

            https://vpinball.com/VPBdownloads/pup-packs-on-top-use-pup-packs-on-a-single-screen-desktop-view-fp-vpx-fx3-etc/

            Nothing  :-(   …with v0.1c all unchanged, with v0.1b only shark title and no other videos (events, ball saved, etc)

            • This reply was modified 3 years, 4 months ago by spscan.
            in reply to: JAWS (VPX) PuP-Pack #223883
            spscan
            Participant
              @spscan

              Hi

              this pup pack works partially for me… only postDMD appears in desktop mode (1 screen). How fix it? Thanks

              Please, help me

              in reply to: JAWS (VPX) PuP-Pack #223720
              spscan
              Participant
                @spscan

                Hi

                this pup pack works partially for me… only postDMD appears in desktop mode (1 screen). How fix it? Thanks

                Attachments:
                in reply to: Star Wars DE PUP Pack #222476
                spscan
                Participant
                  @spscan

                  Well I’m glad you have it fixed but the downside to your post is if somebody else has the same problem your post does not help

                  Who play in desktop mode (1 screen) must insert a piece of code in the table script after the wording ‘option explicit’ and everything works:

                  ‘****** PuP Variables ******

                  Dim usePUP: Dim cPuPPack: Dim PuPlayer: Dim PUPStatus: PUPStatus=false ‘ dont edit this line!!!

                  ‘*************************** PuP Settings for this table ********************************

                  usePUP = true  ‘ enable Pinup Player functions for this table
                  cPuPPack = “pup-pack_name”  ‘ replace with the PuP-Pack / PuPVideos folder name for this table

                  ‘//////////////////// PINUP PLAYER: STARTUP & CONTROL SECTION //////////////////////////

                  ‘ This is used for the startup and control of Pinup Player

                  Sub PuPStart(cPuPPack)
                  If PUPStatus=true then Exit Sub
                  If usePUP=true then
                  Set PuPlayer = CreateObject(“PinUpPlayer.PinDisplay”)
                  If PuPlayer is Nothing Then
                  usePUP=false
                  PUPStatus=false
                  Else
                  PuPlayer.B2SInit “”,cPuPPack ‘start the Pup-Pack
                  PUPStatus=true
                  End If
                  End If
                  End Sub

                  Sub pupevent(EventNum)
                  if (usePUP=false or PUPStatus=false) then Exit Sub
                  PuPlayer.B2SData “E”&EventNum,1 ‘send event to Pup-Pack
                  End Sub

                  ‘ ******* How to use PUPEvent to trigger / control a PuP-Pack *******

                  ‘ Usage: pupevent(EventNum)

                  ‘ EventNum = PuP Exxx trigger from the PuP-Pack

                  ‘ Example: pupevent 102

                  ‘ This will trigger E102 from the table’s PuP-Pack

                  ‘ DO NOT use any Exxx triggers already used for DOF (if used) to avoid any possible confusion

                  ‘************ PuP-Pack Startup **************

                  PuPStart(cPuPPack) ‘Check for PuP – If found, then start Pinup Player / PuP-Pack

                  in reply to: Star Wars DE PUP Pack #222437
                  spscan
                  Participant
                    @spscan

                    PUP Pack not work for me :-(   only table and dmdext appears. Please help me. Thanks

                    Edit:  Finally all ok! :yes: ;-)

                    • This reply was modified 3 years, 5 months ago by spscan.
                  Viewing 8 posts - 1 through 8 (of 8 total)

                  ©2024 VPinBall.com

                  Log in with your credentials

                  Forgot your details?