AC-DC 2012 (JP 2012)

Viewing 10 posts - 21 through 30 (of 30 total)
  • Author
    Posts
  • #198597
    outhere
    Moderator
      @outhere

      @dave777   To Disable the UltraDMD on this table and may work on other Tables

      This is one way to do it
      Add this to the top of the script after — Randomize

      '---------- UltraDMD Unique Table preference -------------
      Dim UsehideVDMD

      UsehideVDMD = "True" ' "True" / "False"

      GetUsehideVDMD
      Sub GetUsehideVDMD
      Dim WshShell,filecheck,directory
      Set WshShell = CreateObject("WScript.Shell")

      WshShell.RegWrite "HKCU\Software\UltraDMD\hideVDMD",UsehideVDMD,"REG_SZ"
      End Sub
      '---------------------------------------------------

      At the bottom of the script add this

      Sub table1_Exit()

      '---------- UltraDMD Unique Table preference -------------
      Dim UsehideVDMD

      UsehideVDMD = "False" ' "True" / "False"

      GetUsehideVDMD
      Dim WshShell,filecheck,directory
      Set WshShell = CreateObject("WScript.Shell")
      WshShell.RegWrite "HKCU\Software\UltraDMD\hideVDMD",UsehideVDMD,"REG_SZ"
      End Sub
      '---------------------------------------------------

      1 user thanked author for this post.
      #198640
      Manflip
      Participant
        @manuflip

        I have a problem : line 209 .

        I need some help !

        #198641
        outhere
        Moderator
          @outhere

          I have a problem : line 209 .
          I need some help !

          latest version of UltraDMD  — https://vpinball.com/forums/topic/cant-create-object-ultradmd-dmdobject-windows-10/?view=all#post-194336

          1 user thanked author for this post.
          #198885
          ranoi
          Participant
            @ranoi

            Hello, Really Nice job ;)

            But i have a problem with this table.  At the launch all is fine, music begin. But when i launch the ball every time the game block with “Line 12240 required object “Controller”.

            I look the line in the script : “Controller.Pause = i try True and False”, that block everytimes.

            Thanks in advance is someone have a clue for that ;)

            #198886
            Goldchicco
            Participant
              @goldchicco

              @ranoi

              you can delete those lines without problems and try again

              12238  Sub Table1_exit()
              12239 Controller.Pause = False
              12240 Controller.Stop
              12241 End Sub

              #198934
              Dave777
              Participant
                @dave777

                Thanks for that. Also just found I can tick hide DMD in the Ultra DMD settings pop-up.

                1 user thanked author for this post.
                #199419
                ranoi
                Participant
                  @ranoi

                  Thanks you very much @goldchicco. It’s works now ;)

                  1 user thanked author for this post.
                  #220440
                  Rxeman1
                  Participant
                    @rxeman1

                    can someone help me find the rom for this table?

                    #220445
                    Marcio
                    Participant
                      @marcioclauss

                      Thanks for this table Goldchicco:good:

                      #220456
                      Goldchicco
                      Participant
                        @goldchicco

                        @Rxeman1

                        This table is an “ORIGINAL” one and has no ROM

                      Viewing 10 posts - 21 through 30 (of 30 total)

                      Forums are currently locked.

                      ©2024 VPinBall.com

                      Log in with your credentials

                      Forgot your details?