Added -filelist support for Steam3 downloading.

pull/8/head
psychonic 14 years ago
parent 866e7ff778
commit 680355e022

@ -426,6 +426,8 @@ namespace DepotDownloader
ulong complete_download_size = 0;
ulong size_downloaded = 0;
depotManifest.Files.RemoveAll((x) => !TestIsFileIncluded(x.FileName));
depotManifest.Files.Sort((x, y) => { return x.FileName.CompareTo(y.FileName); });
foreach (var file in depotManifest.Files)

Loading…
Cancel
Save