Jump to content



Photo

The VPM alpha/beta thread


  • Please log in to reply
1787 replies to this topic

#41 Slydog43

Slydog43

    Pinball Wizard

  • Platinum Supporter
  • 3,008 posts
  • Location:Hackettstown, NJ

  • Flag: United States of America

  • Favorite Pinball: Addams Family, All Williams 90's Games

Posted 03 March 2014 - 03:14 PM

wow, love the new settings of turning PinDMD on/off in the F1 settings menu.  This makes turning off DMD much easier than editing the registry, Thanks guys!



#42 Xendo

Xendo

    Enthusiast

  • Members
  • PipPipPip
  • 105 posts

  • Flag: United States of America

  • Favorite Pinball: MM

Posted 16 March 2014 - 10:50 PM

Is there a way to increase brightness on the VPM DMD?  I'd love to see more options to make the DMD look better/more realistic when on an LCD screen.



#43 toxie

toxie

    VPF Veteran

  • VP Dev Team
  • PipPipPipPipPipPip
  • 5,734 posts
  • Location:berlin, germany

  • Flag: Germany

  • Favorite Pinball: AFM

Posted 17 March 2014 - 10:21 AM

i have a prototype implementation running with round led lamps and overbright color-options, but the implementation is a real mess currently (and basically hacked for my cabinet monitor resolution).

if i get at cleaning it up and making it work for all kinds of machines/resolutions, i hope that this will make it into a VPM release at some point.



#44 DJRobX

DJRobX

    Pinball Fan

  • VP Dev Team
  • PipPipPipPip
  • 941 posts
  • Location:Valencia, CA

  • Flag: United States of America

  • Favorite Pinball: F14 Tomcat

Posted 17 March 2014 - 03:16 PM

Is there a way to increase brightness on the VPM DMD?  I'd love to see more options to make the DMD look better/more realistic when on an LCD screen.

 

Have you tried turning on "Direct3d" in the registry?  I never see anyone talking about this option, but IMHO it looks amazing compared to ddraw. 



#45 Xendo

Xendo

    Enthusiast

  • Members
  • PipPipPip
  • 105 posts

  • Flag: United States of America

  • Favorite Pinball: MM

Posted 17 March 2014 - 03:17 PM

Hmm, how do you go about doing that? is it on a per game basis or for all VPM?

#46 Xendo

Xendo

    Enthusiast

  • Members
  • PipPipPip
  • 105 posts

  • Flag: United States of America

  • Favorite Pinball: MM

Posted 21 March 2014 - 09:24 PM

Hmm, how do you go about doing that? is it on a per game basis or for all VPM?

Ok, I figured out and I changed ddraw = 0 and direct3d = 1 for all games.  The DMD seems to load as I can see the dots of the DMD, but no images on the DMD when a game is being played.  If I re-enable ddraw the DMD shows.



#47 toxie

toxie

    VPF Veteran

  • VP Dev Team
  • PipPipPipPipPipPip
  • 5,734 posts
  • Location:berlin, germany

  • Flag: Germany

  • Favorite Pinball: AFM

Posted 29 April 2014 - 07:26 AM

i just updated the first post with a new dll that contains the latest changes from the VPM team, and adds the colorized DMD changes by mjr (see http://www.vpforums....showtopic=27589 and http://www.vpforums....e=3#entry263670 and https://pinside.com/...olor-dmd/page/4 ).


Edited by toxie, 29 April 2014 - 07:28 AM.


#48 unclewilly

unclewilly

    sofa king.....

  • VIP
  • 5,170 posts
  • Location:Baltimore, Maryland

  • Flag: United States of America

  • Favorite Pinball: tz, tom, big hurt, who dunnit



Posted 29 April 2014 - 10:25 AM

Sweet

"it will all be ok in the end, if it's not ok, it's not the end"
 
Monster Bash VP10 WIP https://dl.dropboxus... (vpx)WIP15.vpx

uw2.gif


#49 JohnnyDoe

JohnnyDoe

    Enthusiast

  • Platinum Supporter
  • 238 posts

  • Flag: Sweden

  • Favorite Pinball: White Water

Posted 29 April 2014 - 10:53 AM

That is really cool.



#50 unclewilly

unclewilly

    sofa king.....

  • VIP
  • 5,170 posts
  • Location:Baltimore, Maryland

  • Flag: United States of America

  • Favorite Pinball: tz, tom, big hurt, who dunnit



Posted 29 April 2014 - 11:20 AM

Are there special roms that use the colored dmd?

If so where do we get them.

Thanks toxie

"it will all be ok in the end, if it's not ok, it's not the end"
 
Monster Bash VP10 WIP https://dl.dropboxus... (vpx)WIP15.vpx

uw2.gif


#51 JohnnyDoe

JohnnyDoe

    Enthusiast

  • Platinum Supporter
  • 238 posts

  • Flag: Sweden

  • Favorite Pinball: White Water

Posted 29 April 2014 - 11:37 AM

You don't need special roms. I just tested AFM for example and it changed colors on the dmd. Not sure how I change the default colors for all roms though.



#52 gtxjoe

gtxjoe

    VPF Veteran

  • VIP
  • 5,132 posts

  • Flag: United States of America

  • Favorite Pinball: Medieval Madness, AbraCadabra



Contributor

Posted 29 April 2014 - 04:17 PM

Not at home to try, but you should be able to set the colors via table script also.  Based on the new registry keys, you are just replacing the 4 shades that vPinMAME supported with 4 specific colors.  Something like this should work

 

 

.Games(cGameName).Settings.Value("dmd_colorize") = 1
.Games(cGameName).Settings.Value("dmd_red") = 255
.Games(cGameName).Settings.Value("dmd_green") = 0
.Games(cGameName).Settings.Value("dmd_blue") = 0
.Games(cGameName).Settings.Value("dmd_red66") = 0
.Games(cGameName).Settings.Value("dmd_green66") = 255
.Games(cGameName).Settings.Value("dmd_blue66") = 0
.Games(cGameName).Settings.Value("dmd_red33") = 0
.Games(cGameName).Settings.Value("dmd_green33") = 0
.Games(cGameName).Settings.Value("dmd_blue33") = 255
.Games(cGameName).Settings.Value("dmd_red0") = 255
.Games(cGameName).Settings.Value("dmd_green0") = 255
.Games(cGameName).Settings.Value("dmd_blue0") = 255


#53 boiydiego

boiydiego

    Pinball Fan

  • Members
  • PipPipPipPip
  • 978 posts
  • Location:baal

  • Flag: Belgium

  • Favorite Pinball: flinstones,t2 chrome edition,wcs,afm,fish tales,medieval,rollercoaster tycoon,taxi

Posted 02 May 2014 - 09:13 AM

i just updated the first post with a new dll that contains the latest changes from the VPM team, and adds the colorized DMD changes by mjr (see http://www.vpforums....showtopic=27589 and http://www.vpforums....e=3#entry263670 and https://pinside.com/...olor-dmd/page/4 ).

 

how to install this put in the vpinmame folder and then use the vp setup file on it?


Edited by boiydiego, 02 May 2014 - 09:15 AM.

boiydiego___gebruik-n2kbkyc.png


#54 fuzzel

fuzzel

    spaghetti code

  • VP Dev Team
  • PipPipPipPipPip
  • 2,818 posts

  • Flag: Germany

  • Favorite Pinball: yes I have

Posted 02 May 2014 - 01:03 PM

Yes. After that start a table which you like to tweak the DMD color, press F1 and check the colorize DMD option and select colors for 100%,66%,33% and off.



#55 Vinthar

Vinthar

    Enthusiast

  • Members
  • PipPipPip
  • 103 posts

  • Flag: Poland

  • Favorite Pinball: Bad Cats, No Fear

Posted 03 May 2014 - 12:36 AM

Possibility to change colors is so damn cool, LOVE IT. Thanx!

 

Two more questions/requests:

 

1) Is it possible to set DMD like semitransparent? I would like it to looks similar to DMD in PinbalFx2 - sometimes I play on one pivot monitor setup and I would like DMD to be larger but to not completly cover table begind it. I see in registry "transluency" value but changin it gives no effect?

 

2) Could you please add in future posisblity do clone DMD? I would like one real size dmd on my cabinet 3th monitor (display#3) and small "copy" on playfield monitor (display#1) so I could place it on table apron - basicly I would like possiblity to do in my cabinet what "personal dmd" gives to reall pinball machine.



#56 Carny_Priest

Carny_Priest

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,257 posts
  • Location:Austin, TX

  • Flag: United States of America

  • Favorite Pinball: EATPM

Posted 03 May 2014 - 02:05 AM

On option 2, you might take a look at this thread. I haven't tried it yet, but it seems like it might do the job.

 

http://www.vpforums....showtopic=26997



#57 BigBoss

BigBoss

    Pinball Fan

  • VP Dev Team
  • PipPipPipPip
  • 750 posts

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

  • Favorite Pinball: Attack From Mars, Metallica, Theatre Of Magic, Shadow, Star Trek

Posted 03 May 2014 - 02:50 AM

Possibility to change colors is so damn cool, LOVE IT. Thanx!
 
Two more questions/requests:
 
1) Is it possible to set DMD like semitransparent? I would like it to looks similar to DMD in PinbalFx2 - sometimes I play on one pivot monitor setup and I would like DMD to be larger but to not completly cover table begind it. I see in registry "transluency" value but changin it gives no effect?
 
2) Could you please add in future posisblity do clone DMD? I would like one real size dmd on my cabinet 3th monitor (display#3) and small "copy" on playfield monitor (display#1) so I could place it on table apron - basicly I would like possiblity to do in my cabinet what "personal dmd" gives to reall pinball machine.


Perhaps the transparency option also requires enabling d3d on the dmd window.

#58 Vinthar

Vinthar

    Enthusiast

  • Members
  • PipPipPip
  • 103 posts

  • Flag: Poland

  • Favorite Pinball: Bad Cats, No Fear

Posted 03 May 2014 - 10:53 AM

On option 2, you might take a look at this thread. I haven't tried it yet, but it seems like it might do the job.

 

http://www.vpforums....showtopic=26997

 

I still would like to see "cloning option" in vpinmame becouse it would be probably faster and more eficient then using "outside" software.

I checked link you shared - actuatools may do the job, but its not free :(, I think this http://ontopreplica.codeplex.com/ may be free replacement. Gonna try this soon. Here is video showing how it works:

 

It's little off-topic here, but I decided to post just in case someone else would be insterested in personal-dmd-alike in his/her cabinet.



#59 Carny_Priest

Carny_Priest

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,257 posts
  • Location:Austin, TX

  • Flag: United States of America

  • Favorite Pinball: EATPM

Posted 03 May 2014 - 12:02 PM

Please post your findings. I'd be very interested to know if you can make the solution work, especially with a front end.


Sent from my iPad using Tapatalk

#60 arngrim

arngrim

    DJ Force Feedback

  • VIP
  • 2,188 posts
  • Location:Charleroi, Belgium

  • Flag: Belgium

  • Favorite Pinball: Monster bash



Posted 03 May 2014 - 01:46 PM

Vpinmame has no speed or performance issue