Jump to content



Photo
- - - - -

Moving the DMD


  • Please log in to reply
12 replies to this topic

#1 m3chstaa

m3chstaa

    Hobbyist

  • Members
  • PipPip
  • 20 posts

  • Flag: United Kingdom

  • Favorite Pinball: AVP

Posted 17 March 2020 - 11:52 PM

Hi, I hope someone can help me here. I'm new to this so bear with me. I'm running visual pinball x 10.6 and am attempting the simple feat of moving the DMD around the screen (before I try a multi screen setup). It took me a while to work out how to even see the mouse pointer during game, by disabling the "force exclusive fullscreen mode" in video/graphics options. I'd seen videos of people simply dragging the DMD around and resizing it with mouse pointer. I don't seem to be able to do this! I right click over the DMD and nothing. There is one exception out of the tables I've tried so far and that's Tron Legacy. For some reason I can move the DMD on this table but I've tried others (e.g. No fear, monster bash, medieval madness) and nothing happens when I right-click the DMD

 

Please help, what am I doing wrong?



#2 MajorFrenchy

MajorFrenchy

    Enthusiast

  • Members
  • PipPipPip
  • 256 posts
  • Location:Canada

  • Flag: Canada

  • Favorite Pinball: The Flintstones

Contributor

Posted 17 March 2020 - 11:59 PM

The Dmd can just be dragged anywhere you want and it will save the position automatically. If it does not keep the position make sure in your Vpinmame setup you set the cabinet mode box is checked.

To do this globally, go in the visual pinball/Vpinmame/ setup.exead87f6ef90df5d57bf222569ec793ca6.jpg

Sent from my SM-N960W using Tapatalk

#3 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,795 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 18 March 2020 - 04:03 AM

If you are in desktop mode a lot of times moving to DMD is not possible



#4 blacky7312

blacky7312

    Hobbyist

  • Members
  • PipPip
  • 20 posts

  • Flag: United Kingdom

  • Favorite Pinball: He Man

Posted 04 October 2021 - 10:56 AM

hi, did you ever find out why you cannot right click or move the DMD?   I have the same issue,  cannot drag or right click the DMD.    Thanks



#5 gtxjoe

gtxjoe

    VPF Veteran

  • VIP
  • 5,132 posts

  • Flag: United States of America

  • Favorite Pinball: Medieval Madness, AbraCadabra



Contributor

Posted 04 October 2021 - 05:54 PM

The DMD in desktop mode is sometimes part of the VPX table so you cant move it as easily

Open the table in the VPX editor. Click on the backglass button on the left. You will now see a box that represent the dmd location. Move as needed

#6 pinballdownloadpleas

pinballdownloadpleas

    Neophyte

  • Members
  • Pip
  • 6 posts

  • Flag: ---------

  • Favorite Pinball: star trek

Posted 15 April 2022 - 10:38 AM

The DMD in desktop mode is sometimes part of the VPX table so you cant move it as easily

Open the table in the VPX editor. Click on the backglass button on the left. You will now see a box that represent the dmd location. Move as needed

Thankyou for this post. I was looking for this exact information. Trying to set the DMD in the same location on all my machines for my desktop frontend and i just couldn't work out why some wouldn't let me move it!



#7 Stavros75

Stavros75

    Hobbyist

  • Members
  • PipPip
  • 13 posts

  • Flag: Greece

  • Favorite Pinball: AC/DC

Posted 20 April 2022 - 12:51 PM

I have the same problem for my retrobat setup on my windows laptop. Where can i find the VPXeditor so i can move the DMD and change the size?   :otvclap:


Edited by Stavros75, 20 April 2022 - 01:02 PM.


#8 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,171 posts
  • Location:I'm Spanish, but I live in Oslo (Norway)

  • Flag: Norway

  • Favorite Pinball: I like both new and old, but I guess I prefer modern tables with some rules and goals to achieve.



Posted 20 April 2022 - 05:11 PM

The VPX exe file is both an editor and a table player. So you already have the editor :)


If you want to check my latest uploads then click on the image below:

 

vp.jpg

 

WIP? Cobra, Nuova Bell and Playbar tables, thanks to akiles50000 redrawings


#9 mrjcrane

mrjcrane

    Pinball Fan

  • Members
  • PipPipPipPip
  • 545 posts
  • Location:Northern California

  • Flag: United States of America

  • Favorite Pinball: Monster Bash

Posted 21 April 2022 - 12:10 AM

M3 here is a little cheater thing you can do, which I did when I was beta testing the Scooby table. You can cheat a little with FLEX DMD. In my table script you will see trailer line after the part about use FLEX dmd. I activate the last line then I have a free floating version of the dmd "UseFlexDMD=True". You can control the size and location then. That is why I actually bothered to put the Scooby Doo, 2022 graphic as a background filler image in same position as the native dmd screen box so it did not look like a big open hole. When I am in native DMD, all DMD messaging stays in the DMD box and when I want to test FLEX, even in desktop mode, the FLEX version moves the DMD over to my 2nd monitor where my backglass is as well so I can do a simulated Cabinet test as well. Give it a shot.

 

' Use FlexDMD if in FS mode
Dim UseFlexDMD
If Table1.ShowDT = True then
    UseFlexDMD = False
Else
    UseFlexDMD = True
End If
'UseFlexDMD = True 'SCOOBY code to force FlexDMD on to override FLEX Dmd as primary even when in desktop mode.


Edited by mrjcrane, 21 April 2022 - 12:15 AM.


#10 Grumbleman

Grumbleman

    Neophyte

  • Members
  • Pip
  • 2 posts

  • Flag: ---------

  • Favorite Pinball: Iron Man

  • 360 Gamer Tag: Fettysoft

Posted 03 January 2023 - 12:50 PM

Hi, maybe a little late but I found that dmd could be moved after I set this to true in DMDDevice.ini in C:\Visual Pinball\VPinMAME\

 

; a DMD that renders with nice dots on a computer monitor
[virtualdmd]

enabled = true



#11 sumwat

sumwat

    Neophyte

  • Members
  • Pip
  • 1 posts

  • Flag: Australia

  • Favorite Pinball: So many, not sure

Posted 18 June 2023 - 05:42 AM

Hi, maybe a little late but I found that dmd could be moved after I set this to true in DMDDevice.ini in C:\Visual Pinball\VPinMAME\

 

; a DMD that renders with nice dots on a computer monitor
[virtualdmd]

enabled = true

Thank you, this worked for me. Once I had done this I could Alt+Tab to the DMD and move him around. Beautiful.



#12 Stavros75

Stavros75

    Hobbyist

  • Members
  • PipPip
  • 13 posts

  • Flag: Greece

  • Favorite Pinball: AC/DC

Posted 16 January 2025 - 05:05 PM

The VPX exe file is both an editor and a table player. So you already have the editor :)

My friend hello. I know tis been 2 years, i just shaw the post you made about the editor. :) I want to thank you for it. :)



#13 DjDiabolik

DjDiabolik

    Hobbyist

  • Members
  • PipPip
  • 18 posts

  • Flag: Italy

  • Favorite Pinball: Family Addams

Posted 27 January 2025 - 10:54 PM

This no help.... Tales from the crypt 2.0 MOD it's impossible and DMD always show background of table........... damn please someone give an advice.