- This topic has 5 replies, 3 voices, and was last updated 7 years, 2 months ago by
BorgDog.
-
AuthorPosts
-
March 15, 2019 at 1:14 pm #118024
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?
You need to login in order to like this post: click here
March 15, 2019 at 2:03 pm #118029Only 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 SubYou need to login in order to like this post: click here
1 user thanked author for this post.
March 15, 2019 at 2:36 pm #118031Which tables are these on?
You need to login in order to like this post: click here
March 15, 2019 at 5:04 pm #118054You 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 :)
You need to login in order to like this post: click here
March 15, 2019 at 6:05 pm #118061OK 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.
You need to login in order to like this post: click here
March 15, 2019 at 6:08 pm #118062or they just broke it and no one has noticed. go ahead and ping them on the beta thread
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.

