mirror of
https://github.com/4sval/FModel.git
synced 2026-09-26 02:58:38 -05:00
cached fortnite hd textures
This commit is contained in:
@@ -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