SpongeBob’s Bikini Bottom Pinball

Viewing 20 posts - 61 through 80 (of 83 total)
  • Author
    Posts
  • #227418
    benben45
    Participant
      @benben45

      Thanks mignot,

       

      “SetLocale 1033” written juste after “Option Explicit Randomize” works perfectly for me!!!

      Great job!

      And very great job for this table :yahoo:

      2 users thanked author for this post.
      #227421
      sebcemoi
      Participant
        @sebcemoi

        ajouter dans le script:

        SetLocale 1033

        Thanks for the tip @Mignot it works perfect now. :good:

        1 user thanked author for this post.
        #227427
        workerboy
        Participant
          @workerboy

          ajouter dans le script:

          SetLocale 1033

          Thanks so much, it works for me too!

          #227429
          workerboy
          Participant
            @workerboy

            So the bugs are gone, the table is perfectly playable. Very fun table, my daughters love it too!
            Thank you for all the work SkillShot, has put into making it and also for sharing it with us! :good:

            1 user thanked author for this post.
            #227430
            sebcemoi
            Participant
              @sebcemoi

              Same feeling for me, i come from a Bikini Bottom session, and i love this table, really smooth an pleasant to play, musical choice, missions, all is perfect !! :heart:

              Thanks a lot for all this work @SkillShot

              Just for fun, please take a look at my daily morning coffee mug … I love SpongeBob !! ;-)

              • This reply was modified 3 years, 3 months ago by sebcemoi.
              1 user thanked author for this post.
              #227432
              rdillon32
              Participant
                @rdillon32

                Just downloaded  put the table and b2s into tables folder. Table plays great but no backglass or dmd  any way to get this working thanks in advance

                #227449
                SkillShot
                Participant
                  @dsmehlho

                  ajouter dans le script:

                  SetLocale 1033

                  Thank you so much for figuring this out. I’ll add this to the next table update.

                  #227451
                  mignot
                  Participant
                    @jmig86

                    Bravo à vous pour cette superbe table.

                    #227462
                    Wizball
                    Participant
                      @wizball

                      Never use VBScript’s FormatNumber function, because it’s locale dependent.

                      Use the following code to add commas to a number, and only commas:

                      Function FormatScore(nScore)
                      Dim i
                      Dim sScore, sFormattedScore
                      sScore = CStr(nScore)
                      sFormattedScore = ""
                      Dim nDigitCount
                      Dim sDigit
                      nDigitCount = Len(sScore)
                      For i = 1 to nDigitCount
                      sDigit = Mid(sScore, (1 + (nDigitCount - i)), 1)
                      If (i > 1) and (1 = (i mod 3)) Then
                      sFormattedScore = sFormattedScore & "," & sDigit
                      Else
                      sFormattedScore = sFormattedScore & sDigit
                      End If
                      Next
                      FormatScore = StrReverse(sFormattedScore)
                      End Function
                      #227473
                      Niclase
                      Participant
                        @niclase

                        Hi, sett setting setlocale(1033) at the following place in the script solved the problem for me to (i’m swedish but i believe my windows 7 installation is english).

                        Option Explicit
                        Randomize
                        setlocale(1033)

                         

                         

                        / Niclas

                        / Niclas

                        #227614
                        gaetan
                        Participant
                          @gaetan

                          j’ai une erreur, indice en dehors de la plage, (asc…)

                          #227616
                          gaetan
                          Participant
                            @gaetan

                            cettte erreur s’affiche lors de la mise de credit, toujours le meme probleme pour moi

                            #227650
                            clintonium
                            Participant
                              @clintonium

                              Thanks for the great table,  SkillShot :) Finally a table my kids will play with me!

                              Lots of fun.  Plays well.  Ton’s of nice little touches.  I’m having a blast with this one!

                              I have a gameplay/game rules question – do you have any plans for a ‘Wizard mode’ in the future?  I completed the 9 modes and got the Super Jackpot at the end.  After that, I wasn’t sure if there was anything more to do (I was on ball three and was going to try to restart modes and work my way back through them, but drained before I could check – I assume I could, but they were already all still lit on the playfield inserts so I wasn’t sure).

                              And if you’re looking for ideas for a Wizard mode, I think a Flying Dutchman mode with crazy lights and creepy music/sound bytes would be amazing ;)

                              Really love what you did with this.  It’s got me seriously thinking of starting my first table :)

                              • This reply was modified 3 years, 3 months ago by clintonium.
                              1 user thanked author for this post.
                              #227654
                              ozon
                              Participant
                                @ozon

                                A very nice table  :good:

                                Thank you SkillShot

                                Works very fine after updating the script with “SetLocale 1033” written juste after “Option Explicit Randomize” on a 3 screens pincab

                                Very fun ! hours of play inside :-)

                                1 user thanked author for this post.
                                #227732
                                Manolo / ICE
                                Participant
                                  @kamerik

                                  Holy crabs, The ball plays smooth over the playfield like Pearls blubber. Love the music and gameplay.

                                  Never knew i would like a Spongebob table hahaha.

                                  Thank you for this fun table !

                                  1 user thanked author for this post.
                                  #227742
                                  darkknight
                                  Participant
                                    @darkknight

                                    Hallo

                                    danke für den tisch einfach fabelhaft

                                    jedoch wird DmD nicht angezeigt 3 Screen

                                    habe jedoch gesehen das er unter den Spielfeld ist

                                    wie bekomme ich die Anzeige auf meinen 3 Screen

                                     

                                    Danke

                                     

                                    #228152
                                    murb
                                    Participant
                                      @murb

                                      Thanks Skillshot for a great table.  Looks, plays and sounds amazing.  Thanks also for all those who are helping with getting it to display in all its glory.  I am also unable to see the DMD.  I have a 3 screen set up with full screen LCD DMD.  My Screenres.txt is copied below.  This let’s me see the table and BG, but no DMD.  I also tried to follow instructions here:https://vpinball.com/forums/topic/3-screen-set-up-and-more/

                                      to help troubleshoot but that got me only the table and no BG or DMD.  Any help for this noob would be appreciated.

                                      Thanks,

                                      Screenres.txt settings:

                                      3840
                                      2160
                                      1920
                                      1080
                                      1
                                      1
                                      0
                                      0
                                      0
                                      0
                                      0
                                      0

                                      #228234
                                      Cizot
                                      Participant
                                        @cizot

                                        Thanks Skillshot its a great table…


                                        @murb

                                        here is my settings, note that my dmd is 4:1, but you can go from there

                                        3840
                                        2160
                                        1804
                                        1014
                                        2
                                        0
                                        0
                                        1300
                                        325
                                        1840
                                        250
                                        0

                                        1 user thanked author for this post.
                                        #228329
                                        LANFEUST
                                        Participant
                                          @lanfeust

                                          This table is so Fun, Thanks :yahoo:

                                          1 user thanked author for this post.
                                          #228543
                                          murb
                                          Participant
                                            @murb

                                            Thanks!

                                             

                                            1 user thanked author for this post.
                                          Viewing 20 posts - 61 through 80 (of 83 total)

                                          Forums are currently locked.

                                          ©2024 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?