Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:GRID Autosport

Line 641: Line 641:
 
Exit Steam if it is currently running. Open Command Prompt. In Command Prompt, change to the directory where DepotDownloader is located. For example, if DepotDownloader is located at %USERPROFILE%\Downloads\depotdownloader-2.4.7\, then in Command Prompt enter <code>cd /d %userprofile%\downloads\depotdownloader-2.4.7</code>. Change the path if you extracted DepotDownloader to a different location.
 
Exit Steam if it is currently running. Open Command Prompt. In Command Prompt, change to the directory where DepotDownloader is located. For example, if DepotDownloader is located at %USERPROFILE%\Downloads\depotdownloader-2.4.7\, then in Command Prompt enter <code>cd /d %userprofile%\downloads\depotdownloader-2.4.7</code>. Change the path if you extracted DepotDownloader to a different location.
  
Enter the following command in Command Prompt (change steamusername to whatever your Steam username is):<br /><code>dotnet depotdownloader.dll -app 255220 -depot 255238 -manifest 839216417523198144 -filelist dlc.txt -username steamusername -remember-password</code>
+
Enter the following command in Command Prompt (change <span style="color:#ff0000">steamusername</span> to whatever your Steam username is):<br /><code>dotnet depotdownloader.dll -app 255220 -depot 255238 -manifest 839216417523198144 -filelist dlc.txt -username steamusername -remember-password</code>
  
 
The default download location is a subdirectory named '''depots''' in the depotdownloader directory. Continuing with the previous example, that would be %USERPROFILE%\Downloads\depotdownloader-2.4.7\depots\. If you wish to specify a different download location, you will need to add '''-dir''' followed by the location of your choosing to the previous command.
 
The default download location is a subdirectory named '''depots''' in the depotdownloader directory. Continuing with the previous example, that would be %USERPROFILE%\Downloads\depotdownloader-2.4.7\depots\. If you wish to specify a different download location, you will need to add '''-dir''' followed by the location of your choosing to the previous command.