- This topic has 3 replies, 3 voices, and was last updated 7 years, 1 month ago by
Jesperpark.
-
AuthorPosts
-
March 26, 2019 at 4:34 pm #120108
Does anyone have any issues using zball launch with the shadow table? All my other push button tables work fine with zb ball launch, but shadow doesn’t. I have to use the enter key on my cab. I’ve tried copying the zb ball launch command from MM to shadow on DOF config program, but no luck.
Any help would be greatly appreciated.
Thanks fellows.
You need to login in order to like this post: click here
March 26, 2019 at 6:59 pm #120129When you say “zb ball launch”, do you mean you use the Z key for plunger?
If so, try this….
You can edit 2 Lines in the table script.
Line 164 looks like this…
If keycode = PlungerKey Then Controller.Switch(11) = True
Change to this…
If keycode = 44 Then Controller.Switch(11) = True
Then go to Line 176 and you will see this…
If keycode = PlungerKey Then Controller.Switch(11) = False
Change to this…
If keycode = 44 Then Controller.Switch(11) = False
Now your plunger will be set to Z key.
Hope this helps.
You need to login in order to like this post: click here
1 user thanked author for this post.
March 26, 2019 at 7:09 pm #120130Thank you zenonph. I should have been a bit more specific I think. ZB ball launch is achieved by pushing the plunger forward to simulate a launch ball button found in some tables. It works on all such as MM, ATM, T2 and many others, but the shadow, no luck. However, I will try your solution and see what happens.
You need to login in order to like this post: click here
March 26, 2019 at 9:30 pm #120141I’m not sure how exactly this works, but fairly sure zeb launch setup in the dof config tool.
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.

