Some help please. I have used a custom parameter to load pinsound when a table has it. However when it loads Pinsound loads in fullscreen on the playfield above the loading table. It minimises once table loads but is there a way for it load minimised?
Here is my launch script for VPX:
if “[RECMODE]”==”1” (
START /min “” vpinballx.exe “[DIREMU]” -DisableTrueFullscreen -minimized -play “[GAMEFULLNAME]”
) else (
START /min “” vpinballx.exe “[DIREMU]” -minimized -play “[GAMEFULLNAME]”
)
if “[custom1]”==”pinsound” (start /min “” “C:\Pinsound\PinSoundStudio.exe”)
START /min “” “[STARTDIR]Launch\VPXSTARTER.exe” 30 10 60 “Visual Pinball Player” 2
cd /d “[DIREMU]”
You need to login in order to like this post: click here