Desktop Image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #118024
    Scottacus
    Participant
      @scottacus

      Looking through the documentation for VP I see that there is a variable for BackdropImage that doesn’t have a “*” in front of it so it should be able to be changed in the script.

      BackdropImage(string)

      I’d like to be able to change between two different desktop backdrop images for Capersville (English/German).  Anybody have success with this variable?

      #118029
      Thalamus
      Moderator
        @thalamus

        Only place I see it used is in two table mods by Xenonph.

        Sub CheckAR
        If Table1.BackdropImage = "backglass-4-3" Then
        LEDMod=22:ARMod=2
        Else
        LEDMod=0:ARMod=0
        End If
        For each obj in aSDO:obj.setvalue(LEDMod):Next
        For each obj in aSDO2:obj.setvalue(LEDMod):Next
        For each obj in aReels:obj.setvalue(ARMod):Next
        End Sub

        1 user thanked author for this post.
        #118031
        Scottacus
        Participant
          @scottacus

          Which tables are these on?

          #118054
          Thalamus
          Moderator
            @thalamus

            You find the scripts here : https://github.com/sverrewl/vpxtable_scripts

            A Real American Hero 1.71

            Christmas Pinball 2.0

            Huh. I thought they where up there. Guess not :)

            #118061
            Scottacus
            Participant
              @scottacus

              OK looking through those scripts I see that the code that xenonoph used was pulled from Lizard’s SexyGirl table and that table doesn’t call the code either.  It looks like Lizard pulled this code from a VP9 table.

              If you try to call the sub that contains the BackdropImage code it errors.  I tried a VP9 table and added the BackdropImage code and it worked just fine so this must be only available in VP9 and the docs for VPX have not been edited to remove this.

              #118062
              BorgDog
              Participant
                @borgdog

                or they just broke it and no one has noticed.  go ahead and ping them on the beta thread

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

              Forums are currently locked.

              ©2026 VPinBall.com

              Log in with your credentials

              Forgot your details?