Runner
User
- Joined
- Jun 4, 2022
- Messages
- 99
- Solutions
- 1
- Reaction score
- 72
- Points
- 31
- Favorite Pinball Machine
- Attack from Mars
Hey all,
Finally setting up my pinball cab with Future Pinball, DMDExt to work with Pinup Popper. I followed Terry's guide (Future Pinball and BAM Essentials - All in One 2.7) but I have a weird issue.
Without Pinup Popper, if I run the DMDExt batch file, and then launch a table, the DMDExt DMD will be properly displayed on my third monitor with the correct size, and will allow me to right click on the window and save it globally.
However, if I launch the table from Pinup Popper, using the command shown below, DMDExt will work, but will be on the wrong screen (playfield), with the wrong size (being too small). Moving it to the right monitor and size doesn't allow me to save it globally. I only have an About choice when right clicking on it. Closing and re-opening the tables will do the same thing. It almost seems like it is not reading the DmdDevice.ini file.
if "[custom2]"=="FP_DMDExt" (CD /d "[DIREMU]\..") <- I added \.. since my DIREMU is the BAM folder.
if "[custom2]"=="FP_DMDExt" (start /min "" "dmdext.exe" mirror --source=futurepinball -q --virtual-stay-on-top --fps 60 -g "[GAMENAME]" -use-ini="DmdDevice.ini")
if "[custom2]"=="FP_DMDExt" (timeout /t 1)
Any ideas?
Finally setting up my pinball cab with Future Pinball, DMDExt to work with Pinup Popper. I followed Terry's guide (Future Pinball and BAM Essentials - All in One 2.7) but I have a weird issue.
Without Pinup Popper, if I run the DMDExt batch file, and then launch a table, the DMDExt DMD will be properly displayed on my third monitor with the correct size, and will allow me to right click on the window and save it globally.
However, if I launch the table from Pinup Popper, using the command shown below, DMDExt will work, but will be on the wrong screen (playfield), with the wrong size (being too small). Moving it to the right monitor and size doesn't allow me to save it globally. I only have an About choice when right clicking on it. Closing and re-opening the tables will do the same thing. It almost seems like it is not reading the DmdDevice.ini file.
if "[custom2]"=="FP_DMDExt" (CD /d "[DIREMU]\..") <- I added \.. since my DIREMU is the BAM folder.
if "[custom2]"=="FP_DMDExt" (start /min "" "dmdext.exe" mirror --source=futurepinball -q --virtual-stay-on-top --fps 60 -g "[GAMENAME]" -use-ini="DmdDevice.ini")
if "[custom2]"=="FP_DMDExt" (timeout /t 1)
Any ideas?