how to add visual pinball 9

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #98465
    rx2006je
    Participant
      @rx2006je

      I have tried to add my vp9 tables and i can get them all loaded and showing up in the menu but it will never execute the game,  i have it pointed into the folder with the vpinball995.exe file and the table folders but i can’t get it to do anything.  any help would be greatly appreciated.

      #98471
      NailBuster
      Moderator
        @nailbuster
        ModeratorMember

        did you setup like this? :  http://www.nailbuster.com/wikipinup/doku.php?id=emulator_vpx_legacy

        to troubleshoot:  see bottom here:  http://www.nailbuster.com/wikipinup/doku.php?id=emulators

        #98498
        rx2006je
        Participant
          @rx2006je

          not comfortable with writing scripts or batch files, may have to pass on this one unless someone does a video on how to do it

          #99304
          rx2006je
          Participant
            @rx2006je

            i am not sure at all how to tackle this.  TerryRed could you do a tutorial video?  All of your other videos have been immensely helpful.  I have my vpx, future tables and fx2&3 going great in the popper system.  I want to add vp9 and not have to use pinballx at all, but the script writing is greek to me.

            #100676
            rx2006je
            Participant
              @rx2006je

              ok so i set it up like the site shows and it worked perfectly last night, i go into it today and it wont load any pinball 9 tables but will load and play the physmod tables.  it loads the backglass for the 9 tables but never will load the table

              here is my script

              Launch Script:  START “” “[STARTDIR]Launch\VPXSTARTER. exe” 10 10 60
              cd “[DIREMU]”
              if “[ALTEXE]” == “” (
              START /min “” vpinball995.exe “[DIREMU]” -play “[GAMEFULLNAME]”
              )else  (
              “” (
              START /min “”  vpinball-physmod5-accelmod-8- 20-2014.exe “[DIREMU]” -play “[GAMEFULLNAME]”
              )else  (
              START /min “” [ALTEXE].exe “[DIREMU]” -play “[GAMEFULLNAME]”
              )

              Close Script:  “[STARTDIR]LAUNCH\PUPCLOSER. EXE” WINTIT “Visual Pinball” 10 1

              #102902
              JoeFon
              Participant
                @joefon

                I would love to see a solution for this. Mine will show the table for 3 seconds then the loading screen shows up on top of the table while it is playing. Changed all the scripts to the one above. Just need that  “Loading” video to stop the one with the yellow flippers..

                 

                #102905
                outhere
                Moderator
                  @outhere
                  MemberContributorvipModerator

                  You have to setup Separate emulators

                  START “” “[STARTDIR]Launch\VPXSTARTER.exe” 10 10 60
                  cd “[DIREMU]”
                  if “[ALTEXE]” == “” (
                  START /min “” vpinball-physmod5-accelmod-8-20-2014.exe “[DIREMU]” -play “[GAMEFULLNAME]”
                  ) else (
                  START /min “” [ALTEXE].exe “[DIREMU]” -play “[GAMEFULLNAME]”
                  )

                  and this for 995

                  START “” “[STARTDIR]Launch\VPXSTARTER.exe” 10 10 60
                  cd “[DIREMU]”
                  if “[ALTEXE]” == “” (
                  START /min “” VPinball995.exe “[DIREMU]” -play “[GAMEFULLNAME]”
                  ) else (
                  START /min “” [ALTEXE].exe “[DIREMU]” -play “[GAMEFULLNAME]”
                  )

                  #102917
                  JoeFon
                  Participant
                    @joefon

                    I tried and it did not work. Thanks.

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

                  Forums are currently locked.

                  ©2024 VPinBall.com

                  Log in with your credentials

                  Forgot your details?