hidden vgm + Fortnite 2.4.3 texture support

This commit is contained in:
iAmAsval
2020-07-24 23:00:27 +02:00
parent 4d794e8fc8
commit 0bdceb5dd4
10 changed files with 54 additions and 28 deletions

View File

@@ -93,6 +93,7 @@ namespace FModel
if (Properties.Settings.Default.UseDiscordRpc) DiscordIntegration.StartClient();
await AesGrabber.Load(Properties.Settings.Default.ReloadAesKeys).ConfigureAwait(false);
await CdnDataGrabber.DoCDNStuff().ConfigureAwait(false);
await Folders.DownloadAndExtractVgm().ConfigureAwait(false);
}
private void AeConfiguration()