AshEchoes, Ashen, Dauntless support

This commit is contained in:
LongerWarrior 2025-07-16 17:25:27 +03:00
parent 4a9a44139d
commit 1f57279206
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3a333f2d95ec77ce162ea80ab05be0b279e43807
Subproject commit e9b676e97985f3d452d21e844202b546472d9bff

View File

@ -164,6 +164,7 @@ public class CUE4ParseViewModel : ViewModel
[
new(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData) + "\\KONAMI\\eFootball\\ST\\Download")
], SearchOption.AllDirectories, versionContainer, pathComparer),
_ when versionContainer.Game is EGame.GAME_AshEchoes => new AEDefaultFileProvider(gameDirectory, SearchOption.AllDirectories, versionContainer, pathComparer),
_ => new DefaultFileProvider(gameDirectory, SearchOption.AllDirectories, versionContainer, pathComparer)
};
@ -607,6 +608,7 @@ public class CUE4ParseViewModel : ViewModel
case "uplugin":
case "archive":
case "dnearchive": // Banishers: Ghosts of New Eden
case "stUMeta": // LIS: Double Exposure
case "vmodule":
case "uparam": // Steel Hunters
case "verse":
@ -758,6 +760,8 @@ public class CUE4ParseViewModel : ViewModel
break;
}
case "res": // just skip
case "luac": // compiled lua
case "bytes": // wuthering waves
break;
default:
{