A fast Windows server browser for Tactical Ops with favorites, map previews, player details, and a compact dark/light UI.
- 🌐 Real-time Tactical Ops server browser
- 📊 Ping display with color coding
- 👥 Player details with fake/min-player filler filtering
- ⭐ Favorites system
- 🎨 Dark/light theme
- 🔄 Auto-refresh
- 🗺️ Map preview on hover with cache and mirror fallback URLs
- 🎯 Improved map matching for common server display names
- ⚡ Single-server refresh including ping, status, player count, and player list
- 📦 Standalone Windows release build
Download TacticalOpsQuickJoin.exe from the release package and run it.
The standalone build is self-contained, so the .NET Desktop Runtime does not need to be installed separately.
- Windows 10/11 x64
- Tactical Ops installed locally for joining servers
- Internet access for server list and map previews
- Select a server from the list.
- Click
Join Server, pressEnter, or double-click the server.
- Hover over a map name.
- A preview window appears after a short delay.
- Move the mouse away to close the preview.
- Click the star column to toggle a server as favorite.
- Favorite servers are sorted above regular servers.
- Press
F5or useMenu > Refresh Serversto refresh the full server list. - Right-click a server and choose
Diesen Server aktualisierento refresh only that server, including ping and player details.
| Key | Action |
|---|---|
F5 |
Refresh server list |
Escape |
Minimize application |
Enter |
Join selected server |
Settings are saved automatically:
- Theme preference
- Close-on-join setting
- Favorite servers
- Master server list
- Tactical Ops executable paths
dotnet build TacticalOpsQuickJoin-Mod.slndotnet publish TacticalOpsQuickJoin.csproj -c Release -r win-x64 --self-contained true -o .\publish\win-x64-single-exeThe standalone executable is written to:
publish\win-x64-single-exe\TacticalOpsQuickJoin.exe
Map metadata is loaded from the online custom_maps.json source and cached under:
%AppData%\TacticalOpsQuickJoin\maps.json
If a map is missing from the JSON cache, the app falls back to direct Tactical-Ops.eu mirror screenshot URLs.
Map previews are provided by:
https://mirror.tactical-ops.eu/map-screenshots/
- Map preview requires internet access.
- Some servers report fake/min-player filler entries. Known fake player entries are filtered from display and sorting.
- Firewall rules can block UDP server queries or Tactical Ops joining.
This project is licensed under the MIT License. See LICENSE for details.
- Tactical Ops community
- Tactical-Ops.eu mirror and map screenshots
- Original project inspiration: https://github.com/jilderthoekstra/Tactical-Ops-Quick-Join