mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
cached fortnite hd textures
This commit is contained in:
parent
178184bcee
commit
550e2b17cb
|
|
@ -1 +1 @@
|
|||
Subproject commit 94de6a2b5ec000dc049a98b42c166f8c68c8b91a
|
||||
Subproject commit 2decd89234c1be01b9ff43cd8b49587e16d8eb92
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 97174265894eddcb0d94ef570d36ddc559a8573a
|
||||
Subproject commit 898a0a98a30b80cfcfce373146f76d4ededf8ca4
|
||||
|
|
@ -114,6 +114,12 @@ public class ApplicationViewModel : ViewModel
|
|||
{
|
||||
CUE4Parse.LoadVfs(cancellationToken, AesManager.AesKeys);
|
||||
CUE4Parse.Provider.LoadIniConfigs();
|
||||
var vfcCount = CUE4Parse.Provider.LoadVirtualCache();
|
||||
if (vfcCount > 0)
|
||||
{
|
||||
FLogger.AppendInformation();
|
||||
FLogger.AppendText($"VFC loaded {vfcCount} cached packages data", Constants.WHITE, true);
|
||||
}
|
||||
// ConsoleVariables - a.StripAdditiveRefPose=1
|
||||
AesManager.SetAesKeys();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -111,4 +111,4 @@ public class GameDirectoryViewModel : ViewModel
|
|||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user