TerryRed
Pinball Master
- Joined
- Feb 11, 2020
- Messages
- 2,266
- Solutions
- 9
- Reaction score
- 2,759
- Points
- 145
- Favorite Pinball Machine
- My Virtual Pinball Cabinet
Future Pinball doesn't natively support displaying it's DMD on a separate window or on a real DMD for cabinet users.
Until now, the solution to this was to use FP-Intercept (for real DMD only), or to use FutureDMD to display on a virtual DMD. While both solutions did work, there were limitations and quirks with each. For years, Visual Pinball, Pinball FX3/2 and The Pinball Arcade have been using DMDext (freezy) to display their DMD to a real DMD or a virtual DMD.
Now thanks to the work of MrMoose74 and freezy, Future Pinball can now join the fun with DMDExt!
Video demo:
This guide is now completely updated and renamed as the DMDExt Guide (for Future Pinball)
- I now have all my guides and tutorials in PDF format
- this new guide has been created to be used with the FP and BAM Essentials AIO package
- all my guides and tutorials are now only included with the FP and BAM Essentials AIO package
You can download the FP and BAM Essentials AIO package (and DMDExt Guide) here:
pinballnirvana.com
A video tutorial that walks you through this guide can be seen here
Chapters
00:00 Start
01:25 DMDExt - What does it do?
03:14 Guide walkthrough
06:50 How to run DMDExt with FP
08:00 Copy dmddevice.ini to FP folder
09:04 dmddevice.ini settings
11:46 Run DMDExt - set it's position and size
13:16 Styles - window and settings (always appears on PF screen)
16:15 Test DMDExt with Sonic Pinball Mania
17:52 FP must be run in windowed mode to access Styles window
18:34 Test different Styles presets
22:22 Run FP and DMDExt with BAT file
23:45 Setup Popper to run DMDExt
31:04 Test launching FP table and DMDExt from Popper
33:03 Closing
=================================================================
FP DMD display and score gets garbled and is unreadable for non-English players
SOLUTION BELOW!
For some players who have Windows set to a non-English language, their FP DMD becomes garbled, and the score and text becomes unreadable. This is something I couldn't see myself as my Windows is always set to English. Well finally, there might be a solution for those who have this issue! We simply need to tell FP that the locale is US in the table script!
Just goto the table's script, and at the top add the line below under Option Explicit
Save the table. Done!
This was confirmed by multiple non-English people to fix their DMD related problems and also some PUP related problems.

Until now, the solution to this was to use FP-Intercept (for real DMD only), or to use FutureDMD to display on a virtual DMD. While both solutions did work, there were limitations and quirks with each. For years, Visual Pinball, Pinball FX3/2 and The Pinball Arcade have been using DMDext (freezy) to display their DMD to a real DMD or a virtual DMD.
Now thanks to the work of MrMoose74 and freezy, Future Pinball can now join the fun with DMDExt!


Video demo:
This guide is now completely updated and renamed as the DMDExt Guide (for Future Pinball)
- I now have all my guides and tutorials in PDF format
- this new guide has been created to be used with the FP and BAM Essentials AIO package
- all my guides and tutorials are now only included with the FP and BAM Essentials AIO package
You can download the FP and BAM Essentials AIO package (and DMDExt Guide) here:

BAM - FP - Future Pinball and BAM Essentials - All in One
FUTURE PINBALL AND BAM ESSENTIALS - ALL IN ONE by TerryRed v2.7 - Dec 2024 BAM version: 1.5-380 BAM-OpenVR version: 1.5-380 DMDExt: 2.3.0.0 AIO Example Table and Tutorial: 3.30.03 The FP and BAM Essentials AIO package includes a complete...
A video tutorial that walks you through this guide can be seen here
Chapters
00:00 Start
01:25 DMDExt - What does it do?
03:14 Guide walkthrough
06:50 How to run DMDExt with FP
08:00 Copy dmddevice.ini to FP folder
09:04 dmddevice.ini settings
11:46 Run DMDExt - set it's position and size
13:16 Styles - window and settings (always appears on PF screen)
16:15 Test DMDExt with Sonic Pinball Mania
17:52 FP must be run in windowed mode to access Styles window
18:34 Test different Styles presets
22:22 Run FP and DMDExt with BAT file
23:45 Setup Popper to run DMDExt
31:04 Test launching FP table and DMDExt from Popper
33:03 Closing
=================================================================
FP DMD display and score gets garbled and is unreadable for non-English players
SOLUTION BELOW!
For some players who have Windows set to a non-English language, their FP DMD becomes garbled, and the score and text becomes unreadable. This is something I couldn't see myself as my Windows is always set to English. Well finally, there might be a solution for those who have this issue! We simply need to tell FP that the locale is US in the table script!
Just goto the table's script, and at the top add the line below under Option Explicit
Code:
SetLocale 1033 'set region to US to fix some issues with the DMD and more (for non-english settings in Windows)
Save the table. Done!
This was confirmed by multiple non-English people to fix their DMD related problems and also some PUP related problems.

Last edited: