Skip to content

Instantly share code, notes, and snippets.

@mtkennerly
Last active March 17, 2023 02:29
Show Gist options
  • Save mtkennerly/6bb41d32f33762bd181b40518df75ae3 to your computer and use it in GitHub Desktop.
Save mtkennerly/6bb41d32f33762bd181b40518df75ae3 to your computer and use it in GitHub Desktop.
steamlocate without steamy-vdf - test 1
$ for file in /c/Program\ Files\ \(x86\)/Steam/steamapps/*.acf; do app=$(basename "$file" | sed -E "s/appmanifest_([[:digit:]]+).acf/\1/"); echo "-- $app"; cargo run --example appmanifest -- $app; done
-- 1001800
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1001800`
Found app - SteamApp {
app_id: 1001800,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\KUNAI",
name: Some(
"KUNAI",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133212530330000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
832947825,
),
build_id: Some(
4855528,
),
bytes_to_download: Some(
527170752,
),
bytes_downloaded: Some(
527170752,
),
bytes_to_stage: Some(
832947825,
),
bytes_staged: Some(
832947825,
),
staging_size: Some(
0,
),
target_build_id: Some(
4855528,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1001801: Depot {
manifest: 5799662960526131947,
size: 832947825,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {
1001801: "win8fixscript.vdf",
},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1047010
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1047010`
Found app - SteamApp {
app_id: 1047010,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Synergia",
name: Some(
"Synergia",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133086319630000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
1361777527,
),
build_id: Some(
5336725,
),
bytes_to_download: Some(
663743040,
),
bytes_downloaded: Some(
663743040,
),
bytes_to_stage: Some(
1361777527,
),
bytes_staged: Some(
1361777527,
),
staging_size: Some(
0,
),
target_build_id: Some(
5336725,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1047011: Depot {
manifest: 4772725099420857257,
size: 1361777527,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1061180
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1061180`
Found app - SteamApp {
app_id: 1061180,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Crumble",
name: Some(
"Crumble",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133184026390000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
677045921,
),
build_id: Some(
8366953,
),
bytes_to_download: Some(
554787616,
),
bytes_downloaded: Some(
554787616,
),
bytes_to_stage: Some(
677045921,
),
bytes_staged: Some(
677045921,
),
staging_size: Some(
0,
),
target_build_id: Some(
8366953,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1061181: Depot {
manifest: 1062460147563252564,
size: 677045921,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1065260
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1065260`
Found app - SteamApp {
app_id: 1065260,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Gensou SkyDrift",
name: Some(
"GENSOU Skydrift",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133145969380000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
1439250913,
),
build_id: Some(
9179262,
),
bytes_to_download: Some(
655028256,
),
bytes_downloaded: Some(
655028256,
),
bytes_to_stage: Some(
1439250913,
),
bytes_staged: Some(
1439250913,
),
staging_size: Some(
0,
),
target_build_id: Some(
9179262,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1065261: Depot {
manifest: 5534513538101185211,
size: 1439250913,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1069530
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target\debug\examples\appmanifest.exe 1069530`
Found app - SteamApp {
app_id: 1069530,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Narita Boy",
name: Some(
"Narita Boy",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133179731500000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
1887584611,
),
build_id: Some(
6659030,
),
bytes_to_download: Some(
1218781568,
),
bytes_downloaded: Some(
1218781568,
),
bytes_to_stage: Some(
1887584611,
),
bytes_staged: Some(
1887584611,
),
staging_size: Some(
0,
),
target_build_id: Some(
6659030,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1069531: Depot {
manifest: 2412472369341318950,
size: 1887584611,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1141580
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1141580`
Found app - SteamApp {
app_id: 1141580,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Taiji",
name: Some(
"Taiji",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133178649870000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
323282687,
),
build_id: Some(
10287653,
),
bytes_to_download: Some(
64,
),
bytes_downloaded: Some(
64,
),
bytes_to_stage: Some(
42266426,
),
bytes_staged: Some(
42266426,
),
staging_size: Some(
0,
),
target_build_id: Some(
10287653,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1141581: Depot {
manifest: 8504738411111099017,
size: 323282687,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1173220
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1173220`
Found app - SteamApp {
app_id: 1173220,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Bleak Faith Forsaken",
name: Some(
"Bleak Faith: Forsaken",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133234310060000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
16157595365,
),
build_id: Some(
10781572,
),
bytes_to_download: Some(
5177008,
),
bytes_downloaded: Some(
5177008,
),
bytes_to_stage: Some(
15189135622,
),
bytes_staged: Some(
15189135622,
),
staging_size: Some(
0,
),
target_build_id: Some(
10781572,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1173221: Depot {
manifest: 4026652413740348725,
size: 16157595365,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228988: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 1173800
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target\debug\examples\appmanifest.exe 1173800`
Found app - SteamApp {
app_id: 1173800,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\FINAL FANTASY IV PR",
name: Some(
"FINAL FANTASY IV",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133151423050000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
724349073,
),
build_id: Some(
9076222,
),
bytes_to_download: Some(
572684192,
),
bytes_downloaded: Some(
572684192,
),
bytes_to_stage: Some(
724349073,
),
bytes_staged: Some(
724349073,
),
staging_size: Some(
0,
),
target_build_id: Some(
9076222,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1173801: Depot {
manifest: 6883273358212558791,
size: 664776480,
dlc_app_id: None,
},
1638380: Depot {
manifest: 2768035658268886665,
size: 59572593,
dlc_app_id: Some(
1638380,
),
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228988: 228980,
228990: 228980,
229007: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 1225560
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target\debug\examples\appmanifest.exe 1225560`
Found app - SteamApp {
app_id: 1225560,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Unravel",
name: Some(
"Unravel",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133197960720000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
3411442763,
),
build_id: Some(
10350834,
),
bytes_to_download: Some(
1188032,
),
bytes_downloaded: Some(
1188032,
),
bytes_to_stage: Some(
1555496,
),
bytes_staged: Some(
1555496,
),
staging_size: Some(
0,
),
target_build_id: Some(
10350834,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1225561: Depot {
manifest: 5981616259209544595,
size: 3411147986,
dlc_app_id: None,
},
1225562: Depot {
manifest: 5149303621573000052,
size: 294777,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {
1225561: "installScript.vdf",
},
shared_depots: {
228984: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 1237320
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1237320`
Found app - SteamApp {
app_id: 1237320,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\SonicFrontiers",
name: Some(
"Sonic Frontiers",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133144394560000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
30080452550,
),
build_id: Some(
9952446,
),
bytes_to_download: Some(
630533184,
),
bytes_downloaded: Some(
630533184,
),
bytes_to_stage: Some(
1298696448,
),
bytes_staged: Some(
1298696448,
),
staging_size: Some(
0,
),
target_build_id: Some(
9952446,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1237321: Depot {
manifest: 2010675079160278158,
size: 30076088598,
dlc_app_id: None,
},
2089840: Depot {
manifest: 71486794841630932,
size: 4363952,
dlc_app_id: Some(
2089840,
),
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228988: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 1436590
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target\debug\examples\appmanifest.exe 1436590`
Found app - SteamApp {
app_id: 1436590,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Phoenotopia Awakening",
name: Some(
"Phoenotopia Awakening",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133086343660000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
963352741,
),
build_id: Some(
8724428,
),
bytes_to_download: Some(
248069920,
),
bytes_downloaded: Some(
248069920,
),
bytes_to_stage: Some(
963352741,
),
bytes_staged: Some(
963352741,
),
staging_size: Some(
0,
),
target_build_id: Some(
8724428,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1436591: Depot {
manifest: 34875288595287153,
size: 963352741,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1455840
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1455840`
Found app - SteamApp {
app_id: 1455840,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Dorfromantik",
name: Some(
"Dorfromantik",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133189813350000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
531067356,
),
build_id: Some(
10367043,
),
bytes_to_download: Some(
1536896,
),
bytes_downloaded: Some(
1536896,
),
bytes_to_stage: Some(
339556360,
),
bytes_staged: Some(
339556360,
),
staging_size: Some(
0,
),
target_build_id: Some(
10367043,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1455841: Depot {
manifest: 6699143793901703026,
size: 531067356,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1475810
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target\debug\examples\appmanifest.exe 1475810`
Found app - SteamApp {
app_id: 1475810,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Ghostwire Tokyo",
name: Some(
"Ghostwire: Tokyo",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133168702790000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
19059012101,
),
build_id: Some(
9594868,
),
bytes_to_download: Some(
18412203440,
),
bytes_downloaded: Some(
18412203440,
),
bytes_to_stage: Some(
19059012101,
),
bytes_staged: Some(
19059012101,
),
staging_size: Some(
0,
),
target_build_id: Some(
9594868,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1475811: Depot {
manifest: 4815586208764914924,
size: 18727479285,
dlc_app_id: None,
},
1475812: Depot {
manifest: 7847033853356967253,
size: 331532816,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228988: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 1522930
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target\debug\examples\appmanifest.exe 1522930`
Found app - SteamApp {
app_id: 1522930,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Transiruby",
name: Some(
"Transiruby",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133165602770000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
184278879,
),
build_id: Some(
9236036,
),
bytes_to_download: Some(
113414256,
),
bytes_downloaded: Some(
113414256,
),
bytes_to_stage: Some(
184278879,
),
bytes_staged: Some(
184278879,
),
staging_size: Some(
0,
),
target_build_id: Some(
9236036,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1522931: Depot {
manifest: 2534466864146568133,
size: 184278879,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228988: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 1637730
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1637730`
Found app - SteamApp {
app_id: 1637730,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Crystal Project",
name: Some(
"Crystal Project",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133231342300000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
544493357,
),
build_id: Some(
10751278,
),
bytes_to_download: Some(
6367376,
),
bytes_downloaded: Some(
6367376,
),
bytes_to_stage: Some(
13166414,
),
bytes_staged: Some(
13166414,
),
staging_size: Some(
0,
),
target_build_id: Some(
10751278,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1637731: Depot {
manifest: 2251276948270976626,
size: 544493357,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228990: 228980,
229004: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 17470
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 17470`
Found app - SteamApp {
app_id: 17470,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Dead Space",
name: Some(
"Dead Space (2008)",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133200485500000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
8294039445,
),
build_id: Some(
252137,
),
bytes_to_download: Some(
6957707984,
),
bytes_downloaded: Some(
6957707984,
),
bytes_to_stage: Some(
8294039445,
),
bytes_staged: Some(
8294039445,
),
staging_size: Some(
0,
),
target_build_id: Some(
252137,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
17471: Depot {
manifest: 2334814020589705387,
size: 7958880149,
dlc_app_id: None,
},
17472: Depot {
manifest: 4696807564043505398,
size: 5225192000,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 1761390
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 1761390`
Found app - SteamApp {
app_id: 1761390,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Hatsune Miku Project DIVA Mega Mix Plus",
name: Some(
"Hatsune Miku: Project DIVA Mega Mix+",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133195957800000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
35211426042,
),
build_id: Some(
10398801,
),
bytes_to_download: Some(
231122240,
),
bytes_downloaded: Some(
231122240,
),
bytes_to_stage: Some(
35210199552,
),
bytes_staged: Some(
35210199552,
),
staging_size: Some(
0,
),
target_build_id: Some(
10398801,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
1761391: Depot {
manifest: 7847606558180943343,
size: 24635221778,
dlc_app_id: None,
},
1761393: Depot {
manifest: 54992195187667300,
size: 617092584,
dlc_app_id: None,
},
1887030: Depot {
manifest: 3785652973440637976,
size: 9580780048,
dlc_app_id: Some(
1887030,
),
},
1887031: Depot {
manifest: 5494193333052898626,
size: 378331632,
dlc_app_id: Some(
1887030,
),
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {
1761391: "installscript.vdf",
},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 2025320
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 2025320`
Found app - SteamApp {
app_id: 2025320,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Estencel",
name: Some(
"Estencel",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133217442840000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
2987810146,
),
build_id: Some(
10611135,
),
bytes_to_download: Some(
78883264,
),
bytes_downloaded: Some(
78883264,
),
bytes_to_stage: Some(
2876710298,
),
bytes_staged: Some(
2876710298,
),
staging_size: Some(
0,
),
target_build_id: Some(
10611135,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
2025321: Depot {
manifest: 4185336903153773269,
size: 2987810146,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228989: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 2089350
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 2089350`
Found app - SteamApp {
app_id: 2089350,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Hatsune Miku Logic Paint S",
name: Some(
"Hatsune Miku Logic Paint S",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133223499670000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
1142644505,
),
build_id: Some(
10669546,
),
bytes_to_download: Some(
0,
),
bytes_downloaded: Some(
0,
),
bytes_to_stage: Some(
38465584,
),
bytes_staged: Some(
38465584,
),
staging_size: Some(
0,
),
target_build_id: Some(
10669546,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
2089351: Depot {
manifest: 6469016760570092250,
size: 1142644505,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 228980
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 228980`
Found app - SteamApp {
app_id: 228980,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Steamworks Shared",
name: Some(
"Steamworks Common Redistributables",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133086125020000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
513794302,
),
build_id: Some(
8899267,
),
bytes_to_download: Some(
0,
),
bytes_downloaded: Some(
0,
),
bytes_to_stage: Some(
0,
),
bytes_staged: Some(
0,
),
staging_size: Some(
0,
),
target_build_id: Some(
0,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
228982: Depot {
manifest: 6413394087650432851,
size: 9688647,
dlc_app_id: None,
},
228983: Depot {
manifest: 8124929965194586177,
size: 19265607,
dlc_app_id: None,
},
228984: Depot {
manifest: 2547553897526095397,
size: 13742505,
dlc_app_id: None,
},
228985: Depot {
manifest: 3966345552745568756,
size: 13699237,
dlc_app_id: None,
},
228986: Depot {
manifest: 8782296191957114623,
size: 29759921,
dlc_app_id: None,
},
228988: Depot {
manifest: 6645201662696499616,
size: 29212173,
dlc_app_id: None,
},
228989: Depot {
manifest: 8457487755951768435,
size: 39042092,
dlc_app_id: None,
},
228990: Depot {
manifest: 1829726630299308803,
size: 102931551,
dlc_app_id: None,
},
229004: Depot {
manifest: 5220958916987797232,
size: 70000464,
dlc_app_id: None,
},
229005: Depot {
manifest: 7992454656023763365,
size: 62009092,
dlc_app_id: None,
},
229007: Depot {
manifest: 4477590687906973371,
size: 117381405,
dlc_app_id: None,
},
229012: Depot {
manifest: 4353723233161159493,
size: 7061608,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"BetaKey": "public",
},
mounted_config: {
"BetaKey": "public",
},
install_scripts: {
228982: "_CommonRedist\\vcredist\\2008\\installscript.vdf",
228983: "_CommonRedist\\vcredist\\2010\\installscript.vdf",
228984: "_CommonRedist\\vcredist\\2012\\installscript.vdf",
228985: "_CommonRedist\\vcredist\\2013\\installscript.vdf",
228986: "_CommonRedist\\vcredist\\2015\\installscript.vdf",
228988: "_CommonRedist\\vcredist\\2019\\installscript.vdf",
228989: "_CommonRedist\\vcredist\\2022\\installscript.vdf",
228990: "_CommonRedist\\DirectX\\Jun2010\\installscript.vdf",
229004: "_CommonRedist\\DotNet\\4.5.2\\installscript.vdf",
229005: "_CommonRedist\\DotNet\\4.6\\installscript.vdf",
229007: "_CommonRedist\\DotNet\\4.8\\installscript.vdf",
229012: "_CommonRedist\\XNA\\4.0\\installscript.vdf",
},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 230270
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 230270`
Found app - SteamApp {
app_id: 230270,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\N++",
name: Some(
"N++",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133151414940000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
1025455882,
),
build_id: Some(
8162844,
),
bytes_to_download: Some(
493858560,
),
bytes_downloaded: Some(
493858560,
),
bytes_to_stage: Some(
1025455882,
),
bytes_staged: Some(
1025455882,
),
staging_size: Some(
0,
),
target_build_id: Some(
8162844,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
230271: Depot {
manifest: 381923793714429132,
size: 1025455882,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228983: 228980,
228985: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 233610
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 233610`
Found app - SteamApp {
app_id: 233610,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Distance",
name: Some(
"Distance",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133145971550000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
2571221537,
),
build_id: Some(
4508138,
),
bytes_to_download: Some(
803464480,
),
bytes_downloaded: Some(
803464480,
),
bytes_to_stage: Some(
2571221537,
),
bytes_staged: Some(
2571221537,
),
staging_size: Some(
0,
),
target_build_id: Some(
4508138,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
233611: Depot {
manifest: 5462056757679407614,
size: 13126,
dlc_app_id: None,
},
233614: Depot {
manifest: 4950813814459163773,
size: 2571208411,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228983: 228980,
228985: 228980,
228986: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 251290
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 251290`
Found app - SteamApp {
app_id: 251290,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Trails in the Sky SC",
name: Some(
"The Legend of Heroes: Trails in the Sky SC",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133151421920000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
4565755053,
),
build_id: Some(
9572195,
),
bytes_to_download: Some(
4031490992,
),
bytes_downloaded: Some(
4031490992,
),
bytes_to_stage: Some(
4565755053,
),
bytes_staged: Some(
4565755053,
),
staging_size: Some(
0,
),
target_build_id: Some(
9572195,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
251291: Depot {
manifest: 4175956275871811030,
size: 4565755053,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228989: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 253030
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 253030`
Found app - SteamApp {
app_id: 253030,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\RaceTheSun",
name: Some(
"Race The Sun",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133145968120000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
155896395,
),
build_id: Some(
1808508,
),
bytes_to_download: Some(
32771968,
),
bytes_downloaded: Some(
32771968,
),
bytes_to_stage: Some(
155896395,
),
bytes_staged: Some(
155896395,
),
staging_size: Some(
0,
),
target_build_id: Some(
1808508,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
253031: Depot {
manifest: 1005746811166845326,
size: 155896395,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228983: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 257850
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 257850`
Found app - SteamApp {
app_id: 257850,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\HyperLightDrifter",
name: Some(
"Hyper Light Drifter",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133206476340000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
534452174,
),
build_id: Some(
10236942,
),
bytes_to_download: Some(
441600800,
),
bytes_downloaded: Some(
441600800,
),
bytes_to_stage: Some(
534452174,
),
bytes_staged: Some(
534452174,
),
staging_size: Some(
0,
),
target_build_id: Some(
10236942,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
257851: Depot {
manifest: 7353227236315899327,
size: 534452174,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228985: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 273570
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 273570`
Found app - SteamApp {
app_id: 273570,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Descent",
name: Some(
"Descent",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133175089210000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
29694477,
),
build_id: Some(
7427327,
),
bytes_to_download: Some(
16438656,
),
bytes_downloaded: Some(
16438656,
),
bytes_to_stage: Some(
29694477,
),
bytes_staged: Some(
29694477,
),
staging_size: Some(
0,
),
target_build_id: Some(
7427327,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
273571: Depot {
manifest: 5960541008641373912,
size: 29694477,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 335300
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 335300`
Found app - SteamApp {
app_id: 335300,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Dark Souls II Scholar of the First Sin",
name: Some(
"DARK SOULS™ II: Scholar of the First Sin",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133219123900000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
19302833578,
),
build_id: Some(
9527516,
),
bytes_to_download: Some(
12601065376,
),
bytes_downloaded: Some(
12601065376,
),
bytes_to_stage: Some(
19312522225,
),
bytes_staged: Some(
19312522225,
),
staging_size: Some(
0,
),
target_build_id: Some(
9527516,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
335301: Depot {
manifest: 2962083928887153929,
size: 19302833578,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228982: 228980,
228983: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 396900
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 396900`
Found app - SteamApp {
app_id: 396900,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Grip",
name: Some(
"GRIP: Combat Racing",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133145960440000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
12192994664,
),
build_id: Some(
8527422,
),
bytes_to_download: Some(
4099519664,
),
bytes_downloaded: Some(
4099519664,
),
bytes_to_stage: Some(
12192994664,
),
bytes_staged: Some(
12192994664,
),
staging_size: Some(
0,
),
target_build_id: Some(
8527422,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
396901: Depot {
manifest: 5593739036571533807,
size: 12192994664,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 400910
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 400910`
Found app - SteamApp {
app_id: 400910,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Rabi-Ribi",
name: Some(
"Rabi-Ribi",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133203723730000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
926955514,
),
build_id: Some(
10497836,
),
bytes_to_download: Some(
9306416,
),
bytes_downloaded: Some(
9306416,
),
bytes_to_stage: Some(
729811125,
),
bytes_staged: Some(
729811125,
),
staging_size: Some(
0,
),
target_build_id: Some(
10497836,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
400911: Depot {
manifest: 1379465708067203384,
size: 547744478,
dlc_app_id: None,
},
431621: Depot {
manifest: 6350927134882693575,
size: 296956932,
dlc_app_id: Some(
431621,
),
},
532021: Depot {
manifest: 1035919649618532855,
size: 34140071,
dlc_app_id: Some(
532021,
),
},
547660: Depot {
manifest: 5184780646830269248,
size: 18544433,
dlc_app_id: Some(
547660,
),
},
1015050: Depot {
manifest: 4120438623915969195,
size: 29569600,
dlc_app_id: Some(
1015050,
),
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 477870
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target\debug\examples\appmanifest.exe 477870`
Found app - SteamApp {
app_id: 477870,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Yomawari Night Alone",
name: Some(
"Yomawari: Night Alone",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133203834380000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
1086265563,
),
build_id: Some(
1627019,
),
bytes_to_download: Some(
574805600,
),
bytes_downloaded: Some(
574805600,
),
bytes_to_stage: Some(
1086265563,
),
bytes_staged: Some(
1086265563,
),
staging_size: Some(
0,
),
target_build_id: Some(
1627019,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
477871: Depot {
manifest: 2591754114830748988,
size: 1024032443,
dlc_app_id: None,
},
477880: Depot {
manifest: 7407340641025171058,
size: 57567589,
dlc_app_id: None,
},
477881: Depot {
manifest: 5368817760499388309,
size: 4665531,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228985: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 504230
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 504230`
Found app - SteamApp {
app_id: 504230,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Celeste",
name: Some(
"Celeste",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133086137310000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
1164449173,
),
build_id: Some(
6458966,
),
bytes_to_download: Some(
746053600,
),
bytes_downloaded: Some(
746053600,
),
bytes_to_stage: Some(
1164449173,
),
bytes_staged: Some(
1164449173,
),
staging_size: Some(
0,
),
target_build_id: Some(
6458966,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
504231: Depot {
manifest: 708531128774243067,
size: 1164449173,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
229005: 228980,
229012: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 570940
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 570940`
Found app - SteamApp {
app_id: 570940,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\DARK SOULS REMASTERED",
name: Some(
"DARK SOULS™: REMASTERED",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133209801680000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
7366427395,
),
build_id: Some(
9694186,
),
bytes_to_download: Some(
7028859568,
),
bytes_downloaded: Some(
7028859568,
),
bytes_to_stage: Some(
7366427395,
),
bytes_staged: Some(
7366427395,
),
staging_size: Some(
0,
),
target_build_id: Some(
9694186,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
570941: Depot {
manifest: 2900566705832487094,
size: 7316141051,
dlc_app_id: None,
},
570943: Depot {
manifest: 2385633508013979570,
size: 50286344,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228986: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 584640
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 584640`
Found app - SteamApp {
app_id: 584640,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Super Chicken Jumper",
name: Some(
"SUPER CHICKEN JUMPER",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133165585970000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
33248486,
),
build_id: Some(
9070886,
),
bytes_to_download: Some(
21439792,
),
bytes_downloaded: Some(
21439792,
),
bytes_to_stage: Some(
33248486,
),
bytes_staged: Some(
33248486,
),
staging_size: Some(
0,
),
target_build_id: Some(
9070886,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
584641: Depot {
manifest: 4788356129861994014,
size: 33248486,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228989: 228980,
228990: 228980,
229005: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 588650
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 588650`
Found app - SteamApp {
app_id: 588650,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Dead Cells",
name: Some(
"Dead Cells",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133230417110000000,
},
),
update_result: None,
size_on_disk: Some(
2112219715,
),
build_id: Some(
10739060,
),
bytes_to_download: None,
bytes_downloaded: None,
bytes_to_stage: None,
bytes_staged: None,
staging_size: Some(
0,
),
target_build_id: None,
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
588651: Depot {
manifest: 2758197829622969373,
size: 2088099088,
dlc_app_id: None,
},
588654: Depot {
manifest: 3741438499444651848,
size: 24120627,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 600130
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 600130`
Found app - SteamApp {
app_id: 600130,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Valfaris",
name: Some(
"Valfaris",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133212489290000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
840023636,
),
build_id: Some(
7810105,
),
bytes_to_download: Some(
501292304,
),
bytes_downloaded: Some(
501292304,
),
bytes_to_stage: Some(
840023636,
),
bytes_staged: Some(
840023636,
),
staging_size: Some(
0,
),
target_build_id: Some(
7810105,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
600131: Depot {
manifest: 1250616733739538968,
size: 840023636,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 637650
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 637650`
Found app - SteamApp {
app_id: 637650,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\FINAL FANTASY XV",
name: Some(
"FINAL FANTASY XV WINDOWS EDITION",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133148619590000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
112895080187,
),
build_id: Some(
6575095,
),
bytes_to_download: Some(
101889351808,
),
bytes_downloaded: Some(
101889351808,
),
bytes_to_stage: Some(
112895080187,
),
bytes_staged: Some(
112895080187,
),
staging_size: Some(
0,
),
target_build_id: Some(
6575095,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
637651: Depot {
manifest: 4290656803638294445,
size: 92538553052,
dlc_app_id: None,
},
977611: Depot {
manifest: 1865728960517912488,
size: 20356527135,
dlc_app_id: Some(
977610,
),
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228986: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 648050
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 648050`
Found app - SteamApp {
app_id: 648050,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Super Pilot",
name: Some(
"Super Pilot",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133145938780000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
481213854,
),
build_id: Some(
10052199,
),
bytes_to_download: Some(
180657584,
),
bytes_downloaded: Some(
180657584,
),
bytes_to_stage: Some(
481213854,
),
bytes_staged: Some(
481213854,
),
staging_size: Some(
0,
),
target_build_id: Some(
10052199,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
648052: Depot {
manifest: 1429420149620182030,
size: 481213854,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 662960
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 662960`
Found app - SteamApp {
app_id: 662960,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\MysteriaOccultShadows",
name: Some(
"Mysteria~Occult Shadows~",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133173033820000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
19314347003,
),
build_id: Some(
5572104,
),
bytes_to_download: Some(
14090693696,
),
bytes_downloaded: Some(
14090693696,
),
bytes_to_stage: Some(
19314347003,
),
bytes_staged: Some(
19314347003,
),
staging_size: Some(
0,
),
target_build_id: Some(
5572104,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
662961: Depot {
manifest: 798013338858984574,
size: 18761231494,
dlc_app_id: None,
},
1143520: Depot {
manifest: 8569944153645223944,
size: 431856928,
dlc_app_id: Some(
1143520,
),
},
1143660: Depot {
manifest: 3454427636829531688,
size: 121258581,
dlc_app_id: Some(
1143660,
),
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228986: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 718590
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 718590`
Found app - SteamApp {
app_id: 718590,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Dark Devotion",
name: Some(
"Dark Devotion",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133209788190000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
1032246552,
),
build_id: Some(
3963331,
),
bytes_to_download: Some(
815179360,
),
bytes_downloaded: Some(
815179360,
),
bytes_to_stage: Some(
1032246552,
),
bytes_staged: Some(
1032246552,
),
staging_size: Some(
0,
),
target_build_id: Some(
3963331,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
718599: Depot {
manifest: 1564286666543868423,
size: 1032246552,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 728880
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 728880`
Found app - SteamApp {
app_id: 728880,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Overcooked! 2",
name: Some(
"Overcooked! 2",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133086307950000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
8506959127,
),
build_id: Some(
8950364,
),
bytes_to_download: Some(
6246167488,
),
bytes_downloaded: Some(
6246167488,
),
bytes_to_stage: Some(
8506959127,
),
bytes_staged: Some(
8506959127,
),
staging_size: Some(
0,
),
target_build_id: Some(
8950364,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
728881: Depot {
manifest: 8562236934291228162,
size: 8506959127,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 753640
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 753640`
Found app - SteamApp {
app_id: 753640,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Outer Wilds",
name: Some(
"Outer Wilds",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133135586100000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
11655683264,
),
build_id: Some(
9937068,
),
bytes_to_download: Some(
93659088,
),
bytes_downloaded: Some(
93659088,
),
bytes_to_stage: Some(
3399691101,
),
bytes_staged: Some(
3399691101,
),
staging_size: Some(
0,
),
target_build_id: Some(
9937068,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
753641: Depot {
manifest: 208802983633991403,
size: 11655683264,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228988: 228980,
228990: 228980,
},
last_user: Some(
76561198034198353,
),
}
-- 774361
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 774361`
Found app - SteamApp {
app_id: 774361,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Blasphemous",
name: Some(
"Blasphemous",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133103400270000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
895361587,
),
build_id: Some(
8733427,
),
bytes_to_download: Some(
695143200,
),
bytes_downloaded: Some(
695143200,
),
bytes_to_stage: Some(
895361587,
),
bytes_staged: Some(
895361587,
),
staging_size: Some(
0,
),
target_build_id: Some(
8733427,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
774362: Depot {
manifest: 6869787296347543622,
size: 895361587,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 775580
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 775580`
Found app - SteamApp {
app_id: 775580,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\ITTA",
name: Some(
"ITTA",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133203920220000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
260678295,
),
build_id: Some(
5111143,
),
bytes_to_download: Some(
171666720,
),
bytes_downloaded: Some(
171666720,
),
bytes_to_stage: Some(
260678295,
),
bytes_staged: Some(
260678295,
),
staging_size: Some(
0,
),
target_build_id: Some(
5111143,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
775581: Depot {
manifest: 2978436554780281302,
size: 260678295,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 960690
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 960690`
Found app - SteamApp {
app_id: 960690,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\One Step From Eden",
name: Some(
"One Step From Eden",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133086289490000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
516635275,
),
build_id: Some(
8959396,
),
bytes_to_download: Some(
402230448,
),
bytes_downloaded: Some(
402230448,
),
bytes_to_stage: Some(
516635275,
),
bytes_staged: Some(
516635275,
),
staging_size: Some(
0,
),
target_build_id: Some(
8959396,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
960691: Depot {
manifest: 2136011403163313048,
size: 516635275,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {},
last_user: Some(
76561198034198353,
),
}
-- 996770
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\examples\appmanifest.exe 996770`
Found app - SteamApp {
app_id: 996770,
path: "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Moving Out",
name: Some(
"Moving Out",
),
universe: None,
launcher_path: Some(
"C:\\Program Files (x86)\\Steam\\steam.exe",
),
state_flags: Some(
[
FullyInstalled,
],
),
last_updated: Some(
SystemTime {
intervals: 133208178390000000,
},
),
update_result: Some(
0,
),
size_on_disk: Some(
731070955,
),
build_id: Some(
6393794,
),
bytes_to_download: Some(
527447488,
),
bytes_downloaded: Some(
527447488,
),
bytes_to_stage: Some(
731070955,
),
bytes_staged: Some(
731070955,
),
staging_size: Some(
0,
),
target_build_id: Some(
6393794,
),
auto_update_behavior: KeepUpToDate,
allow_other_downloads_while_running: UseGlobalSetting,
scheduled_auto_update: None,
full_validate_before_next_update: false,
full_validate_after_next_update: false,
installed_depots: {
996771: Depot {
manifest: 5191439892301511493,
size: 731070955,
dlc_app_id: None,
},
},
staged_depots: {},
user_config: {
"language": "english",
},
mounted_config: {
"language": "english",
},
install_scripts: {},
shared_depots: {
228986: 228980,
},
last_user: Some(
76561198034198353,
),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment