mirror of
https://github.com/4sval/FModel.git
synced 2026-04-19 08:07:43 -05:00
AshEchoes, Ashen, Dauntless support
This commit is contained in:
parent
4a9a44139d
commit
1f57279206
|
|
@ -1 +1 @@
|
|||
Subproject commit 3a333f2d95ec77ce162ea80ab05be0b279e43807
|
||||
Subproject commit e9b676e97985f3d452d21e844202b546472d9bff
|
||||
|
|
@ -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:
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user