November 16, 2019 at 4:00 pm
#151402
I’ve managed to get it working !!
Pretty weird, but I’ve created a shortcut of the TPAFreeCamMod.exe and edited the script like this :
START “” “[STARTDIR]Launch\VPXSTARTER.exe” 5 5 60 “PINBALL ARCADE DX11″
CD [DIREMU]
START “” “[DIREMU]TPAFreeCamMod.exe – Shortcut.lnk” -table [GAMENAME]
And strangely enough that worked.
Pure luck !!
your issue is that you cannot CD to another drive letter. (change directory)
so you need to just put “H:” by itself on the line before CD…. or use “CD /d [DIREMU]” /d allows drive letter changing.
(this stuff is windows batch scripting, not anything specific to pinup).
You need to login in order to like this post: click here