mirror of
https://github.com/4sval/FModel.git
synced 2026-09-25 10:39:14 -05:00
AshEchoes, Ashen, Dauntless support
This commit is contained in:
Submodule CUE4Parse updated: 3a333f2d95...e9b676e979
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user