Frontier (Bally 1980)

Viewing 20 posts - 1 through 20 (of 44 total)
  • Author
    Posts
  • #37232
    bord
    Moderator
      @bord
      MembervipContributorModerator

      Frontier (Bally 1980)

      Here is my first table release. Bally’s 1980 classic Frontier. We have one locally and it is a lot of fun. I tried to match the physics to how the actual table plays. If you tweak it and it plays better let me know.

      Needs VPX 10.2.

      I’m pretty green at this so let me know what is broken and I’ll work on getting it right.

      Thanks to gtxjoe, dark, cyberpez, kiwi, sliderpoint, 32assassin, hauntfreaks and others who have been incredibly helpful as I’ve learned to build tables. Trust me, I’m nowhere near done asking questions…

      B2s available at VPF.

      #37236
      randr
      Keymaster
        @randr
        ModeratorMember

        Thanks bord this looks very cool

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

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

        #37239
        HauntFreaks
        Moderator
          @hauntfreaks
          vipContributorMember

          dude….. awesome work on Frontier…. there has NEVER been a good version of this until now…. thanks!!

          1 user thanked author for this post.
          #37244
          Sliderpoint
          Participant
            @sliderpoint
            MemberContributor

            Great stuff.  Looks nice!

            You could stand to add a couple more lines to handle proper pause/exit:

            -Mike

             

            Sub table1_Paused:Controller.Pause = 1:End Sub
            Sub table1_unPaused:Controller.Pause = 0:End Sub
            Sub table1_Exit:Controller.Stop:End Sub

             

            1 user thanked author for this post.
            #37245
            randr
            Keymaster
              @randr
              ModeratorMember

              dude….. awesome work on Frontier…. there has NEVER been a good version of this until now…. thanks!!

              True! Very true

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

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

              #37247
              ICPjuggla
              Moderator
                @icpjuggla
                MembervipModerator

                Nice work on this table.. Thank you for all your efforts..

                 

                Hey, also if you look at my playboy table it has the 3D white lain guids with a Bally logo on them.. I think this table uses them too. Feel free to grab them from my build and credit hauntfreaks as I got them from him.. :-)

                1 user thanked author for this post.
                #37252
                32assassin
                Participant
                  @32assassin
                  Member

                  thanks another suggestion,

                  you have DOF,  but you also have the solenoid enabled sounds for the bumpers and slingshots.

                  if you turn on DOF  you will still have system sounds unless you comment out the solenoid sounds

                  comment out the solenoid sounds and add this to your code

                  ‘Bumpers

                  Sub sw38_Hit : vpmTimer.PulseSw 38 : playsound SoundFX(“fx2_bumper_1”,DOFContactors): End Sub

                  Sub sw39_Hit : vpmTimer.PulseSw 39 : playsound SoundFX(“fx2_bumper_2”,DOFContactors): End Sub

                  Sub sw40_Hit : vpmTimer.PulseSw 40 : playsound SoundFX(“fx2_bumper_3”,DOFContactors): End Sub

                   

                  same thing  for the knocker.

                  SolCallback(6) = “vpmSolSound SoundFX(“”fx_knocker””,DOFKnocker),” ‘sKnocker

                  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.
                  #37254
                  bord
                  Moderator
                    @bord
                    MembervipContributorModerator

                    Great stuff. Looks nice! You could stand to add a couple more lines to handle proper pause/exit: -Mike Sub table1_Paused:Controller.Pause = 1:End Sub Sub table1_unPaused:Controller.Pause = 0:End Sub Sub table1_Exit:Controller.Stop:End Sub

                    Excellent. This is the kind of input I need. Will add to 1.1

                    #37257
                    bord
                    Moderator
                      @bord
                      MembervipContributorModerator

                      Nice work on this table.. Thank you for all your efforts.. Hey, also if you look at my playboy table it has the 3D white lain guids with a Bally logo on them.. I think this table uses them too. Feel free to grab them from my build and credit hauntfreaks as I got them from him.. :-)

                      Cool. I saw some photos with and some without and didn’t know what was authentic. I have a feeling the Bally ones are original. Thanks, I’ll grab them from the Playboy table.

                      #37261
                      Drybonz
                      Participant
                        @drybonz
                        Member

                        Hey bord… way to go on your first table release.  Nice work.  I just had a chance to fire it up and it’s looking great.     :good:

                        #37277
                        energumeno
                        Participant
                          @energumeno

                          thanks  for the work

                          #37281
                          N3roflint
                          Participant
                            @n3roflint
                            Member

                            Very good work Bord. One of my favourite tables of all time you have produced a great version. I just put in about an hours playing time and it feels very real. :good:

                            .

                            #37283
                            Arngrim
                            Participant
                              @arngrim
                              DOF MinisterMember

                              looks really great for a first table :)

                              i noticed the flippers are not aligned with the flipper lanes, so the ball will not slide when going from the flipper lanes to the flipper lanes, this prevent to make accurate shots, sorry i don’t have a good position to suggest to fix this

                              #37290
                              Rajo Joey
                              Participant
                                @joey2001
                                Member

                                Nice table. Thanks. :good:

                                But the ball doesn’t jump on the flipperbats. He falls like a stone. What I have to change in the physics, to resolve this? :scratch:

                                #37302
                                Al
                                Participant
                                  @alandee
                                  Member

                                  Really looking forward to getting home and giving this one a run ! Thanks for taking on a ripper table.

                                  Cheers,

                                  al.

                                   

                                  #40528
                                  bord
                                  Moderator
                                    @bord
                                    MembervipContributorModerator

                                    version 1.1 posted.

                                    #40530
                                    randr
                                    Keymaster
                                      @randr
                                      ModeratorMember

                                      Thanks 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

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

                                      #40531
                                      Badfinger
                                      Participant
                                        @badfinger

                                        A bit confused, the file size and date are same as one I have, no change at all.

                                        9/27/16 dated?

                                        1968 - 1991 seems to be my favorite ERA of pinball machines.

                                        #40532
                                        bord
                                        Moderator
                                          @bord
                                          MembervipContributorModerator

                                          Screen-Shot-2016-11-09-at-9.55.39-AM

                                          Make sure you’re selecting the right file.

                                          Is there a way to just eliminate the old file?

                                          #40562
                                          Badfinger
                                          Participant
                                            @badfinger

                                            Must have been tired, got package.zip this time with both, thanks! Really nice table didn’t want to miss out.

                                             

                                            Also, this one has HIDDEN =   to adjust to get missing DMD for Desktop.

                                            1968 - 1991 seems to be my favorite ERA of pinball machines.

                                          Viewing 20 posts - 1 through 20 (of 44 total)

                                          Forums are currently locked.

                                          ©2024 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?