-
Notifications
You must be signed in to change notification settings - Fork 98
Dash Studio Overlays
Wotever edited this page Sep 29, 2023
·
19 revisions
Make sure to set a transparent or half transparent background to each screen.
Make sure to set your game in windowed or borderless windowed mode, vsync is strongly suggested for optimal performances.
You can read the Performance guide here
To avoid oversized overlays causing performances issues, a size (surface) limit exists.
Width * Height must be below or equals to 800 * 600 (480 000 pixels). For instance :
- 800 * 600 overlay will be allowed
- 800 * 800 overlay will be blocked
- 300 * 1200 overlay will be allowed (400 * 1200 is below 800 * 600)
When going over the limit a warning will be displayed and it will be only possible to create an new layout from the overlay, adding to an existing overlay layout will be disabled :
Project cars 2 / AMS 2 does not offer borderless option in the menu, you can enable it using startup options inside steam :
-windowed -borderless