Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DERM Tool (Online) generates invalid .bat file #9

Open
DerMilchmann opened this issue Feb 9, 2025 · 0 comments
Open

DERM Tool (Online) generates invalid .bat file #9

DerMilchmann opened this issue Feb 9, 2025 · 0 comments

Comments

@DerMilchmann
Copy link

Selected Patch: 18 September 2023 (12194550)
.bat Content:

dotnet DepotDownloader.dll -app 813780 -depot 813781 -manifest 813781 -dir "C:\Program Files (x86)\Steam\steamapps\common\AoE2DE" -username "YOURLOGINHERE" -remember-password -password "YOURPASSWORDHERE" -validate -max-downloads 16 --exclude .wmv,.avi

dotnet DepotDownloader.dll -app 813780 -depot 4722838075620321078 -manifest -dir "C:\Program Files (x86)\Steam\steamapps\common\AoE2DE" -username "YOURLOGINHERE" -remember-password -password "YOURPASSWORDHERE" -validate -max-downloads 16 --exclude .wmv,.avi

First Entry includes an invalid manifest and the second entry doesnt specify any manifest at all. The actual manifest for this patch does get put into the depot for the second entry.

Piecing together whats actually requested on SteamDB

Running this corrected command:

dotnet DepotDownloader.dll -app 813780 -depot 813781 -manifest 4722838075620321078-dir "C:\Program Files (x86)\Steam\steamapps\common\AoE2DE" -username "YOURLOGINHERE" -remember-password -password "YOURPASSWORDHERE" -validate -max-downloads 16 --exclude .wmv,.avi

It actually downloads the depot, but the game won't run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant