Granny and the Gators (Bally 1984)

Viewing 20 posts - 1 through 20 (of 38 total)
  • Author
    Posts
  • #122843
    DarthMarino
    Participant
      @darthmarino

      https://vpinball.com/VPBdownloads/granny-and-the-gators-bally-1984/

      This is a VPX conversion of LoadedWeapons VP9 desktop table. There are new plastics and other graphical upgrades. The desktop backdrop is courtesy of lazzlo.

      Total of 21 users thanked author for this post. Here are last 20 listed.
      #122846
      STAT
      Participant
        @stefanaustria
        MemberContributor

        WOW thanks, now that was fast :good:

        Thanks Man, thanks to lazzlo and also LW for the prev. Works :bye:

        I try to get the directb2s done a.s.a.p …

        2 users thanked author for this post.
        #122880
        randr
        Keymaster
          @randr
          ModeratorMember

          strange! i dont have the granny.vbs

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

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

          #122881
          STAT
          Participant
            @stefanaustria
            MemberContributor

            Is needed for directb2s Players: Set Controller=CreateObject(“B2S.Server”)

            Maybe also you can delete Line: SetDisplayToElement TextBox1
            and move TextBox1 out of PF …
            You Need the Granny.vbs File ? See below …

            I tried to get it working with the Controller.vbs, no success at the Moment :unsure:

            IMG_20190405_230623

            Attachments:
            #122884
            randr
            Keymaster
              @randr
              ModeratorMember

              Thanks! Works like a charm

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

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

              #122887
              DarthMarino
              Participant
                @darthmarino

                I will include granny.vbs with the next update.

                1 user thanked author for this post.
                #122888
                Thalamus
                Moderator
                  @thalamus
                  ContributorMemberModerator

                  Very nice guys – thank you both @stefanaustria and @darthmarino

                  #122903
                  DarthMarino
                  Participant
                    @darthmarino

                    Another change for the update…. The ball is supposed to go around the orbit and land in the leftmost lane to light one of the canoe lights in the middle.  I tweaked it so it does that now.  Otherwise there is practically no way to get an extra ball (unless you turn on dip switch 6).

                    #122906
                    DarthMarino
                    Participant
                      @darthmarino

                      Is there any reason the backglass wouldn’t work with this code?  If I take out all the if/else stuff and just set the controller to B2S.Server then it pops right up.

                       

                      Option Explicit LoadVPM “01530000”,”Granny.vbs”,3.1

                      dim B2Son
                      B2Son=true

                      Sub LoadVPM(VPMver,VBSfile,VBSver) On Error Resume Next If ScriptEngineMajorVersion<5 Then MsgBox”VB Script Engine 5.0 or higher required” ExecuteGlobal GetTextFile(VBSfile) If Err Then MsgBox”Unable to open “&VBSfile&”. Ensure that it is in the same folder as this table.”&vbNewLine&Err.Description:Err.Clear

                      If B2Son=true then
                      Set Controller=CreateObject(“B2S.Server”)
                      Else
                      Set Controller=CreateObject(“VPinMAME.Controller”)
                      End If

                      If Err Then MsgBox”Can’t Load VPinMAME.”&vbNewLine&Err.Description If VPMver>”” Then If Controller.Version<VPMver Or Err Then MsgBox”VPinMAME ver “&VPMver&” required.”:Err.Clear If VPinMAMEDriverVer<VBSver Or Err Then MsgBox VBSFile&” ver “&VBSver&” or higher required.” On Error Goto 0 End Sub

                      #122907
                      randr
                      Keymaster
                        @randr
                        ModeratorMember

                        You should probably use controller.vbs instead

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

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

                        #122912
                        DarthMarino
                        Participant
                          @darthmarino

                          Instead of granny.vbs? The solenoid call outs give me errors if I do that.

                          #122918
                          Thalamus
                          Moderator
                            @thalamus
                            ContributorMemberModerator

                            No, you use controller.vbs for the db2s stuff. And the granny – look at what I wrote recently in another thread.

                            https://vpinball.com/forums/topic/vp9-table-question/#post-122857

                            #122932
                            topache
                            Participant
                              @topache

                              Why does my table show a black box with a zero and a gray box above the table?

                              #122933
                              randr
                              Keymaster
                                @randr
                                ModeratorMember

                                Desktop text box. Just click backdrop in editor and drag box off to the side

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

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

                                #122935
                                topache
                                Participant
                                  @topache

                                  Thank you.

                                  That worked for the black box, that was easy. However the gray box above the play field I see it faintly in the backdrop but I can’t do anything with it. How do I get rid of that?

                                  Also how do you activate the power button?

                                  #122946
                                  STAT
                                  Participant
                                    @stefanaustria
                                    MemberContributor

                                    Gray Box above in FS, Change this …

                                    SetFS

                                    Power Button, should be Key Up or Down.

                                    #122947
                                    STAT
                                    Participant
                                      @stefanaustria
                                      MemberContributor

                                      DarthMarino, for your next Update, Maybe you also could add something like this:

                                      If Table1.ShowDT then
                                      TextBox1.Visible = True
                                      Else
                                      TextBox1.Visible = False
                                      End If

                                      and Maybe also:

                                      SetDisplayToElement TextBox1 ‘ Change to >>
                                      If B2SOn = false Then SetDisplayToElement TextBox1

                                      Or complete inside here … :

                                      If Table1.ShowDT then
                                      TextBox1.Visible = True
                                      SetDisplayToElement TextBox1
                                      Else
                                      TextBox1.Visible = False
                                      End If

                                      #122957
                                      DarthMarino
                                      Participant
                                        @darthmarino

                                        Thank you.

                                        That worked for the black box, that was easy. However the gray box above the play field I see it faintly in the backdrop but I can’t do anything with it. How do I get rid of that?

                                        Also how do you activate the power button?

                                        The gray box above the playfield is supposed to be a speaker grill.

                                        ggspeaker

                                        I put the controls in the installation section. You drop the five yellow targets and shoot the ball into the saucer and the power button will start blinking.

                                        #122958
                                        DarthMarino
                                        Participant
                                          @darthmarino

                                          DarthMarino, for your next Update, Maybe you also could add something like this:

                                          If Table1.ShowDT then

                                          TextBox1.Visible = True

                                          Else

                                          TextBox1.Visible = False

                                          End If

                                          and Maybe also:

                                          SetDisplayToElement TextBox1 ‘ Change to >>

                                          If B2SOn = false Then SetDisplayToElement TextBox1

                                          Or complete inside here … :

                                          If Table1.ShowDT then

                                          TextBox1.Visible = True

                                          SetDisplayToElement TextBox1

                                          Else

                                          TextBox1.Visible = False

                                          End If

                                          Good call on the ShowDT option.  It seems to be also working for the backglass:

                                          If ShowDT=true then
                                          Set Controller=CreateObject(“VPinMAME.Controller”)
                                          else
                                          Set Controller=CreateObject(“B2S.server”)
                                          End if

                                          #122959
                                          topache
                                          Participant
                                            @topache

                                            Sweet that work thank you so much. However for the power button my up and down fires my left and right paddles, trying to figure out how I activate the power button when it’s lit

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

                                          Forums are currently locked.

                                          ©2024 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?