Skip to content

Instantly share code, notes, and snippets.

@Hacksore
Last active October 7, 2024 23:10
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
# games that support the overlay natively
curl -s https://discord.com/api/v9/applications/detectable | jq '[.[] | select(.overlay == true) | .name ] | sort'
# games that don't support the overlay natively
curl -s https://discord.com/api/v9/applications/detectable | jq '[.[] | select(has("overlay") | not) | .name ] | sort'
@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!

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

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