-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support loading of an external image file to the screen res DMD area #73
Comments
I do not have any full DMD display on my cab, but I would say that the #50 should do what you want. |
Hi, @JockeJarre by the way @gtxjoe |
Thanks Karl. Agreed. Thanks for hint on freezy DMDext overlays, I will try this approach when I have time |
But I am still sure you can move the "background" wherever you want. For example I use it sometimes to add a grill to pup tables. # V2.0.0-c311a21
# File is saved with B2S_ScreenResIdentifier release 2.0.0 adding the first line means it will not flip the Backglass & Background size and position
# Playfield Screen resolution width/height
1920
1080
# width/height of the Backglass
1280
655
# Define Backglass using the screen index (=x) -> **It is always the second screen from left**
=2
# Backglass x/y position relative to the upper left corner Of the screen selected
0
0
# width/height Of the B2S (or Full) DMD area In pixels
676
320
# X/Y position Of the DMD area relative To the upper left corner of the backglass screen
303
681
# Y-flip, flips the LED display upside down
0
# X/Y position of the background
0
655
# width/height of the background
1280
369
# path to the background image (C:\path\Frame)
C:\Visual Pinball\B2SServer\Backgrounds\SpikeTypeGrill.png |
But what if... Still want to use the "line 17" for showing left/right borders of a 4:3 b2s on 16:9 screen Maybe a wish for Christmas 😇 |
there will not be any YALIAOCF (Yet Another Line In a Over Complicated File) coming from me at least. |
Yes, you're right. This is no life-saving request. We already CAN do this kind of visualisation. With adding a DMD picture into .directb2s with b2s designer, or another option is to use the frontend to display a picture at DMD while playing. So maybe you can "close and forget" gtxjoe's and my idea of a line 18. And maybe there will be such kind of feature in future with b2sserver XML setting 😀 |
Closing as a duplicate to #23 |
I know the screen res file supports displaying a background frame behind the Backglass via the last line of the screen res file, i.e
line 17: C:\path\Frame (The path to the location where you have the frame image)
Is it possible to add a line 18 where an image file could be specified that would be displayed as a background frame behind the defined B2S DMD area?
For B2S Backglass that only supports the backglass displya, this would allow user to display a DMD image in the unused DMD display.
I did see Feature Request #50 but not sure if that can be used to accomplish the above.
Thanks,
The text was updated successfully, but these errors were encountered: