game name converter

This commit is contained in:
Brandon 2021-11-23 21:04:24 -08:00
parent 39062e02fb
commit 4d3fd786c8
2 changed files with 10 additions and 1 deletions

View File

@ -364,7 +364,15 @@ namespace FModel.Settings
new("Weapon Renders", "ShooterGame/Content/UI/Screens/OutOfGame/MainMenu/Collection/Assets/Large/")
}
},
{FGame.DeadByDaylight, new List<CustomDirectory>()},
{
FGame.DeadByDaylight, new List<CustomDirectory>
{
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<CustomDirectory>()},
{
FGame.Dungeons, new List<CustomDirectory>

View File

@ -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,