Skip to content

Commit

Permalink
game name converter
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonItaly committed Nov 24, 2021
1 parent 39062e0 commit 4d3fd78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion FModel/Settings/UserSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,15 @@ public int ImageMergerMargin
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>
Expand Down
1 change: 1 addition & 0 deletions FModel/Views/Resources/Converters/StringToGameConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public object Convert(object value, Type targetType, object parameter, CultureIn
"MinecraftDungeons" => "Minecraft Dungeons",
"shoebill" => "Star Wars: Jedi Fallen Order",
"a99769d95d8f400baad1f67ab5dfe508" => "Core",
381210 => "Dead By Daylight",
578080 => "PLAYERUNKNOWN'S BATTLEGROUNDS",
677620 => "Splitgate",
_ => value,
Expand Down

0 comments on commit 4d3fd78

Please sign in to comment.