Jungle Lord (Williams 1981) VPX

Viewing 9 posts - 21 through 29 (of 29 total)
  • Author
    Posts
  • #40319
    senseless
    Participant
      @senseless
      Member

      Thanks for this table, love the theme. Great first build.

      #40329
      32assassin
      Participant
        @32assassin
        Member

        I got the GI lights to turn of when the Mini PF is in use.  I was not able to identity the correct controller, so I had to fake it.

        -You will need to create a GI collection and add all the GI lights to the collection

        paste this on my updated code after the Drain_hit

        ( I’m not sure if it will work on your code)

        Sub Kicker1_Hit : LowerKicker.AddBall 0 : playsound”Popper_ball”:UpdateGI = 0:updateGITimer:End Sub
        Sub Kicker1_UnHit :UpdateGI = 1:updateGITimer:End Sub
        Sub Kicker2_Hit : UpperKicker.AddBall 0 : playsound”Popper_ball”:UpdateGI = 0:updateGITimer:End Sub
        Sub Kicker2_UnHit :UpdateGI = 1:updateGITimer:End Sub

        ‘*******
        ‘GI subs
        ‘*******
        Dim xx, UpdateGI
        Sub updateGITimer
        If updateGI = 0 then
        For each xx in GI:xx.State = 0: Next
        PlaySound “fx_relay”
        Else
        For each xx in GI:xx.State = 1: Next
        PlaySound “fx_relay”
        End If
        End Sub

         

        I made allot of changes to your table

        • made more Collections to have sound events when different objects are hit.
        • replaced the cab walls with a primitive
        • I’m not sure why you used ramps instead of the VPX rubbers,  but I replaced them

         

        I also suggest you download my LED backglass templates

        DT backlass LED examples

        they are set up, so that all you have to do is copy and past the Lights and code to your table; and they will work.

        will send you a PM with a link to the table,  so that you can add what you like to your table.

        Jungle-Lord-1

        see a table you like help me find the resources so that I can finish it
        https://www.dropbox.com/sh/7qtake9whi5ium2/AAB4K4W78oMVlqSxTzKtGHTHa?dl=0

        Attachments:
        #40565
        Tony The Wrench
        Participant
          @tonythewrench

          Version 1.03 coming soon

          with improved ramps and gi lighting routine

          1 user thanked author for this post.
          #40923
          Tony The Wrench
          Participant
            @tonythewrench

            I would like to add the credit light to the apron, but I don’t know what light number it is…I tried 1 through 7 (the remaining lights not assigned, but to avail)…how would I script that the light is on if credits are 1+?

            #41001
            Tony The Wrench
            Participant
              @tonythewrench

              Multi ball mode doesn’t work, I don’t know how to script it or how/if it interacts with the rom in any way…so unfortunately the lack of this feature makes the table a fail!!! ?…So unless someone can show me how to rectify this, I won’t be able to put out a final revision…sad, I thought it turned out pretty good until the multi ball issue was brought to my attention

              #41558
              randr
              Keymaster
                @randr
                ModeratorMember

                thank you for the update

                ********************************************************
                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

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

                #41732
                STAT
                Participant
                  @stefanaustria
                  MemberContributor

                  Thanks Tony, very nice !

                  1 user thanked author for this post.
                  #41739
                  Drybonz
                  Participant
                    @drybonz
                    Member

                    Oops… I didn’t even realize the last 3 or 4 updates had happened… thanks, Tony.     :good:

                    1 user thanked author for this post.
                    #41777
                    Ginsonic
                    Participant
                      @ginsonic

                      Thanks, Tony   :good:

                    Viewing 9 posts - 21 through 29 (of 29 total)

                    Forums are currently locked.

                    ©2024 VPinBall.com

                    Log in with your credentials

                    Forgot your details?