DMD Extensions Installer

Viewing 16 posts - 21 through 36 (of 36 total)
  • Author
    Posts
  • #129657
    mon72
    Participant
      @mon72
      Member

      Found a error in the wiki (I think)

      I have highlighted where the space is… Just to avoid confusion…

      BR

      Mon72

      cd “C:\VisualPinball\VPinMAME”  “no space between visual and Pinball “

      start /min “” “dmdext.exe” mirror –source=pinballfx3 -q -d virtual –fx3-legacy –virtual-hide-grip –virtual-position=5786 514 1560 375 –pinup PINUP\[GAMENAME]

      START “” “[STARTDIR]Launch\VPXSTARTER.exe” 5 10 20 “Pinball FX3”

      SET ALTPARAM=-hotseat_1
      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 )

      Sample NON-STEAM Sample Launch Script:

      @echo off

      rem remove rem to setup your DMDEXT press “open examples for more info”
      rem cd “C:\Visual Pinball\VPinMAME” “space between visual and Pinball”

      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”
      cd /d “[DIREMU]”
      START “” “PinballFX3.exe” -table_[GAMENAME]

      #129662
      outhere
      Moderator
        @outhere
        MemberContributorvipModerator

        Did you try this

        start /min “” “dmdext.exe” mirror –source=pinballfx3 -q -d virtual  –virtual-hide-grip –virtual-position=7680 550 1280 –pinup PINUP\[GAMENAME]

        #129665
        NailBuster
        Moderator
          @nailbuster
          ModeratorMember

          @outhere:  just an fyi and others too…. vpinball forum software is not great when you copy/paste from it…all the double-quotes for example are ‘fancy’ and if someone copy/pastes that line into their script it will fail with weird character errors.

          need to set “code” format when pasting in forums i think is solution.

          for %%f in (*.mp4) do ffmpeg -i "%%f" -c:v libx264 -preset fast -crf 22 -profile:v baseline -vf "transpose=1" -pix_fmt yuv420p -c:a copy "pup_convert\%%f"

           

           

           

          #129671
          mon72
          Participant
            @mon72
            Member

            Hi Outhere

            Tested your line without legacy (@Nailbuster fixed the dubble — )

            No progress,

            I have found the correct virtual size for the DMD. With the legacy option in the script it places a DMD with dark dots (not lit) on the DMD and when the game starts it turns black… and the backbox turns to desktop image. and also I get this error message…

            COM_problem (2)

            The DMD and the backbox image works for VPX and Indiana Jones with no problem… This all started when I wanted to use a better DMD for FX3 because I think I had it dubbled, I have followed all instructions in the wiki regarding dmdext…
            I have moved the FX3 dmd offscreen it has the exaxt value stated in the instructions and it is borderless window. I have tested with admin on FX3.exe and DMDext.exe but that did not work so I have put them as non admin.

            Any Ideas?

            BR

            Mon72

             

             

            #129689
            Thalamus
            Moderator
              @thalamus
              ContributorMemberModerator

              use pastebin for code is my suggestion.

              #129699
              outhere
              Moderator
                @outhere
                MemberContributorvipModerator

                Test

                start /min "" "dmdext.exe" mirror --source=pinballfx3 -q -d auto --virtual-hide-grip --virtual-position=x y w -o PinUP\[GAMENAME]

                #129753
                mon72
                Participant
                  @mon72
                  Member

                  Good morning Outhere
                  I tried “auto” yesterday with no change…
                  I have the DMDext putting up a non lit DMD… but the moment the game starts it goes completely black and the Alien image from the backbox goes to desktop and if I don’t have leagacy so does the DMD. So to summarize I need the legacy because it puts up the DMD even though it is not lit…
                  I followed the instructions and put backbox reposition to off and if I put it to on/enabled then then backbox works… I have not tried with the DMD but I guess that it is the same… Maybe I should put the backbox repositioning to on?
                  Will the frame grab work then? Why are we putting it to reposition off?

                  BR

                  Mon72

                   

                   

                  #129760
                  outhere
                  Moderator
                    @outhere
                    MemberContributorvipModerator

                    Try this, it is working for me

                    You should be able to copy and paste

                    start /min "" "dmdext.exe" mirror --source=pinballfx3 -q -d virtual --virtual-hide-grip --virtual-position=5786 514 1560 375 --pinup PINUP\[GAMENAME]

                    #129761
                    mon72
                    Participant
                      @mon72
                      Member

                      Will try when I get home

                      How are your settings in FX3
                      The DMD and backbox repositioning on or off?

                      BR
                      Mon72

                      #129762
                      outhere
                      Moderator
                        @outhere
                        MemberContributorvipModerator

                        The DMD size that you have In FX3 shouldn’t matter

                        Resized_20190528_011934Resized_20190528_011942fetch

                        #129764
                        mon72
                        Participant
                          @mon72
                          Member

                          Ok thanks

                          no size info for your backbox?

                          Im going to recheck that i have dmdext 1.7.1

                          installed.

                          Thanks

                          mon72

                          #129766
                          outhere
                          Moderator
                            @outhere
                            MemberContributorvipModerator

                            1.7.1 will not work

                            Go with the 1.73 from here

                            https://vpinball.com/forums/topic/freezy-dmd-question/#post-115676

                            #129769
                            freezy
                            Participant
                              @freezy

                              Guys you done hijacking my thread? ;)

                              #129770
                              mon72
                              Participant
                                @mon72
                                Member

                                Oops sorry Freezy

                                #132119
                                knightrider
                                Participant
                                  @knightrdrx
                                  Member

                                  not yet. there is no 1.7.3 so does that mean none of the above works?

                                  #132121
                                  outhere
                                  Moderator
                                    @outhere
                                    MemberContributorvipModerator

                                    not yet. there is no 1.7.3 so does that mean none of the above works?

                                    5 posts up

                                    maybe start a new thread

                                  Viewing 16 posts - 21 through 36 (of 36 total)

                                  Forums are currently locked.

                                  ©2024 VPinBall.com

                                  Log in with your credentials

                                  Forgot your details?