Skip to main content

Finding Info

Shows an on-screen panel with the number of players searching for a match per region, in real time.


Location in the menuโ€‹

Overwolf (ะžะฒะตั€ะฒัƒะปัŒั„)  โ†’  Total in search

What it doesโ€‹

The script fetches matchmaking stats from the Dota 2 servers and displays an overlay (HUD) panel showing how many players are currently searching for a match in each region.

The panel is only visible on the main menu / dashboard screen (not in a game itself). The header shows the total number of players across all displayed regions. Below it, regions are listed line by line with the player count for each.

Region display logicโ€‹

  • If the Only party regions option is enabled, the script filters regions by the user's current matchmaking settings (the dota_matchgroups_new and dota_matchgroups_automatic variables). Only the regions that are active in the player's search settings are shown.
  • If Only party regions is disabled, all regions that have at least one player searching are shown.
  • Regions with zero players are not shown in either case.

Moving the panelโ€‹

The panel can be dragged with the mouse by its header to any part of the screen. The arrow button on the right side of the header collapses/expands the list of regions (the same as the Show regions toggle in the menu). The position is saved between sessions.


Settingsโ€‹

Menu itemTypeDefaultDescription
StateToggleOnEnables/disables the panel display.
Show regionsToggleOnShows the list of regions with player counts under the header. When disabled, only the total-count line is visible.
Only party regionsToggleOnShow only the regions selected in the player's matchmaking search settings.
Opacity headerSlider100Header opacity as a percentage. Range: 25โ€“100.
Opacity regionSlider85Opacity of the region rows and the panel background as a percentage. Range: 25โ€“100.
PositionX/Y coordinateX: 1305, Y: 1025The panel position on screen in pixels (relative to a 1920ร—1080 resolution). Dragging with the mouse updates this value automatically.