- This topic has 0 replies, 1 voice, and was last updated 4 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
RELUCTANTLY enabled site for everyone to view for historical reference only. Downloads area not publicly available.
I was wondering if they is a way to add practice mode to the FX3 Alt Modes?
I was able to get the classic mode and hotseats to work. But there are times when I want to get to know a table I like to use practice mode.
I tired
@echo off
rem remove rem to setup your DMDEXT press "open examples for more info"
rem cd "C:\Visual Pinball\VPinMAME"
rem start /min "" "dmdext.exe" mirror --source=pinballfx3 -q -d auto --virtual-hide-grip --virtual-position=x y w -o PinUP\[GAMENAME]
START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 5 60 "Pinball FX3"
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
)
if "[ALTMODE]"=="practice" (SET ALTPARAM=-practice)
cd /d "[DIREMU]"
START "" "Pinball FX3.exe" %ALTPARAM% -table_[GAMENAME]
It did not work though. It just played as normal.
You need to login in order to like this post: click here
Forums are currently locked.
©2024 VPinBall.com