Skip to content

Commit

Permalink
Add Dead by Daylight detection
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonItaly committed Nov 24, 2021
1 parent ba017a4 commit 39062e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FModel/ViewModels/GameSelectorViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ private IEnumerable<DetectedGame> EnumerateDetectedGames()
yield return GetRiotGame("VALORANT", "ShooterGame\\Content\\Paks");
yield return new DetectedGame { GameName = "Valorant [LIVE]", GameDirectory = Constants._VAL_LIVE_TRIGGER };
yield return GetMojangGame("MinecraftDungeons", "\\dungeons\\dungeons\\Dungeons\\Content\\Paks");
yield return GetSteamGame(381210, "\\DeadByDaylight\\Content\\Paks"); // Dead By Daylight
yield return GetSteamGame(578080, "\\TslGame\\Content\\Paks"); // PUBG
yield return GetSteamGame(677620, "\\PortalWars\\Content\\Paks"); // Splitgate
yield return GetRockstarGamesGame("GTA III - Definitive Edition", "\\Gameface\\Content\\Paks");
Expand Down

0 comments on commit 39062e0

Please sign in to comment.