DannyDodge Posted July 24, 2023 Posted July 24, 2023 (edited) Hey guys i recently upgraded to 64 but, i only have a couple pup packs tables so i set it up to boot those on the 32bit vpx from Poppers alt launcher section, but no matter what i do it will not work, it always launches in 64 and this the tables don’t work right anyone have any problems with this? i put the exe name in lookups, then select it from the alt launcher drop down for the tables Edited July 25, 2023 by DannyDodge
Spacegoogie Posted July 31, 2023 Posted July 31, 2023 Hey! Same here, The exact same problem. The table(s) I need to launch in 32-bit do not. I have setup same as you.
Spacegoogie Posted August 19, 2023 Posted August 19, 2023 This has never worked for me. Still has not. I gave up, just waiting for some help...
CharlieShakur Posted August 27, 2023 Posted August 27, 2023 maybe change your start up script for vpx to use the new feature then it works perfect @echo off START "" "[STARTDIR]Launch\VPXSTARTER.exe" 30 10 60 "Visual Pinball Player" 2 cd /d "[DIREMU]" rem Change the following to EnableTrueFullScreen to default FullScreen Exclusive! SET FSMODE=DisableTrueFullScreen SET VPXEXE=vpinballx.exe if "[RECMODE]"=="1" (SET FSMODE=DisableTrueFullScreen ) if /I "[CUSTOM1]"=="NOFSX" (SET FSMODE=DisableTrueFullScreen ) if NOT "[ALTEXE]"=="" (SET VPXEXE=[ALTEXE] ) START /min "" %VPXEXE% "[DIREMU]" -%FSMODE% -minimized -play "[GAMEFULLNAME]" if %FSMODE%==DisableTrueFullScreen (START "" "[STARTDIR]Launch\PopperKeepFocus.exe" "Visual Pinball Player" 10)
Spacegoogie Posted August 27, 2023 Posted August 27, 2023 1 hour ago, CharlieShakur said: maybe change your start up script for vpx to use the new feature then it works perfect @echo off START "" "[STARTDIR]Launch\VPXSTARTER.exe" 30 10 60 "Visual Pinball Player" 2 cd /d "[DIREMU]" rem Change the following to EnableTrueFullScreen to default FullScreen Exclusive! SET FSMODE=DisableTrueFullScreen SET VPXEXE=vpinballx.exe if "[RECMODE]"=="1" (SET FSMODE=DisableTrueFullScreen ) if /I "[CUSTOM1]"=="NOFSX" (SET FSMODE=DisableTrueFullScreen ) if NOT "[ALTEXE]"=="" (SET VPXEXE=[ALTEXE] ) START /min "" %VPXEXE% "[DIREMU]" -%FSMODE% -minimized -play "[GAMEFULLNAME]" if %FSMODE%==DisableTrueFullScreen (START "" "[STARTDIR]Launch\PopperKeepFocus.exe" "Visual Pinball Player" 10) Ok cool, do I copy all this and just drop it in over old?
Spacegoogie Posted August 27, 2023 Posted August 27, 2023 4 hours ago, CharlieShakur said: maybe change your start up script for vpx to use the new feature then it works perfect @echo off START "" "[STARTDIR]Launch\VPXSTARTER.exe" 30 10 60 "Visual Pinball Player" 2 cd /d "[DIREMU]" rem Change the following to EnableTrueFullScreen to default FullScreen Exclusive! SET FSMODE=DisableTrueFullScreen SET VPXEXE=vpinballx.exe if "[RECMODE]"=="1" (SET FSMODE=DisableTrueFullScreen ) if /I "[CUSTOM1]"=="NOFSX" (SET FSMODE=DisableTrueFullScreen ) if NOT "[ALTEXE]"=="" (SET VPXEXE=[ALTEXE] ) START /min "" %VPXEXE% "[DIREMU]" -%FSMODE% -minimized -play "[GAMEFULLNAME]" if %FSMODE%==DisableTrueFullScreen (START "" "[STARTDIR]Launch\PopperKeepFocus.exe" "Visual Pinball Player" 10) so far so good! THANK YOU!
MrTantrum Posted January 14, 2024 Posted January 14, 2024 Been searching for this answer for a couple of days and updating the VPX launch script in popper as described solved my issue.
jrog1991 Posted January 15, 2024 Posted January 15, 2024 I have been searching for a while as well. I gave up on it back in the summer and decided to do more research lately and I found this. It worked for me as well!! Thanks!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now