Jump to content

Having issues Pinball FX3 EXE launcher alternative to Steam.


Recommended Posts

Posted

I have an emulated version of fx3 so I don't have steam running. All the launch paths look right. But it runs on it's own but not when I run the launcher via pinup. Keeps saying going to home screen and not launching . Any ideas. I do full path to the folder and launcher does exe file. Can post full config if needed

 

@echo off

rem remove next two rem to use or setup DMDEXT for FX3
rem cd /d "%PopperInstDir%\VisualPinball\VPinMAME"
rem start /min "" "dmdext.exe" mirror --source=pinballfx3 -q -d auto --virtual-hide-grip --virtual-position=x y w -o PinUP\[GAMENAME]

rem remove the next two rem lines to setup PUpDMD for FX3
rem cd /d "%PopperInstDir%\VisualPinball\VPinMAME"
rem start /min "" "PUPDMDControl.exe" FX3 PINUP\[GAMENAME]

SET ALTPARAM=
if "[ALTMODE]"=="classic"  (SET ALTPARAM=-class )
if "[ALTMODE]"=="hotseat2" (SET ALTPARAM=-hotseat_2 )
if "[ALTMODE]"=="hotseat3" (SET ALTPARAM=-hotseat_3 )
if "[ALTMODE]"=="hotseat4" (SET ALTPARAM=-hotseat_4 )

START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 20 "Pinball FX3"

START "" "[DIREMU]\Pinball FX3.exe" %ALTPARAM% -table_[GAMENAME]

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...