Jump to content

CCC-PROC and pinDMD


Recommended Posts

  • Content Provider
Posted

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😪

Posted

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

 

  • Content Provider
Posted

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.

Posted

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

 

  • 3 weeks later...
Posted
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:

 

 

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...