diff --git a/FModel/Settings/UserSettings.cs b/FModel/Settings/UserSettings.cs index 255b49a1..1c9671dd 100644 --- a/FModel/Settings/UserSettings.cs +++ b/FModel/Settings/UserSettings.cs @@ -364,7 +364,15 @@ namespace FModel.Settings new("Weapon Renders", "ShooterGame/Content/UI/Screens/OutOfGame/MainMenu/Collection/Assets/Large/") } }, - {FGame.DeadByDaylight, new List()}, + { + FGame.DeadByDaylight, new List + { + new("Audio", "DeadByDaylight/Content/WwiseAudio/Windows/"), + new("Characters", "DeadByDaylight/Content/Characters/"), + new("Icons", "DeadByDaylight/Content/UI/UMGAssets/Icons/"), + new("Strings", "DeadByDaylight/Content/Localization/") + } + }, {FGame.OakGame, new List()}, { FGame.Dungeons, new List diff --git a/FModel/Views/Resources/Converters/StringToGameConverter.cs b/FModel/Views/Resources/Converters/StringToGameConverter.cs index 6a93d827..a78b7015 100644 --- a/FModel/Views/Resources/Converters/StringToGameConverter.cs +++ b/FModel/Views/Resources/Converters/StringToGameConverter.cs @@ -25,6 +25,7 @@ namespace FModel.Views.Resources.Converters "MinecraftDungeons" => "Minecraft Dungeons", "shoebill" => "Star Wars: Jedi Fallen Order", "a99769d95d8f400baad1f67ab5dfe508" => "Core", + 381210 => "Dead By Daylight", 578080 => "PLAYERUNKNOWN'S BATTLEGROUNDS", 677620 => "Splitgate", _ => value,