- This topic has 5 replies, 3 voices, and was last updated 3 years, 8 months ago by scampa123.
-
AuthorPosts
-
January 8, 2021 at 9:29 pm #218868
Table Scripting question…
I’m having issues with a VPX-P-ROC table (Evil Dead), where it plays fine but when I exit the table the B2S does not close.
I cannot figure out what might be wrong with it. My other P-ROC tables close properly…
Is there a “proper” way to exit a VPX table in the script? Maybe something is missing??
Here is the method I see to exit the table:
Sub Table1_Exit
Controller.Stop
If b2sOn Then
B2SController.Stop
End If
End Sub
Any thoughts would be appreciated!! Thank you
You need to login in order to like this post: click here
January 9, 2021 at 8:02 am #218896Solved. I got a tip over on VPNation to use my close script and CUSTOM2 to task kill dmdext and B2S….
You need to login in order to like this post: click here
January 10, 2021 at 1:17 am #219041Solved. I got a tip over on VPNation to use my close script and CUSTOM2 to task kill dmdext and B2S….
So please wrote the solution here. Maybe this helps others.
And not everyone is in the group VP Nation at Facebook . ?
You need to login in order to like this post: click here
1 user thanked author for this post.
January 10, 2021 at 9:18 am #219069I had to add this to my Popper VPX close script for Evil Dead to close b2s
if “[CUSTOM2]”==”ED” (start /min “” taskkill /f /im dmdext.exe)
if “[CUSTOM2]”==”ED” (start /min “” taskkill /f /im B2SBackglassServer.exe)
[STARTDIR]LAUNCH\PUPCLOSER.EXE” WINTIT “Visual Pinball” 10 1
then in Games Manager navigate to Evil Dead game abd in custom2 add ED
i hope that helps!
You need to login in order to like this post: click here
January 10, 2021 at 1:20 pm #219074you MUST move those taskkill lines to AFTER PUPCloser line. You don’t want to taskkill anything till AFTER vpx is closed.
You need to login in order to like this post: click here
1 user thanked author for this post.
January 10, 2021 at 1:41 pm #219077Thanks Nailbuster, I was not aware of that!
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.