In-game and Overlay Windows
Overwolf provides developers with the tools to create innovative apps that enhance the gaming experience without disrupting it. Using Overwolf's real-time game events API empowers your app to interact with in-game events. Develop your app overlays to respect and enhance gameplay. This provides value and creates high-quality apps that enhance the gaming experience.
Types of in-game windows
There various types of in-game windows that you can use in your app.
- Lobby Screen—displays information before a match. You can use this screen to display data such as player stats, or team details.
- Loading Screen—provides useful content while the game loads. You can use this screen to display things like tips and tricks, and player stats.
- In-Game Overlay—shows real-time data, recommendations, stats, and other information relevant to game play. Use this to enrich gameplay without disrupting it.
- Widgets—small, floating elements that display relevant info, such as timers, scores, or status indicators. Use widgets to help users with their gameplay so that they have quick access to your apps features.
- Second Screen—have your app load on a companion display. Typically this would be used for extended game information. */}
Key topics to keep in mind when designing your app's in-game windows include:
- Hotkey Reminders—include reminders in widgets/screens and use notification prompts. For more information see, Hot keys.
- Avoid Blocking Game UI—ensure overlays don’t interfere with critical gameplay elements.
- Opacity Considerations