User Tools

Site Tools


emulator_vpx_legacy

Differences

This shows you the differences between two versions of the page.


emulator_vpx_legacy [2019/05/04 19:14] (current) – created pinupadmin
Line 1: Line 1:
 +====== Setting UP Legacy VPX Emulator ======
 +
 +===== Setup to run vp9, vp5...etc =====
 +
 +Add a new emulator in Popper Config:
 +
 +Here's a sample:
 +
 +{{:040fa1948d22a5301e2c485759956890.png}}
 +
 +For Launch Setup Here are samples
 +
 +For Launch Start:
 +
 +<code>
 +START "" "[STARTDIR]Launch\VPXSTARTER.exe" 10 10 60
 +cd /d "[DIREMU]"
 +if "[ALTEXE]" == "" (
 +      START /min "" vpinball995.exe "[DIREMU]" -play "[GAMEFULLNAME]"
 +) else  (
 +      START /min "" [ALTEXE].exe "[DIREMU]" -play "[GAMEFULLNAME]"
 +)
 +</code>
 +
 +close script:
 +
 +<code>
 +"[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Visual Pinball" 10 1
 +</code>
 +
 +Now what you now need to do in gamesmanager you want to set ALTEXE lookups (lookup tab).
 +
 +You want to put the names of the possible EXEs that will launch the vpts (note: DO NOT PUT .exe in altname)
 +
 +default will be: **vpinball995**
 +
 +you can add for example: VPinball99_PhysMod5
 +
 +and then once the games are added in GamesDB then modify the vpt game ALTEXE field to be what EXE you'd like to launch the vpt with.
 +