Skip to content

Dash Studio Overlays

Wotever edited this page Sep 29, 2023 · 19 revisions

Overlay design

Make sure to set a transparent or half transparent background to each screen.

Game requirements

Make sure to set your game in windowed or borderless windowed mode, vsync is strongly suggested for optimal performances.

Performances

You can read the Performance guide here

Overlays size limit

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 :

PCARS 2 / AMS 2

Project cars 2 / AMS 2 does not offer borderless option in the menu, you can enable it using startup options inside steam :

-windowed -borderless

Clone this wiki locally