Mini Cycle (Gottlieb 1970)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #72705
    Loserman76
    Participant
      @loserman76
      vipMemberContributor

      https://vpinball.com/VPBdownloads/mini-cycle-gottlieb-1970/

      VPX conversion

      Artwork done by Hauntfreaks
      others to thank: GNance, JPSalas, Pinuck, hauntfreaks, Borgdog, Arngrim

      in addition to the “standard” keys (typically “1” to start game and “5” for coin), I’ve added “3” as another coin input and “4” for coin and auto-start game (like I recall the dime slots generally were) to simulate 3 coin slots

      when game is not in progress, holding down left flipper for about 3-5 seconds will bring up the options menu. left flipper selects item, right flipper changes option.

      I’ve also included shadows for the ball and flippers. If you want to turn them off look for these lines at the beginning of the script:

      Const ShadowFlippersOn = true
      Const ShadowBallOn = true

      change to false if you want either of the shadows not showing on your tables

       

      5 users thanked author for this post.
      #99534
      Slydog43
      Participant
        @slydog43
        Member

        I get an error when running table, line 966 ‘Expected Sub’

         

        I think you meant (sorry for no indents

        Sub LeftVT_Hit(idx)
        Dim x
        Lnewpos=idx
        DOF 238, DOFPulse
        If ActiveBall.VelY <0 Then
        ActiveBall.VelY = ActiveBall.VelY * 0.915
        If idx<LeftPosition_Vari then
        exit sub ‘ ADD THIS LINE
        Else
        PlaySound “fx_solenoidoff”
        ‘ LeftVari(Loldpos).IsDropped = True
        ‘ LeftVari(Lnewpos).IsDropped = False
        VariTargetP.TransX = -(LeftPosition_Vari*10)
        LeftPosition_Vari = idx +1
        End If
        End If
        Loldpos=Lnewpos
        End Sub

        #99540
        Loserman76
        Participant
          @loserman76
          vipMemberContributor

          ugh – that’s what happens when the copy paste goes awry…

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

        Forums are currently locked.

        ©2024 VPinBall.com

        Log in with your credentials

        Forgot your details?