This commit is contained in:
GMatrixGames
2022-02-28 09:59:43 -05:00
parent bb0af2d790
commit c0a66fa60f
6 changed files with 26 additions and 34 deletions

View File

@@ -513,10 +513,16 @@ namespace FModel.ViewModels
}
break;
}
case "upluginmanifest":
case "uproject":
case "manifest":
case "uplugin":
case "archive":
case "html":
case "json":
case "ini":
case "txt":
case "log":
case "po":
case "bat":
case "dat":
case "cfg":
@@ -524,14 +530,11 @@ namespace FModel.ViewModels
case "ipl":
case "zon":
case "xml":
case "h":
case "uproject":
case "uplugin":
case "upluginmanifest":
case "css":
case "csv":
case "json":
case "archive":
case "manifest":
case "js":
case "po":
case "h":
{
if (Provider.TrySaveAsset(fullPath, out var data))
{

View File

@@ -115,6 +115,7 @@ namespace FModel.ViewModels
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 GetSteamGame(1172620, "\\Athena\\Content\\Paks"); // Sea of Thieves
yield return GetRockstarGamesGame("GTA III - Definitive Edition", "\\Gameface\\Content\\Paks");
yield return GetRockstarGamesGame("GTA San Andreas - Definitive Edition", "\\Gameface\\Content\\Paks");
yield return GetRockstarGamesGame("GTA Vice City - Definitive Edition", "\\Gameface\\Content\\Paks");