mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 07:54:39 -05:00
cached fortnite hd textures
This commit is contained in:
Submodule CUE4Parse updated: 94de6a2b5e...2decd89234
Submodule EpicManifestParser updated: 9717426589...898a0a98a3
@@ -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
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user