How to Install Old Versions from Steam

This guide will walk you through how to play old versions of No Man's Sky using Steam. A Steam Account with a purchased or activated No Man's Sky is required to perform these steps.

The Steam client used to allow you to download old games through the console with the download_depot command. As of writing this guide, this functionality is broken and will return a "Depot download failed : Manifest not available" error. So this guide uses the third party SteamRE Depot Downloader instead.

1. Download DepotDownloader

Navigate to https://github.com/SteamRE/DepotDownloader/releases/ and download the latest release of Depot Downloader.

01-steam-depotdownloader.png

2. Extract DepotDownloader and Open Command Prompt

Extract the Zip file to somewhere on your computer. In this example I will extract it to C:\depotdownloader.

Next press Win+R and type cmd and press enter.

02-steam-runcmd.png

At the command prompt, type cd "C:\depotdownloader" (or whatever the path is) and press enter. If you installed it to a path on a different drive letter (such as E:\depotdownloader), you will then have to type that drive letter followed by a colon, e.g. E: and press enter.

03-steam-cd.png

3. Run DepotDownloader Command

You can now use the DepotDownloader tool to download a specific version of No Man's Sky from Steam. The format of the command is as follows:

DepotDownloader -app <appid> -depot <depotid> -manifest <id> -dir <folder> -username <username> -password <password>

Using SteamDB it is possible to see that for No Man's Sky the appid is 275850 and the depotid is 275851. Below are commands for the final builds of each legacy version before No Man's Sky NEXT. A complete list of legacy manifest IDs is available on the Legacy Versions Guide.

Select one of the below commands highlighted in red, depending on which version you want, and copy it to the clipboard. At the command line, simply right-click the mouse to paste the command. Use the cursor keys and backspace/delete key to change UN and PW to your Steam username and password, and press enter.

Release Version Date Manifest ID Command
Launch Day 1.03 2016-08-12 4186508802612155038 DepotDownloader -app 275850 -depot 275851 -manifest 4186508802612155038 -dir "no_mans_sky_v1.03" -username UN -password PW
01 release orb.png Initial Release 1.09.1 2016-10-26 7324577403707723494 DepotDownloader -app 275850 -depot 275851 -manifest 7324577403707723494 -dir "no_mans_sky_v1.09.1" -username UN -password PW
02 foundation orb.png Foundation 1.13 2016-12-12 2123008115602074603 DepotDownloader -app 275850 -depot 275851 -manifest 2123008115602074603 -dir "no_mans_sky_v1.13" -username UN -password PW
03 path finder orb.png Path Finder 1.24 2017-03-27 3749359456608052294 DepotDownloader -app 275850 -depot 275851 -manifest 3749359456608052294 -dir "no_mans_sky_v1.24" -username UN -password PW
04 atlas rises orb.png Atlas Rises 1.38 2017-10-03 8262658978126728861 DepotDownloader -app 275850 -depot 275851 -manifest 8262658978126728861 -dir "no_mans_sky_v1.38" -username UN -password PW

4. Download the Game

If your account is protected with Steam Guard, you will be prompted for the code. The depot will then be downloaded into the folder you specified with -dir. e.g. C:\depotdownloader\no_mans_sky_v1.03

04-steam-download.png

5. Replace steam_api64.dll

Navigate to the location of the NMS.exe in the Binaries subfolder. e.g. C:\depotdownloader\no_mans_sky_v1.03\Binaries.

If you try to launch NMS.exe it will give the error "Steam init error" and cannot be launched independently.

05-steam-dll.png

To allow the game to run, download a replacement steam_api64.dll here and replace it the dll with the same name.

Drive-download.png Download Replacement steam_api64.dll

(credit for this DLL goes to the goldberg emulator project.)

6. Unpack NMS.exe - v1.20 and above only.

The 03 path finder orb.png Path Finder update and future versions (v1.20 and above) contain SteamStub in the NMS executable. For previous versions you can skip this step.

If you try to launch NMS.exe on these versions it will launch the Steam client and run the latest version of NMS you have installed instead.

To resolve this, click here to get the latest release of Steamless, download the zip and extract it somewhere. Run Steamless.exe and locate the NMS.exe in the Binaries folder.

06-steam-steamless-1.png

06-steam-steamless-2.png

Click Unpack File. This will create NMS.unpacked.exe in the same folder. Delete the original NMS.exe and rename this file to NMS.exe.

7. Launch the Game

Run NMS.exe and the game should launch properly.

The Save games will be stored in C:\Users\PC USERNAME\AppData\Roaming\HelloGames\NMS\st_STEAM ID #. If you have existing save games in this folder from another version, you may wish to back them up first.