Erik Posted May 28, 2024 Posted May 28, 2024 On 4/28/2024 at 7:05 PM, Lion570 said: I did almost the same thing, I added the older core.vbs file that works to the scripts folder and named it CCCcore.vbs, I then changed the name of the new core.vbs to goodcore.vbs. I created a new emulator in Popper called P-ROC and mirrored all the settings from VPX, except for in the launch script I added cd /d "C:\vPinball\VisualPinball\Scripts\" copy /y ccccore.vbs core.vbs and in the closing script I added cd /d "C:\vPinball\VisualPinball\Scripts\" copy /y goodcore.vbs core.vbs So what it does is when I start a P-ROC game it copies the older working core.vbs to the scripts folder and when the game closes it copies the newer core.vbs back to the scripts folder. It works perfectly. CCCcore.vbs 100.76 kB · 2 downloads goodcore.vbs 102.32 kB · 1 download I used your script and changed a little bit so you don´t need to add another emulator. In the launch script of your default VPX-emulator I added: if /I "[CUSTOM2]"=="PROC" ( cd /d "C:\vPinball\VisualPinball\Scripts\" copy /y ccccore.vbs core.vbs cd /d "C:\vPinball\VisualPinball\" ) and in the closing script I added: if /I "[CUSTOM2]"=="PROC" ( cd /d "C:\vPinball\VisualPinball\Scripts\" copy /y goodcore.vbs core.vbs cd /d "C:\vPinball\VisualPinball\ ) Then you just need to add the text "PROC" to Custom Var #2 in Poppers Games Manager on your PROC games. Easier to have it in the same emulator when you are making playlists etc. Thanks!
fourbanks Posted February 27, 2025 Posted February 27, 2025 (edited) I'm not sure that this table is playable now, owing to a Microsoft update windows 24h2. Maybe someone can confirm that it is still working for them? Edited February 27, 2025 by fourbanks
bebz Posted September 3, 2025 Posted September 3, 2025 (edited) La table fonctionne avec la rom, elle reste parfois coincée dans Bart et le flipper lance des tests qui ne finissent jamais. Pour la version PROC, je n'ai pas réussi à la faire fonctionner (W11 + dernières versions stables VP et PROC). Edited October 10, 2025 by bebz
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