Jump to content

CCC-PROC and pinDMD


Recommended Posts

  • Content Provider

Does anybody remember or can direct me on how to get CCC to work with Freezy’s ext? I have the table and PROC working, but would like it to display on my pinDMD and remove it off the playfield. There used to be an instructional guide on Vpinball😪

Link to comment
Share on other sites

I'm not so sure that the guide included how to make it go away from the playfield ? All I remember seeing what how to mirror it using dmdext/freezy and that is more or less just following the instructions on his github page. I might be wrong though.

 

I have some notes laying around the subject :

 

For real dmd :

in user_settings.yml

 Color Display Pixel Size: 4, Color Display X Offset: 25, Color Display Y Offset: 25,

Then my command line for dmdext is:

 dmdext mirror --source screen -p 25 25 512 128 --no-virtual

Popper version:

  if"[CUSTOM2]"=="CCC" (start /min "" c:/dmdext/dmdext mirror --source screen --position 1 1 512 128 --no-virtual -d pindmdv3 -p COM3

 

Link to comment
Share on other sites

  • Content Provider

Don't know if you have pin2dmd or pindmd. If pin2dmd there is native support but you may have to download an alternate branch of the game code.

 

 

 

If it is pindmd then, yeah, I think it is a freezy/dmdext solution. I'm not sure about being able to mirror the DMD but not have the virtual display on a screen. Mask it behind a bezel? I don't know for sure as I don't have a real DMD installed.

Link to comment
Share on other sites

Something like this   ----------   0 0 360 105  = <Left> <Top> <Width> <Height>
More info - https://github.com/freezy/dmd-extensions#configuration
 

LaunchBeforeEnabled=True
LaunchBeforeWorkingPath=C:\Visual Pinball\VPinMame
LaunchBeforeExecutable=dmdext.exe
LaunchBeforeParameters=mirror --source=virtual-position=0 0 360 105 -q --destination=pindmdv1
LaunchAfterWorkingPath=C:\Visual Pinball\VPinMame
LaunchAfterParameters=
LaunchBeforeWaitForExit=False
LaunchAfterEnabled=True
LaunchAfterExecutable=taskkill /f /im "dmdext.exe"
LaunchAfterWaitForExit=False

 

Link to comment
Share on other sites

  • 3 weeks later...
13 hours ago, KiwiBri said:

I gave up trying to get this working on my real Pin2Dmd screen. 
wish there was a straight forward process.

 

The directions outhere references worked for me as well, but with one small change - I had to use an updated libusb-1.0.dll to get the PIN2DMD to work.  See the post below:

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...