Hurricane (Williams 1991)

Viewing 20 posts - 21 through 40 (of 73 total)
  • Author
    Posts
  • #126011
    randr
    Keymaster
      @randr

      @genesis38 LMAO! but is true :wacko:

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

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

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

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

      #126012
      GlueSniffinEd
      Participant
        @gluesniffined

        Really fun table, looks great too!  Thanks for this table to all involved in its creation!

        #126013
        Javier
        Participant
          @javier1515

          @Herweh It gives me great pleasure to see you again in this beautiful hobby.  :yahoo:

          long life with pinball

          "Learning without thought is vain, thought without learning is dangerous." (Confucius)

          "Aprender sin pensar es inútil, pensar sin aprender es peligroso". (Confucio)

          Please, if you can help me with a small contribution to update my work team and continue to make more tables I will be eternally grateful.

          https://paypal.me/javier1515?locale.x=es_XC

          "Learning without thought is vain, thought without learning is dangerous." (Confucius)

          "Aprender sin pensar es inútil, pensar sin aprender es peligroso". (Confucio)

          Please, if you can help me with a small contribution to update my work team and continue to make more tables I will be eternally grateful.

          https://paypal.me/javier1515?locale.x=es_XC

          #126024
          Herweh
          Participant
            @herweh

            “You’ve got an arm like a wet rag.”

            Well done!

            “Your grandma throws better than you”  :-)

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

              Great table! just gave it a few plays and love it. thanks for filling this huge hole in vpx :good:

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

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

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

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

              #126125
              Oldschool4
              Participant
                @oldschool4

                Great table, Thanks to Everyone,Great ball sounds, 1st time i played tryed to hit the ball as it was coming around, lol. :wacko:

                1 user thanked author for this post.
                #126129
                naeromagus
                Participant
                  @naeromagus

                  Ive been waiting for this to come to VPX. And the day is finally here. I cannot thank you enough for this release. Thank you, Thank you  :yahoo: We all who play almost have the entire WPC95 collection. Only a couple more releases left

                  #126210
                  daveytron
                  Participant
                    @daveytron

                    A really  nice game similar to cyclone but better.

                    #126225
                    sebcemoi
                    Participant
                      @sebcemoi

                      Well done Herwe, I love this table

                      Thank you for this great release  :good:

                      #126275
                      Rajo Joey
                      Participant
                        @joey2001

                        Thanks for this beauty. :good:

                        #126308
                        Pinhead22
                        Participant
                          @pinhead22

                          Absolutely awesome!!!!! Great work!!

                          #126384
                          Bob Albright
                          Participant
                            @bobalbright

                            Love it. Plays great. looks great! Thank you

                            "And in the end, the love you take is equal to the love you make"

                            "And in the end, the love you take is equal to the love you make"

                            #126393
                            Shannon
                            Participant
                              @shannon1

                              Glad you’re back! Looking forward to your next.

                              #126661
                              bjschneider93
                              Participant
                                @bjschneider93

                                Anyone else having problems with the rom not saving high scores on this one?  When I get a chance I will try deleting the nvram and also try a different download of the rom. Just curious if this is a known issue or not

                                #126694
                                Herweh
                                Participant
                                  @herweh

                                  Anyone else having problems with the rom not saving high scores on this one?  When I get a chance I will try deleting the nvram and also try a different download of the rom. Just curious if this is a known issue or not

                                  No problems here, Hiscore is saving fine for me. The ROM is sometimes a bit „overloaded“ under heavy load like a multiball with a lot action. Then the music gets lost till the current balls drained. And I have noticed an issue when all multiballs drain in  one second or two. Then the ROM needs about 10 seconds or even more to realize that all balls are gone. After that time everything is working like it should.

                                  #126709
                                  Arngrim
                                  Participant
                                    @arngrim

                                    Thank you Herweh for this fantastic vpx version, really plays well and beautiful ;)

                                    Here are some update in the script, to activate DOF RGB undercab

                                    Sub UpdateGI(GINo, GILevel)
                                    If EnableGI = 0 And Not isGIOn Then Exit Sub
                                    ‘ GINo: 2 = bottom GI, 4 = top GI
                                    ‘ GILevel: value between 0 and 8
                                    ‘If GILevel = 1 Then GILevel = 0
                                    Select Case GINo
                                    Case 2 : UpdateGIBottom GILevel
                                    Case 4 : UpdateGITop GILevel
                                    End Select
                                    If isWheelMoving Then
                                    If GILevel = 0 Then
                                    If isGIOn Then PlaysoundAtVol “fx_relay_off”, GILightTR1, 2
                                    isGIOn = False
                                    DOF 101, DOFOff
                                    Else
                                    If Not isGIOn Then PlaysoundAtVol “fx_relay_on”, GILightTR1, 2
                                    isGIOn = True
                                    DOF 101, DOFOn
                                    End If
                                    End If
                                    End Sub

                                    And 2 soundfx fixes

                                    ‘ jugglers ball stack
                                    Set bsRightJuggler = new cvpmBallStack
                                    bsRightJuggler.InitSaucer RightJuggler, 57, 225, 2
                                    bsRightJuggler.InitExitSnd SoundFX(“fx_popper_ball”,DOFContactors), SoundFX(“solon”,DOFContactors)

                                     

                                    Sub SolLeftJuggler(Enabled)
                                    If Enabled Then
                                    If Controller.Switch(56) Then
                                    PlaySoundAtVol SoundFX(“fx_popper_ball”,DOFContactors), LeftJuggler, 2
                                    Controller.Switch(56) = False
                                    jugglerStep = 1
                                    LeftJuggler.TimerInterval = 10
                                    LeftJuggler.TimerEnabled = True
                                    End If
                                    End If
                                    End Sub

                                     

                                    Cheers

                                    1 user thanked author for this post.
                                    #126715
                                    Clark Kent
                                    Participant
                                      @clarkkent

                                      Really nice release! :)

                                      #126898
                                      Herweh
                                      Participant
                                        @herweh

                                        Version 1.0.1 with some minor bug fixes uploaded:

                                        • Added 4 missing DOF commands
                                        • Disabled flippers after startup
                                        • Added a missing balldrop sound when plunger kick is too weak
                                        • Fixed a visual ball issue on apron

                                        Have fun!

                                        2 users thanked author for this post.
                                        #126900
                                        Meek424424
                                        Participant
                                          @meek424424

                                          Thank you for this great table! It is so much fun and plays outstanding. I really appreciate all the hard work, and want to thank everyone who were involve in this project. :)

                                          #126903
                                          JR
                                          Participant
                                            @jfr1

                                            I am loving this table!!

                                          Viewing 20 posts - 21 through 40 (of 73 total)

                                          Forums are currently locked.

                                          ©2026 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?