Skip to content

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

@DerMilchmann

Description

@DerMilchmann

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions