Sub to Exit Table and B2S Properly?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #218868
    scampa123
    Participant
      @scampa123

      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

      #218896
      scampa123
      Participant
        @scampa123

        Solved.  I got a tip over on VPNation to use my close script and CUSTOM2 to task kill dmdext and B2S….

        #219041
        Rajo Joey
        Participant
          @joey2001
          Member

          Solved. 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 . ?

          1 user thanked author for this post.
          #219069
          scampa123
          Participant
            @scampa123

            I 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!

            #219074
            NailBuster
            Moderator
              @nailbuster
              ModeratorMember

              you MUST move those taskkill lines to AFTER PUPCloser line.  You don’t want to taskkill anything till AFTER vpx is closed.

              1 user thanked author for this post.
              #219077
              scampa123
              Participant
                @scampa123

                Thanks Nailbuster, I was not aware of that!

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

              Forums are currently locked.

              ©2024 VPinBall.com

              Log in with your credentials

              Forgot your details?