Bounty Hunter Gottlieb WIP

Viewing 20 posts - 21 through 40 (of 49 total)
  • Author
    Posts
  • #207752
    Siggi
    Participant
      @siggi
      Member

      BHPF

      So far, so good.

      1 user thanked author for this post.
      #207761
      Tom
      Participant
        @armyaviation
        MemberContributor

        Wait…..wtf??????. I am just looking at it on my pHone but that looks like a playfield???? How did you do that so quick??? :unsure:

        #207828
        Siggi
        Participant
          @siggi
          Member

          It will still need a little time till it’s finished.

          #208107
          Siggi
          Participant
            @siggi
            Member

            BOUNTY HUNTER PLAYFIELD

            1 user thanked author for this post.
            #208118
            JR
            Participant
              @jfr1
              Member

              Cripes.

              #208130
              Tom
              Participant
                @armyaviation
                MemberContributor

                It’s looking good so far.  Thanks @siggi

                #208131
                Thalamus
                Moderator
                  @thalamus
                  ContributorMemberModerator

                  I knew that you where good @siggi – but, well, in the short time you’ve had, I’m actually impressed.

                  #208445
                  Siggi
                  Participant
                    @siggi
                    Member

                    Work is going on.

                    BOUNTY HUNTER PLAYFIELD2

                     

                    1 user thanked author for this post.
                    #208446
                    Tom
                    Participant
                      @armyaviation
                      MemberContributor

                      If you can do this good with pics, I have scans coming for city slicker, they just need touched up.  You do great work

                      #209235
                      Siggi
                      Participant
                        @siggi
                        Member

                        I think it’s almost done.

                        BOUNTY HUNTER PLAYFIELD2

                        2 users thanked author for this post.
                        #215095
                        Shannon
                        Participant
                          @shannon1
                          Member

                          Really looks great guys…..keep up the good work!

                          #225529
                          roccodimarco
                          Participant
                            @roccodimarco
                            Member

                            Just wondering where you guys are with this table?  This table is usually at the yearly pinfest, and is a fun table to start the day off with.  I have been waiting for this one to become a regular on my cab!

                            #225536
                            Tom
                            Participant
                              @armyaviation
                              MemberContributor

                              @bord took this over so it should turn out very nice.  I know he is pretty busy so no rush, but also very excited

                              #225539
                              bord
                              Moderator
                                @bord
                                MembervipContributorModerator

                                Visuals and physics are nearly done but I’m stuck on a scripting problem.


                                @borgdog
                                , @rascal, @32assassin, @herweh, @cyberpez – or anyone else that has scripted a System 80 game – can you help me script the GI on/off states? System80 isn’t tied to a regular GI solenoid or lamp ID. I have the manual and can see the GI string but have no idea how to call it in the script.

                                1 user thanked author for this post.
                                #225540
                                bord
                                Moderator
                                  @bord
                                  MembervipContributorModerator

                                  bhrender

                                  1 user thanked author for this post.
                                  #225541
                                  Tom
                                  Participant
                                    @armyaviation
                                    MemberContributor

                                    That looks great

                                    #225544
                                    robertms
                                    Participant
                                      @mophead
                                      Member

                                      bhrender

                                      Typical.

                                      P.S. Drool.

                                      #225546
                                      Thalamus
                                      Moderator
                                        @thalamus
                                        ContributorMemberModerator

                                        Bounty Hunter has never been attractive in VP before. The preview of Bord looks absolutely great. Wish it was legal and easy to clone Siggi and the rest of the team ;-) :good:

                                        #225547
                                        32assassin
                                        Participant
                                          @32assassin
                                          Member

                                          Visuals and physics are nearly done but I’m stuck on a scripting problem.


                                          @borgdog
                                          , @rascal, @32assassin, @herweh, @cyberpez – or anyone else that has scripted a System 80 game – can you help me script the GI on/off states? System80 isn’t tied to a regular GI solenoid or lamp ID. I have the manual and can see the GI string but have no idea how to call it in the script.

                                          most of Gottlies games GI are triggered by the Tilt Relay

                                           

                                          for this table the tilt relay is not a solenoid its Lamp ID1

                                          if you are using Jps Lights   you can use the special handeling

                                          If chgLamp(ii,0) = 1 Then PFGI chgLamp(ii,1)

                                           

                                          to change the Lamp ID to a subroutine handling  “PFGI”  and use it as a solenoid call

                                           

                                          ‘Playfield GI
                                          Sub PFGI(Enabled)
                                          If Enabled Then
                                          dim xx
                                          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

                                           

                                          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

                                          1 user thanked author for this post.
                                          #225554
                                          BorgDog
                                          Participant
                                            @borgdog
                                            MemberContributorvip

                                            Visuals and physics are nearly done but I’m stuck on a scripting problem.

                                             

                                             


                                            @borgdog
                                            , @rascal, @32assassin, @herweh, @cyberpez – or anyone else that has scripted a System 80 game – can you help me script the GI on/off states? System80 isn’t tied to a regular GI solenoid or lamp ID. I have the manual and can see the GI string but have no idea how to call it in the script.

                                            As far as I know the only thing that controls the GI is the Tilt relay, which runs off L1. My alien star has a script labeled from nfozzy that I think I took from your pink panther table.  here is the highlighted section of the manual that seems to indicate the same.

                                             

                                             

                                            Looking good btw :good:

                                            • This reply was modified 3 years, 2 months ago by BorgDog. Reason: ha, 32a typed faster than I
                                          Viewing 20 posts - 21 through 40 (of 49 total)

                                          Forums are currently locked.

                                          ©2024 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?