mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Don't use such a big BA2 file for recompression
This commit is contained in:
parent
4467203174
commit
e32be75816
@ -44,7 +44,8 @@ namespace Compression.BSA.Test
|
||||
(Game.SkyrimSpecialEdition, 12604), // SkyUI
|
||||
(Game.Skyrim, 3863), // SkyUI
|
||||
(Game.Skyrim, 51473), // iNeed
|
||||
(Game.Fallout4, 22223) // 10mm SMG
|
||||
//(Game.Fallout4, 22223) // 10mm SMG
|
||||
(Game.Fallout4, 4472) // True Storms
|
||||
};
|
||||
|
||||
await Task.WhenAll(modIDs.Select(async (info) =>
|
||||
|
@ -31,7 +31,7 @@ namespace Wabbajack.Test
|
||||
utils = new TestUtils();
|
||||
utils.Game = Game.SkyrimSpecialEdition;
|
||||
|
||||
Utils.LogMessages.Subscribe(f => TestContext.WriteLine(f.ToString()));
|
||||
Utils.LogMessages.Subscribe(f => TestContext.WriteLine($"{DateTime.Now} - {f}"));
|
||||
|
||||
if (!Directory.Exists(DOWNLOAD_FOLDER))
|
||||
Directory.CreateDirectory(DOWNLOAD_FOLDER);
|
||||
|
Loading…
Reference in New Issue
Block a user