View Full Version : DMD position
bossgp
06-01-2009, 03:29 PM
This has possibly been said somewhere else but I just for my life can't find how to do it so I thought it would be faster to post a message here.
How do I rotate my DMD display for all games by using the registry, what is the command or line to add. I am going from horizontal backglass monitor to vertical like Ultrapin..
Thanks
studmuff
06-01-2009, 05:03 PM
.Games("gamename").Settings.Value("rol")=1
Add this to the script under where it says gamename
You can find this in the script by hitting ctrl + F and typing in gamename
If Controller appears in front of gamename then put in the script the following:
Controller.Games("tablename").Settings.Value("rol")=1
If you want to do registry:
Click start and hit RUN. Type in regetit
Select HKEY_CURRENT_USER\Software\Freeware\Visual PinMame\(table rom name).
When you see the rom names on the left, left mouse click onto 1 rom name. On the right you see a bunch of single settings. Scroll down to find rol and ror (rotate left and rotate right). Right mouse click onto rol or ror to change the value.
Change to 1 to rotate for Ultrapin (16:9) setup.
Hope this helps. Gives you both ways to do it.
bossgp
06-01-2009, 07:13 PM
yep that did the trick, now to work out what size a real one is and how to change that, thank you so much
studmuff
06-01-2009, 07:59 PM
.Games("tablename").Settings.Value("dmd_pos_x")=5
.Games("tablename").Settings.Value("dmd_pos_y")=870
.Games("tablename").Settings.Value("dmd_width")=600
.Games("tablename").Settings.Value("dmd_height")=150
Put controller in front if needed. Adjust values as need for size and position.
Tom.
bossgp
06-02-2009, 01:54 AM
Thanks for all your help, now one last question about this matter I have set all the tables up, yep moved the DMD and set them up, but how to centre them so they are all in the same place and line up with my DMD cut out on my pin cab and they stay there.
studmuff
06-02-2009, 02:35 AM
You need to adjust the x and Y position and the width & height to your liking. The dmd will stay in position if you add the script I gave you. You just have to adjust the numbers to where you want your dmd and what size you want it to be.
kingb33
06-02-2009, 09:04 PM
if you want to do it using the registry:
browse to the VpinMame rom registry entry and change the ROL from 1 to 0. There are a bunch of entries for each ROM. Scroll towards the bottom and you will find the ROL entry.
HKEY_CURRENT_USER\Software\Freeware\Visual PinMame\(table rom name)
just be careful when you are in there you wouldn't want to mess up your registry
bossgp
06-02-2009, 09:37 PM
Thanks all done