Skip to content

Instantly share code, notes, and snippets.

@Hacksore
Created June 21, 2024 14:56
Show Gist options
  • Save Hacksore/517455a6d195393c385168cf3136335b to your computer and use it in GitHub Desktop.
Save Hacksore/517455a6d195393c385168cf3136335b to your computer and use it in GitHub Desktop.
Discord Overlay Supported Games
curl -s https://discord.com/api/v9/applications/detectable | jq '[.[] | select(.overlay == true) | .name ]'
@Hacksore
Copy link
Author

Hacksore commented Jun 21, 2024

Current list of games supported by the native discord overlay.

If you have a game that's not natively supported checkout https://overlayed.dev which supports almost every game!

[
  "Unturned",
  "Battlerite",
  "League of Legends",
  "PLAYERUNKNOWN'S BATTLEGROUNDS",
  "Counter-Strike: Global Offensive",
  "Overwatch 2",
  "World of Warcraft",
  "Hearthstone",
  "Dota 2",
  "Grand Theft Auto V",
  "Tom Clancy's Rainbow Six Siege",
  "Rocket League",
  "Heroes of the Storm",
  "Garry's Mod",
  "ARK: Survival Evolved",
  "Path of Exile",
  "Team Fortress 2",
  "Rust",
  "FINAL FANTASY XIV",
  "Brawlhalla",
  "Cities: Skylines",
  "Arma 3",
  "Left 4 Dead 2",
  "Dead by Daylight",
  "War Thunder",
  "Duelyst",
  "Battlefield 1",
  "The Binding of Isaac: Rebirth",
  "Black Desert Online",
  "Blade & Soul",
  "SMITE",
  "Factorio",
  "Diablo III",
  "StarCraft II",
  "The Elder Scrolls V: Skyrim",
  "Space Engineers",
  "Euro Truck Simulator 2",
  "Portal 2",
  "Call of Duty: Black Ops III",
  "Fallout: New Vegas",
  "MapleStory",
  "The Witcher 3: Wild Hunt",
  "Guild Wars 2",
  "Tooth and Tail",
  "Tabletop Simulator",
  "Insurgency",
  "Europa Universalis IV",
  "Robocraft",
  "7 Days to Die",
  "StarCraft",
  "Duck Game",
  "Dirty Bomb",
  "STAR WARS: The Old Republic",
  "PlanetSide 2",
  "Clicker Heroes",
  "Dofus",
  "Wizard101",
  "Age of Empires II: HD Edition",
  "RimWorld",
  "The Elder Scrolls Online",
  "FTL: Faster Than Light",
  "Just Cause 3",
  "FIFA 17",
  "Prison Architect",
  "Crusader Kings II",
  "Dying Light",
  "Squad",
  "Tom Clancy's Ghost Recon Wildlands",
  "Warhammer: End Times - Vermintide",
  "Kerbal Space Program",
  "STAR WARS™ Battlefront™ II",
  "Battlefield 3",
  "Company of Heroes 2",
  "PAYDAY 2",
  "osu!",
  "Darkest Dungeon",
  "H1Z1",
  "DayZ",
  "Elsword",
  "Total War: Rome 2",
  "Escape from Tarkov",
  "Pokémon Trading Card Game Online",
  "GWENT: The Witcher Card Game ",
  "Closers",
  "Total War Arena",
  "Borderlands 2",
  "Warframe",
  "For Honor",
  "Watch_Dogs",
  "Tormentor❌Punisher",
  "Call of Duty: Modern Warfare 2",
  "World of Warcraft Public Test",
  "Just Survive",
  "Fortnite",
  "Dungeon of the Endless",
  "Endless Legend",
  "Armored Warfare",
  "Warhammer 40,000: Dawn of War - Soulstorm",
  "Quake Champions",
  "The Elder Scrolls III: Morrowind",
  "The Lord of the Rings Online™",
  "Hitman: Absolution",
  "DARK SOULS™ II",
  "Skyforge",
  "iRacing",
  "Alliance of Valiant Arms",
  "Lineage II",
  "MapleStory 2",
  "Starbound",
  "Among Us",
  "Last Year: The Nightmare",
  "Call of Duty 4: Modern Warfare",
  "Trine 2: Complete Story",
  "Call of Duty Black Ops 4",
  "Albion Online",
  "Cyphers",
  "Hitman: Blood Money",
  "Tales Runner",
  "The Elder Scrolls IV: Oblivion",
  "Borderlands 3",
  "Far Cry New Dawn",
  "Ghost Recon Breakpoint",
  "PUBG LITE",
  "World of Warcraft Classic",
  "Call of Duty®: Modern Warfare®",
  "VALORANT",
  "Wurm Online",
  "Halo Infinite",
  "Call of Duty®: Black Ops Cold War",
  "Cyberpunk 2077",
  "Star Wars: Battlefront 2 (Classic, 2005)",
  "OUTRIDERS",
  "Lost Ark",
  "ELDEN RING",
  "Diablo IV"
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment