...
To download anything from the workshop, you do need a Steam account. You also need to know the Workshop ID of the item you want to download. If you browse the workshop, the URL will reveal this ID. For example:http https://steamcommunity.com/sharedfiles/filedetails/?id=5052251771515644900
Open a command line and run SteamCMD to start the actual download of the item:
...
The command you are running will log into Steam, download an item from the workshop for a game with ID 365960 (which is rFactor 2) and the workshop item ID 5052251771515644900, and then quit. Now to find the item you just downloaded, go into the folder where you installed SteamCMD and then go to this path:
Code Block |
---|
steamapps\workshop\content\365960\5052251771515644900 |
Again you see the ID of both the game and the workshop item in the path. That folder should give you the contents of the item. This is often a single package file, but could very well be a whole set of files. In the next section we will discuss how to install them.
...