Kingpin (freneticamnesic Icpjuggla Dark) 080715a

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #16812
    randr
    Keymaster
      @randr
      ModeratorMember

      Kingpin (freneticamnesic Icpjuggla Dark) 080715a

      Kingpin VPX version

      ********************************************************
      Messing with the VPinball app and push notifications.
      So if you haven't downloaded app yet what are you waiting for!?
      for IOS and Android

      ********************************************************

      1 user thanked author for this post.
      #16813
      really
      Participant
        @st3rn

        I can’t believe that I missed this pin. I didn’t even know that it existed. Another amazing table.

        0
        #16814
        scheiny
        Participant
          @scheiny

          Of course because I never heard of it… but the slot shot top left is hard to hit, and I got near the end but didnt have DMD enabled, so not sure of score, but wow ! Thank you!

          0
          #16815
          really
          Participant
            @st3rn

            Yep, I missed this pin in the mix, somehow! Top left is hard to hit but yo get better at hitting the mark. Really, no DMD, that sucks. Makes me feel lucky that the DMD work out of the box for me. Plus, Kingpin is in my top 5 right now.

            0
            #16816
            really
            Participant
              @st3rn

              LOL, can’t edit my post, but (yo) you’ll get better at hitting the mark.

              0
              #16817
              Patrick Delage
              Participant
                @patrickfx

                Why is the table name finish with number serial ?

                0

                Pinaball, arcade and retro gaming

                #32877
                TNT2
                Participant
                  @tnt2
                  Member

                  Was playing this table tonight. It’s “criminally” underrated.

                  :yahoo:

                  Thanks to all involved.  :good:

                  #87861
                  kcpinhead
                  Participant
                    @kcpinhead

                    So I downloaded Kingpin and was trying to get it to run and an error comes up game name not found at line 89. I dont know anything about scripts so I figure this must be an easy fix.here is from the script with the last line being line 89:

                     

                    ‘********************
                    ‘Standard definitions
                    ‘********************

                    Const cGameName = “kpv106” ‘change the romname here

                    Const UseSolenoids = 1
                    Const UseLamps = 0
                    Const UseSync = 1
                    Const HandleMech = 0

                    ‘Standard Sounds
                    Const SSolenoidOn = “Solenoid”
                    Const SSolenoidOff = “”
                    Const SCoin = “coin”

                    ‘************
                    ‘ Table init.
                    ‘************
                    ‘Variables
                    ‘Dim xx
                    Dim Bump1,Bump2,Bump3,Mech3bank,bsTrough,bsVUK,visibleLock,bsTEject,bsSVUK,bsRScoop,bsLock
                    Dim dtDropL, dtDropR
                    Dim PlungerIM
                    Dim PMag
                    Dim mag2
                    Dim bsRHole
                    Dim FireButtonFlag:FireButtonFlag = 0
                    Dim IsStarted:IsStarted = 0

                    Sub Table_Init

                    ‘*****

                    Kicker1.CreateBall
                    Kicker1.Kick 0,0
                    Kicker1.Enabled = false

                    Kicker2.CreateBall
                    Kicker2.Kick 0,0
                    Kicker2.Enabled = false

                    Controller.Switch(47) = 1 ‘ramp down active

                    With Controller
                    .GameName = cGameName

                    #87863
                    randr
                    Keymaster
                      @randr
                      ModeratorMember

                      You are missing the rom or it’s named wrong

                      ********************************************************
                      Messing with the VPinball app and push notifications.
                      So if you haven't downloaded app yet what are you waiting for!?
                      for IOS and Android

                      ********************************************************

                      #87864
                      kcpinhead
                      Participant
                        @kcpinhead

                        Ill check Im sure I put that correct rom in the roms folder.

                         

                        #87867
                        kcpinhead
                        Participant
                          @kcpinhead

                          Yeah I dont know what the problem is, redownloaded rom,  placed in rom folder and get the same error. Tried changing the name, didnt work.

                          #87868
                          kcpinhead
                          Participant
                            @kcpinhead

                            Standard definitions
                            ‘********************

                            Const cGameName = “kpv106” ‘change the romname here

                            Const UseSolenoids = 1
                            Const UseLamps = 0
                            Const UseSync = 1
                            Const HandleMech = 0

                            ‘Standard Sounds
                            Const SSolenoidOn = “Solenoid”
                            Const SSolenoidOff = “”
                            Const SCoin = “coin”

                            ‘************
                            ‘ Table init.
                            ‘************
                            ‘Variables
                            ‘Dim xx
                            Dim Bump1,Bump2,Bump3,Mech3bank,bsTrough,bsVUK,visibleLock,bsTEject,bsSVUK,bsRScoop,bsLock
                            Dim dtDropL, dtDropR
                            Dim PlungerIM
                            Dim PMag
                            Dim mag2
                            Dim bsRHole
                            Dim FireButtonFlag:FireButtonFlag = 0
                            Dim IsStarted:IsStarted = 0

                            Sub Table_Init

                            ‘*****

                            Kicker1.CreateBall
                            Kicker1.Kick 0,0
                            Kicker1.Enabled = false

                            Kicker2.CreateBall
                            Kicker2.Kick 0,0
                            Kicker2.Enabled = false

                            Controller.Switch(47) = 1 ‘ramp down active

                            With Controller
                            .GameName = cGameName
                            If Err Then MsgBox “Can’t start Game ” & cGameName & vbNewLine & Err.Description:Exit Sub
                            .SplashInfoLine = “Kingpin”
                            .HandleKeyboard = 0
                            .ShowTitle = 0
                            .ShowDMDOnly = 1
                            .ShowFrame = 0
                            .HandleMechanics = 1
                            .Hidden = VarHidden
                            .Games(cGameName).Settings.Value(“sound”) = 1
                            On Error Resume Next
                            .Run GetPlayerHWnd
                            If Err Then MsgBox Err.Description
                            End With

                            On Error Goto 0

                            Const IMPowerSetting = 52
                            Const IMTime = 0.6
                            Set plungerIM = New cvpmImpulseP
                            With plungerIM
                            .InitImpulseP swplunger, IMPowerSetting, IMTime
                            .Random 1
                            .Switch 43
                            .InitExitSnd SoundFX(“plunger2”,DOFContactors), SoundFX(“plunger”,DOFContactors)
                            .CreateEvents “plungerIM”
                            End With

                            Correct rom name in the roms folder. Not sure whats going on. I downloaded from here and from another site to test.

                            #87869
                            randr
                            Keymaster
                              @randr
                              ModeratorMember

                              Test the rom in vpinmame directly

                              ********************************************************
                              Messing with the VPinball app and push notifications.
                              So if you haven't downloaded app yet what are you waiting for!?
                              for IOS and Android

                              ********************************************************

                              #87871
                              CarnyPriest
                              Participant
                                @carnypriest
                                Member

                                Short answer – if you are using latest SAMbuild then rename your rom set to kbp105 and change the script

                                http://vpuniverse.com/forums/topic/3461-sambuild31-beta-thread/?do=findComment&comment=38639

                                1 user thanked author for this post.
                                #87872
                                kcpinhead
                                Participant
                                  @kcpinhead

                                  That was it, thank you CarnyPriest

                                  #87873
                                  Draifet
                                  Participant
                                    @draifet
                                    Member

                                    Oh, I opened the post while I was thinking “OMG! maybe someone did an update on this already amazing table”.

                                    #87882
                                    CarnyPriest
                                    Participant
                                      @carnypriest
                                      Member

                                      By the way, users should leech their rom sets at VPU now. VPF has not added or updated any sets on that site in running close to three years. The Kingpin set was updated at VPU when the source code changed back in March. :yes:

                                      2 users thanked author for this post.
                                      #87883
                                      bord
                                      Moderator
                                        @bord
                                        MembervipContributorModerator

                                        By the way, users should leech their rom sets at VPU now. VPF has not added or updated any sets on that site in running close to three years. The Kingpin set was updated at VPU when the source code changed back in March. :yes:

                                        That was about all I was still using VPF for excepting the Pinscape and beta threads. Glad to check roms off the list.

                                        #90887
                                        redrooster
                                        Participant
                                          @redrooster
                                          Member

                                          I had this table up and running for a good while, then it wouldn’t, was having trouble after reading this thread, but I finally got it.

                                           

                                          thanks for the info

                                           

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

                                        Forums are currently locked.

                                        ©2024 VPinBall.com

                                        Log in with your credentials

                                        Forgot your details?