- This topic has 7 replies, 4 voices, and was last updated 6 years ago by JoeFon.
-
AuthorPosts
-
September 17, 2018 at 8:11 pm #98465
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.
You need to login in order to like this post: click here
September 17, 2018 at 8:36 pm #98471did 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
You need to login in order to like this post: click here
September 17, 2018 at 11:03 pm #98498not comfortable with writing scripts or batch files, may have to pass on this one unless someone does a video on how to do it
You need to login in order to like this post: click here
September 24, 2018 at 10:54 pm #99304i 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.
You need to login in order to like this post: click here
October 9, 2018 at 10:04 pm #100676ok 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
You need to login in order to like this post: click here
November 7, 2018 at 11:57 am #102902I 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..
You need to login in order to like this post: click here
November 7, 2018 at 1:46 pm #102905You 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]”
)You need to login in order to like this post: click here
November 7, 2018 at 9:40 pm #102917I tried and it did not work. Thanks.
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.