- This topic has 4 replies, 3 voices, and was last updated 3 years, 11 months ago by Parker Bleu.
-
AuthorPosts
-
October 3, 2020 at 1:23 pm #203144
I am struggling to make the classic and hotseats to work. I have researched to try and figure out the problem but nothing is working. Everything works, but not the classic and hotseat alt modes
I am using the non stream start up and that works well. I added the settings on the tables and that shows up in the pinup menu. But, it just goes to the game as normal.
@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 ) cd /d "[DIREMU]" START "" "Pinball FX3 copy.exe" -table_[GAMENAME]
You need to login in order to like this post: click here
October 3, 2020 at 1:41 pm #203145I fixed it. I had to add %ALTPARAM% in between START “” “Pinball FX3 copy.exe” and -table_[GAMENAME]
You need to login in order to like this post: click here
October 3, 2020 at 8:09 pm #203180you could share the full script
You need to login in order to like this post: click here
October 3, 2020 at 9:04 pm #203185I fixed it. I had to add %ALTPARAM% in between START “” “Pinball FX3 copy.exe” and -table_[GAMENAME]
If you post the whole script make sure you highlighted, go up to format Pick code
You need to login in order to like this post: click here
October 8, 2020 at 5:56 pm #203832@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 )
cd /d "[DIREMU]"
START "" "Pinball FX3.exe" %ALTPARAM% -table_[GAMENAME]
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.