Hi everybody,
yesterday evening I was desperately trying to get dmdext to work with PBX and ThePinballArcade. For those who are not knowing what I am talking about: see https://github.com/freezy/dmd-extensions/releases.
The problem is: dmdext is looking for an active TPA DX11. As far as I know, the integrated TPA support of PBX only starts the non-DX11 version of TPA. Hence, dmdext is looking for a DMD that never appears because it waits for the wrong version of TPA.
I already tried renaming PinballArcadeDX11.exe to PinballArcade.exe. Afterwards, PBX really started the DX11 version, but nevertheless, dmdext didn't find it.
When running TPA DX11 directly from steam, everything works as it should and my dmdext pushes the TPA-DMD to my PinDMD3.
What am I doing wrong?