FX3 Alt Modes/hotseat not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #203144
    Parker Bleu
    Participant
      @parkerbleu

      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]
      #203145
      Parker Bleu
      Participant
        @parkerbleu

        I fixed it. I had to add %ALTPARAM% in between START “” “Pinball FX3 copy.exe” and -table_[GAMENAME]

        #203180
        brabarr
        Participant
          @brabarr

          you could share the full script

          #203185
          outhere
          Moderator
            @outhere

            I 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

            #203832
            Parker Bleu
            Participant
              @parkerbleu

               

              @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]

               

            Viewing 5 posts - 1 through 5 (of 5 total)

            Forums are currently locked.

            ©2024 VPinBall.com

            Log in with your credentials

            Forgot your details?