[How-To] Download and Install Older Versions of GD [Steam-Only]

anchor1

If you already have followed this guide and know what you’re doing and just need to get to the list:

Jump to early access builds

Jump to user requested builds



Preamble Ramble


  • DISCLAIMER 1:

    • I would note for anyone that wishes to try this - it is NOT a computer noob-friendly thing to do. Essentially, if you aren’t comfortable with having to use a command-line or installing various tools, extracting, moving, and renaming folders then this might not be your cup-o-tea.

      Besides all that, understanding the implications of downloading very OLD versions of Grim Dawn and how that could potentially impact your “modern” saves if you aren’t taking the necessary steps to avoid such problems, is also a desirable trait in any person looking to perform this.

      I would also strongly advise that you not be using cloudsaves if you are doing methods like this. Take full control of your saves and switch to local. There are guides on this forum for how to do that if you don’t know how.

      You have been warned.

  • DISCLAIMER 2:

    • This guide makes use of a 3rd party tool known as DepotDownloader, which seems to be known and popular for the particular function it performs - which is to ease and enable the process of downloading old game versions directly from Steam’s database.

      Keep in mind - you need to actually OWN what you are downloading for this to work and as such the tool needs you to login to your Steam account through it in order to facilitate this. If this is a problem for you then turn around now - there is no other legal way that I am aware of to do this.


Intro

Below is my guide for how to download and install older versions of Grim Dawn, Steam-only. Following the steps of this guide gets you the first public early access release of GD, version B14 (Nov. 5th 2013). I will slowly be adding a list of the commands to get later versions of the game down in the second post. Eventually you will be able experience early access (and beyond) in totality if you really want, fairly easily.

If you wish to learn how to use the SteamDB to acquire the information for how to download any old version of GD you wish then I suggest you go over the guide I used to learn the process, which is a slightly more in-depth guide:

Guide - How to rollback your Skyrim - Manifest not available fix at Skyrim Special Edition Nexus - Mods and Community


My own guide below currently nets you B14. Guess you gunna be needing some patch notes!

B14 Change Log (v0.2.0.6 Update)

…Oh my, just look at those yummy B14 upgrades you are about to experience. Absolutely splendid.



Prerequisites
  • Right-click GD in your Steam Library. Set it to not update the game until you launch it. This is to prevent you from accidentally (incase of future GD updates) copying over what you are about to do.

    I would also suggest that, after completing this guide and launching the game for the first time, double-checking that this option is still set correctly.


  • It might also be a good idea to back up your entire local saving folder as well… just in case. So yeah. Do that. Great idea. Scratch that, ya know what? Better yet simply rename your local save folder from “Grim Dawn” to “_Grim Dawn”:

    image

    This way the game can create an entirely new folder and you don’t have to worry about cross-contamination from this old build possibly screwing up your more “modern” characters and settings.


  • Download the .Net Core Runtime: Download .NET 5.0 Runtime
    Choose the one under the “Run Console Apps” heading. I downloaded the x64 version.
    Install it.

  • Download the latest DepotDownloader here (the .zip file): Releases · SteamRE/DepotDownloader · GitHub

    To keep the pathing simple I then placed the zip at the root of C drive and extracted it into its own folder and simply named the folder “DepotDownloader”

    • Note: I did not make this tool and I am not otherwise connected to this tool in any way. I merely link to it as it is, as far as I can tell, the easiest way to acquire old builds of games on Steam.


Doing What We Came To Do -AKA- The Guide!

  • Enter in this text:

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 6993812463491127165 -dir "C:\DepotDownloader\B14 (v0.2.0.6)" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 6993812463491127165 -dir "C:\DepotDownloader\B14 (v0.2.0.6)" -username YOUR_STEAM_USERNAME -validate -remember-password


  • NOTE: You have to provide the above text YOUR STEAM USERNAME. Once you hit enter it WILL request your Steam password. It needs this or it cannot verify that you actually own what you say you own, and would thus be unable to download it. After you give it your password it will send your email a verification number text from Steam - it will then want you to input this number.

    • The -validate and -remember-password commands are OPTIONAL. I add them for my convenience.

      -validate essentially scans any existing files (for example if you run the command again) and checks for any file inconsistencies -or files in need of upgrade-, it basically does what Steam normally already does by default when updating a game.

      -remember-password is fairly self-explanatory. If you don’t want the program to “remember” your password each time you use it, then don’t use this command.

      Read the full list of options you can utilize with the tool here: DepotDownloader


  • Once that has finished, DepotDownloader will now begin downloading the very first public build of Grim Dawn that was released to Early Access. It will download it into this folder:
    C:\DepotDownloader\B14 (v0.2.0.6)

  • After it completes the download, copy the entire “B14 (v0.2.0.6)” folder and then navigate to the directory preceding where you have Grim Dawn installed and paste it into this location, like so:

    image


  • Now, 1) rename your original “Grim Dawn” folder as “_Grim Dawn”. Next, 2) rename the “B14 (v0.2.0.6)” folder as “Grim Dawn”, like so:




That’s it! You NOW have a copy of Grim Dawn B14 from way back in November 2013. I would advise probably not trying to use the x64 option to launch the game - x64 version did not exist for GD at this juncture. Now pat yourself on the back and fire the game up…





My custom tool - _dd_switcher

I went ahead and made a front-end of my own for DepotDownloader to make acquiring old builds a little easier. Keep in mind this tool still assumes you have followed my guide and understand what you are doing. Welcome to the creatively named: _dd_switcher


_dd_switcher.zip (457.3 KB)

SOURCE_dd_switcher.zip (15.7 KB)

_dd_switcher was coded in AutoHotKey.


First off you have some options:

image


Now just to be clear, this tool is only a front-end for DepotDownloader. I never ask nor want your Steam password. That is between you and DepotDownloader. What my tool does, however is enter ALL the other information in for you, including your username.

Normally, I merely pop up an input box to have you type it in then my tool takes it and auto enters it for you. You have to do this each time. Unless, you check the Remember Username box, in which case it stores your username in _dd_switchers ini file, located here: C:\Users\YOUR USERNAME\Documents\My Games\_dd_switcher\_dd_switcher.ini.

You can also choose to have the program hide your username input. It is not, however, capable of hiding it in the command prompt when calling up DepotDownloader and entering in all the info. That’s on you at that point.

Validate is a DepotDownloader command switch. It’s essentially the same thing as file verification thru Steam.

Remember Password is also a DepotDownloader command switch and does as it is named.

Don't Submit prevents my program from immediately pressing Enter after it inputs the download info. It instead leaves it for you to do.

Always On Top keeps my program always on top of all other screens. This comes in handy when copying and pasting custom download data if you wish.

image


By default my tool downloads each build into a preset determined location, here:
C:\DepotDownloader + whatever the build has been pre-named by me.
Optional Download Path lets you change the path.

Optional Folder Name lets you set a new folder name in that path, or even if you haven’t changed the path it will still set a custom folder in C:\DepotDownloader

Optional DepotDownloader Path is if you extracted DepotDownloader to something other than a path as outlined in my guide. If so then you must set the correct path here to fully utilize my tool.

Next we have:

Which allows you to select and download the builds. My tool takes care of all the data for you. Again, having followed the guide should make it all explanatory for you. Reading the User Requested section a couple posts below is also highly recommended if you download any of those builds.

The custom section allows you to download whatever you like. You need to know the AppId, the DepotId, and the ManifestId to utilize the section. You can simply copy and paste data into these fields. You also need to have set an Optional Folder name for it to allow you to actually begin a download.

You can also choose to Save Data for any of your custom inputs. It will add to the dropdown list below and be instantly accessible for future downloads.

That’s it. Enjoy.






Back to top of this post

Jump to early access builds

Jump to user-requested builds of the game

13 Likes
anchor2

Jump to user requested builds

Early Access Builds

  • November 5th, 2013 thru February 24th, 2016

    • B14 marks the first publicly available build of Grim Dawn as it officially entered Steam Early Access. There were private builds available on the platform for some months prior to this - accessible to earlier Kickstarter and website backers.

      • I am unsure of how many builds the very early backers had access to but the earliest changelog is for B8, and it happens to be a very minor hotfix changelog. I link these earliest changelogs just below, located in the dropdown above the B14 dropdown.

      B31 marks the last “early access” build before the game going officially 1.0, or Gold. Notably there is overlap between B31 and the first 1.0 builds in that they are also technically considered hotfixes to B31 by the devs.

  • For each build I list here, in many cases, there are actually several different “versions” available thru Steam, due to hotfixes etc. I always find and list the most recent, or last “up-to-date”, available version of each build. If you know how to peruse SteamDB for the manifest ID’s it is a simple matter to get them instead if you really want them.

    • Note: in order to gain full access to the complete manifest lists you do need to login (and associate) your Steam account on SteamDB.
  • Included in each listing is a brief summary of what each patch brings to the table - mentioning the most notable features. It is still advised to visit and read any changelog links to get a better idea of where the game is at, at any given point.



Pre-B14 Changelogs


B14

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 6993812463491127165 -dir "C:\DepotDownloader\B14 (v0.2.0.6)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 6993812463491127165 -dir "C:\DepotDownloader\B14 (v0.2.0.6)" -username YOUR_STEAM_USERNAME -validate -remember-password



B14 introduces, well, the game. You have access to “Act 1”, 4 Masteries (Soldier, Demolitionist, Occultist, & Nightblade), and a max level of 25.




B15

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 294865898712744738 -dir "C:\DepotDownloader\B15 (v0.2.0.8)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 294865898712744738 -dir "C:\DepotDownloader\B15 (v0.2.0.8)" -username YOUR_STEAM_USERNAME -validate -remember-password



B15 is more of a polish and bug fix patch, nothing too notable.



B16

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 6546223259516943990 -dir "C:\DepotDownloader\B16 (v0.2.1.4)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 6546223259516943990 -dir "C:\DepotDownloader\B16 (v0.2.1.4)" -username YOUR_STEAM_USERNAME -validate -remember-password



B16 is more of a polish and bug fix patch, nothing too notable.



B17

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 6579093252357274577 -dir "C:\DepotDownloader\B17 (v0.2.3.4)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 6579093252357274577 -dir "C:\DepotDownloader\B17 (v0.2.3.4)" -username YOUR_STEAM_USERNAME -validate -remember-password



B17 introduces “Act 2” content and Nightblade gets major revisions - along with a new main menu theme…




B18

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 3769429023873102052 -dir "C:\DepotDownloader\B18 (v0.2.4.5)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 3769429023873102052 -dir "C:\DepotDownloader\B18 (v0.2.4.5)" -username YOUR_STEAM_USERNAME -validate -remember-password



B18 introduces crafting/blacksmiths, adds the Veteran difficulty option, and the ability to dual-wield pistols via item skills.



B19

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 498074328407112898 -dir "C:\DepotDownloader\B19 (v0.2.5.6)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 498074328407112898 -dir "C:\DepotDownloader\B19 (v0.2.5.6)" -username YOUR_STEAM_USERNAME -validate -remember-password



B19 adds SoT rogue-like dungeon, implements the Constitution mechanic, and the ability to wield 2H weapons.



B20

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 4144429800412837771 -dir "C:\DepotDownloader\B20 (v0.2.9.4)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 4144429800412837771 -dir "C:\DepotDownloader\B20 (v0.2.9.4)" -username YOUR_STEAM_USERNAME -validate -remember-password



B20 brings multiplayer and Steam cloud functionality, adds Transmuters to the game, the ability to Dismantle at the Inventor, and yet another new main menu theme - this theme will remain the base game theme. If any further changes (not UI related) occur to it in the future I am unsure…




B21

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 6450598949031145061 -dir "C:\DepotDownloader\B21 (v0.2.9.7)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 6450598949031145061 -dir "C:\DepotDownloader\B21 (v0.2.9.7)" -username YOUR_STEAM_USERNAME -validate -remember-password



B21 adds the Arcanist mastery and adds Scepters and Daggers.



B22

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 4386285047568487565 -dir "C:\DepotDownloader\B22 (v0.3.0.4)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 4386285047568487565 -dir "C:\DepotDownloader\B22 (v0.3.0.4)" -username YOUR_STEAM_USERNAME -validate -remember-password



B22 adds Instanced Loot to MP, allows you to expand your stash, and adds DPS comparisons for weapons.



B23

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 6918222047517316250 -dir "C:\DepotDownloader\B23 (v0.3.1.2)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 6918222047517316250 -dir "C:\DepotDownloader\B23 (v0.3.1.2)" -username YOUR_STEAM_USERNAME -validate -remember-password



B23 introduces the first segment of “Act 3” content, increases level cap to 40.



B24

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 2404042002384887890 -dir "C:\DepotDownloader\B24 (v0.3.3.4)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 2404042002384887890 -dir "C:\DepotDownloader\B24 (v0.3.3.4)" -username YOUR_STEAM_USERNAME -validate -remember-password



B24 introduces the second segment of “Act 3” content allowing access to Homestead, implements the first phases of the Faction system.



B25

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 8146808263049032059 -dir "C:\DepotDownloader\B25 (v0.3.4.3)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 8146808263049032059 -dir "C:\DepotDownloader\B25 (v0.3.4.3)" -username YOUR_STEAM_USERNAME -validate -remember-password



B25 fleshes out factions and bounties and adds Nemesis bosses.



B26

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 6653616837452030855 -dir "C:\DepotDownloader\B26 (v0.3.4.8)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 6653616837452030855 -dir "C:\DepotDownloader\B26 (v0.3.4.8)" -username YOUR_STEAM_USERNAME -validate -remember-password



B26 introduces a level cap increase to 50 granting access to numerous new Epics, and “Act 3” is considered complete, allowing you to side with Kymon’s Chosen or Death’s Vigil, and journey north out of Homestead.



B27

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 3207596290445023287 -dir "C:\DepotDownloader\B27 (v0.3.5.7)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 3207596290445023287 -dir "C:\DepotDownloader\B27 (v0.3.5.7)" -username YOUR_STEAM_USERNAME -validate -remember-password



B27 introduces the Shaman mastery, opens up East Marsh, adds Treasure Troves, and adds Warrant drops to Nemesis.



B28

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 7825745201415435217 -dir "C:\DepotDownloader\B28 (v0.3.6.5)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 7825745201415435217 -dir "C:\DepotDownloader\B28 (v0.3.6.5)" -username YOUR_STEAM_USERNAME -validate -remember-password



B28 raises the level cap to 60, introduces the Devotion system, and begins the first part of “Act 4”.



B29

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 8600463532566631926 -dir "C:\DepotDownloader\B29 (v0.3.7.2)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 8600463532566631926 -dir "C:\DepotDownloader\B29 (v0.3.7.2)" -username YOUR_STEAM_USERNAME -validate -remember-password



B29 now considers the game “feature and content” complete! Level cap is raised to 85, Elite and Ultimate difficulties are now accessible, and Legendary items have been added to the game.



B30

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 5365327351101974274 -dir "C:\DepotDownloader\B30 (v0.3.7.5)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 5365327351101974274 -dir "C:\DepotDownloader\B30 (v0.3.7.5)" -username YOUR_STEAM_USERNAME -validate -remember-password



B30 is primarily balancing and bugfixes as they continue to polish the game in preparation for official release.



NOTICE:

  • Every build from B31 (below) onward that I tried (as a fresh clean install - meaning it had to generate everything new as if it had never been installed on the system before, including the options.txt file) failed to launch the game properly - it would loop audio and freeze at the initial intro/logo screen. I discovered it was due to the game generating a faulty options.txt file for some reason.

    To fix this I generated a working default options.txt from a B30 build. Here is that file if you need it: options.txt (2.2 KB)

    • Navigate to: C:\Users\YOUR USERNAME HERE\Documents\My Games\Grim Dawn\Settings
      …and replace the faulty file with the working file.

      You may want to edit the resolution in it to match your resolution. Mine is 1920 1080.



B31

For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 642661347085120316 -dir "C:\DepotDownloader\B31 (v0.3.8.1)" -username YOUR_STEAM_USERNAME -validate -remember-password

For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 642661347085120316 -dir "C:\DepotDownloader\B31 (v0.3.8.1)" -username YOUR_STEAM_USERNAME -validate -remember-password



B31 is primarily balancing and bugfixes as they continue to polish the game in preparation for official release. They also add in the first voice-overs.




Back to top of this post

Back to 1st post

anchor3

For now I’m going to add user requested builds/patches to this section.

Be SURE you follow the guide in the OP if you haven’t yet. If you do or have then you should know what ya gotta do with the below provided info. You will need to do each download in succession if you also want Crucible, AoM, and FG content as well.




1.1.2.5

  1. Base Game:

    Uploaded to Steam on: 23 May 2019
    AppID: 219990
    DepotID: 219991
    ManifestID: 2699307760082373485

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 2699307760082373485 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 2699307760082373485 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 23 May 2019
      AppID: 219990
      DepotID: 483840
      ManifestID: 1268737622096471428

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 483840 -manifest 1268737622096471428 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 483840 -manifest 1268737622096471428 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. AoM:

    Uploaded to Steam on: 9 May 2019
    AppID: 219990
    DepotID: 642280
    ManifestID: 5927776835735340890

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 642280 -manifest 5927776835735340890 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 642280 -manifest 5927776835735340890 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 9 May 2019
      AppID: 219990
      DepotID: 642281
      ManifestID: 8906648209548039389

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 642281 -manifest 8906648209548039389 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 642281 -manifest 8906648209548039389 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. FG:

    Uploaded to Steam on: 23 May 2019
    AppID: 219990
    DepotID: 897670
    ManifestID: 5019683749839769436

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 897670 -manifest 5019683749839769436 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 897670 -manifest 5019683749839769436 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 8 May 2019
      AppID: 219990
      DepotID: 897671
      ManifestID: 863333166660654322

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 897671 -manifest 863333166660654322 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 897671 -manifest 863333166660654322 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password



v1.1.9.1

  1. Base Game:

    Uploaded to Steam on: 1 April 2021
    AppID: 219990
    DepotID: 219991
    ManifestID: 814035980918246693

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 814035980918246693 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 814035980918246693 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 26 January 2021
      AppID: 219990
      DepotID: 483840
      ManifestID: 5974996272797785170

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 483840 -manifest 5974996272797785170 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 483840 -manifest 5974996272797785170 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. AoM:

    Uploaded to Steam on: 31 March 2021
    AppID: 219990
    DepotID: 642280
    ManifestID: 1944046658514265686

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 642280 -manifest 1944046658514265686 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 642280 -manifest 1944046658514265686 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 15 October 2020
      AppID: 219990
      DepotID: 642281
      ManifestID: 3739990090950042175

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 642281 -manifest 3739990090950042175 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 642281 -manifest 3739990090950042175 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. FG:

    Uploaded to Steam on: 31 March 2021
    AppID: 219990
    DepotID: 897670
    ManifestID: 7276208833243899309

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 897670 -manifest 7276208833243899309 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 897670 -manifest 7276208833243899309 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 15 October 2020
      AppID: 219990
      DepotID: 897671
      ManifestID: 171863764882928522

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 897671 -manifest 171863764882928522 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 897671 -manifest 171863764882928522 -dir "C:\DepotDownloader\v1.1.9.1" -username YOUR_STEAM_USERNAME -validate -remember-password



v1.1.9.2

  1. Base Game:

    Uploaded to Steam on: 29 October 2021
    AppID: 219990
    DepotID: 219991
    ManifestID: 8709702200979296773

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 8709702200979296773 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 8709702200979296773 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 29 October 2021
      AppID: 219990
      DepotID: 483840
      ManifestID: 8005757880332749686

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 483840 -manifest 8005757880332749686 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 483840 -manifest 8005757880332749686 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. AoM:

    Uploaded to Steam on: 29 October 2021
    AppID: 219990
    DepotID: 642280
    ManifestID: 3334575034314947496

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 642280 -manifest 3334575034314947496 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 642280 -manifest 3334575034314947496 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 29 October 2021
      AppID: 219990
      DepotID: 642281
      ManifestID: 7579378118194550848

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 642281 -manifest 7579378118194550848 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 642281 -manifest 7579378118194550848 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. FG:

    Uploaded to Steam on: 29 October 2021
    AppID: 219990
    DepotID: 897670
    ManifestID: 1923984909377015764

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 897670 -manifest 1923984909377015764 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 897670 -manifest 1923984909377015764 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 29 October 2021
      AppID: 219990
      DepotID: 897671
      ManifestID: 2267123739682372634

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 897671 -manifest 2267123739682372634 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 897671 -manifest 2267123739682372634 -dir "C:\DepotDownloader\v1.1.9.2" -username YOUR_STEAM_USERNAME -validate -remember-password



v1.1.9.3

  1. Base Game:

    Uploaded to Steam on: 9 November 2021
    AppID: 219990
    DepotID: 219991
    ManifestID: 8717686333402421607

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 8717686333402421607 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 8717686333402421607 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 9 November 2021
      AppID: 219990
      DepotID: 483840
      ManifestID: 5658392757730840720

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 483840 -manifest 5658392757730840720 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 483840 -manifest 5658392757730840720 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. AoM:

    Uploaded to Steam on: 9 November 2021
    AppID: 219990
    DepotID: 642280
    ManifestID: 1788231441389464618

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 642280 -manifest 1788231441389464618 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 642280 -manifest 1788231441389464618 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 29 October 2021
      AppID: 219990
      DepotID: 642281
      ManifestID: 7579378118194550848

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 642281 -manifest 7579378118194550848 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 642281 -manifest 7579378118194550848 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. FG:

    Uploaded to Steam on: 9 November 2021
    AppID: 219990
    DepotID: 897670
    ManifestID: 4715437995530993711

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 897670 -manifest 4715437995530993711 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 897670 -manifest 4715437995530993711 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 9 November 2021
      AppID: 219990
      DepotID: 897671
      ManifestID: 5712044362037780450

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 897671 -manifest 5712044362037780450 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 897671 -manifest 5712044362037780450 -dir "C:\DepotDownloader\v1.1.9.3" -username YOUR_STEAM_USERNAME -validate -remember-password




  • NOTE: If you followed the guide and backed up and/or moved your local install folder out of the way to allow the game to create a new folder (as well you most likely should) then there is the possibility that after attempting to launch the game it will simply crash. This will be because the game seems to utterly FAIL to produce a proper options.txt file that it can use for some unknown reason.

    The solution to that is to simply slot in a known working options.txt file. Here is one if you need it:

    options.txt (2.2 KB)

    You may need to change the resolution in the file to match your resolution. Mine is 1920 1080.



Return to top of this post

Return to 2nd post

Return to 1st post

1 Like

Reserved 3

Thank you very much for the detailed guide!
This will come in handy. :slightly_smiling_face: Just a few days ago I remembered I’ve read about the process somewhere here and I was searching the forum for this information (and found the Nexus link).

1 Like

No prob. If you are interested in later build versions keep an eye on the second post as I will be adding their information there periodically, primarily starting from the first builds Crate ever uploaded and then going on up until present day.

But if you are interested in any specific ones to be added just let me know and I can throw them on sooner.

Thank you, that’s very kind of you, but no need to hurry for my sake! :slightly_smiling_face:
I just stumbled upon a few items from ancient times and thought I will check them out later (next year?), when I try modding.
My favourite items which don’t drop anymore were draining weapons (mana burn) and enlightenment medals (XP boost).

1 Like

Just A Thread Update:

  • I have completed the list of commands for ALL Early Access builds of the game.

    • NOTE: This list assumes you have followed the guide in the OP already, know what you are doing, and know how to make use of this list.
  • View the list at this post.


Now I will be working on all post-early access builds up to AoM. After reaching AoM I will then continue on to FG, then after FG on up to present day.

2 Likes

Any way to get certain patches besides early acces ones?

Sure. The plan is to get them all up eventually. I been taking a little break after plowing thru all the early access builds.

If you have a specific patch in mind let me know and I can put you together the info for it fairly easily.

  • Do note: if it’s a patch that was dropped during the existence of AoM or FG (of which I am sure you own both) then these require additional steps - or rather, I should say additional downloads.

    • Likewise, Crucible is also a separate download.
1 Like

Im interesting in reverting to patch 1120

anchor4

K… that took a bit longer to do than I thought :laughing: :smirk: primarily because I also needed to get the layout for this reply setup properly and organized, including testing each different manifest ID in turn to make sure everything functioned as expected.

Here’s the rundown: Everything is set for v1.1.2.5 - which is still v1.1.2.0 plus its subsequent hotfixes.

Be SURE you follow the guide in the OP if you haven’t yet. If you do or have then you should know what ya gotta do with the below provided info. You will need to do each download in succession if you also want Crucible, AoM, and FG content as well.



1.1.2.5

  1. Base Game:

    Uploaded to Steam on: 23 May 2019
    AppID: 219990
    DepotID: 219991
    ManifestID: 2699307760082373485

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 219991 -manifest 2699307760082373485 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 219991 -manifest 2699307760082373485 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 23 May 2019
      AppID: 219990
      DepotID: 483840
      ManifestID: 1268737622096471428

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 483840 -manifest 1268737622096471428 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 483840 -manifest 1268737622096471428 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. AoM:

    Uploaded to Steam on: 9 May 2019
    AppID: 219990
    DepotID: 642280
    ManifestID: 5927776835735340890

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 642280 -manifest 5927776835735340890 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 642280 -manifest 5927776835735340890 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 9 May 2019
      AppID: 219990
      DepotID: 642281
      ManifestID: 8906648209548039389

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 642281 -manifest 8906648209548039389 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 642281 -manifest 8906648209548039389 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password


  1. FG:

    Uploaded to Steam on: 23 May 2019
    AppID: 219990
    DepotID: 897670
    ManifestID: 5019683749839769436

    For Powershell: .\DepotDownloader.exe -app 219990 -depot 897670 -manifest 5019683749839769436 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    For CMD: DepotDownloader.exe -app 219990 -depot 897670 -manifest 5019683749839769436 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

    • Crucible:

      Uploaded to Steam on: 8 May 2019
      AppID: 219990
      DepotID: 897671
      ManifestID: 863333166660654322

      For Powershell: .\DepotDownloader.exe -app 219990 -depot 897671 -manifest 863333166660654322 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password

      For CMD: DepotDownloader.exe -app 219990 -depot 897671 -manifest 863333166660654322 -dir "C:\DepotDownloader\v1.1.2.5" -username YOUR_STEAM_USERNAME -validate -remember-password




  • NOTE: If you followed the guide and backed up and/or moved your local install folder out of the way to allow the game to create a new folder (as well you most likely should) then there is the possibility that after attempting to launch the game it will simply crash. This will be because the game seems to utterly FAIL to produce a proper options.txt file that it can use for some unknown reason.

    The solution to that is to simply slot in a known working options.txt file. Here is one if you need it:

    options.txt (2.2 KB)

    You may need to change the resolution in the file to match your resolution. Mine is 1920 1080.


Return to anchor

1 Like

Ty very much man! Appreciate your effort! Will check when i get home if i can set this up and running.

1 Like

No prob - if you have any issues or questions on the process then feel free to ask.


Just A Thread Update (Part 2):

  • I will be putting any user requested build info in this post for the time being.

    • Right now it contains the following build info:
      • v1.1.2.5

      • v1.1.9.1

      • v1.1.9.2

      • v1.1.9.3

        • I placed the latest game version here to slightly “future-proof” for people that might rely on Grim Internals. Now at least they should have a viable rollback option if they need it and have the wherewithal to learn to do this method.

Just A Thread Update (Part 3):

  • I created a DepotDownloader front-end to make downloading builds via DD even easier.


I created a section for the tool in the OP up top.

2 Likes

Just A Thread Update (Part 4):

  • Stream-lined some odds and ends and fixed a bug or two. The meat of the update, however, is that I added the ability to save your Custom input data so that you can instantly load it up in the future. It remembers the Folder Name you set for it along with the App, Depot, and Manifest ID’s and loads them into the input fields for you when the saved item is selected from the dropdown.

    After that all that’s left is to hit Download and get on with it.

As usual, get it up top.

Now that I have my tool complete (or complete enough) I will probably resume adding more GD build info to the thread again before long, which of course will be added to _dd_switcher in turn. Part of the reason I decided to build it was to make it a little easier on me collecting, testing, and saving the information. The side bonus is that it helps anyone else wanting to download their own stuff as well.

It should be noted, for people who aren’t sure what the “Custom” section of the tool means, it’s simple - it allows you to add (and now save) the input for any games you own on Steam (not just GD), and rapidly get to downloading their older builds at your leisure.

This gives it much greater use beyond being just a “GD” tool.

Man. I love the tool you added! However I can’t help but call the app the “GDDD” (Grim Dawn Depot Downloader).

Just wanted to stop in and say thanks for the guide. Helped with having to revert back to 1.1.9.3 since the new GD update messed up GI! Lol

1 Like

Glad ya like and find it useful. Haven’t been doing much with it lately as it is kinda niche overall but mainly I’ve been busy with a new job, twin toddlers and a newborn son :baby_bottle:. I do still want to finish expanding the build list (and my own tool) to include every major build ever released but finding time has been a little hard lately lol.

You’re the first to comment that you’ve actually used it so I guess it makes the hours I sunk into it all worth it now :wink:. If you notice any bugs or issues please let me know - I tested it fairly well while making it but you never know. Thanks for taking the time to comment.

1 Like

Really? O.o

This guide is being shared today on the GrimInternals megapost for the exact reason I mentioned about! Lol

Here is a link:

1 Like