Sorry if this is a repeat of previous posts on this topic.
I recently did some research about installing mods in general, and then with the help of others in this forum, figured out how to get Conan mods from the Steam workshop for a non-Steam install. For the benefit of those in my Discord channel, I collated the instructions into a comprehensive solution that can be accessed from beginning to end, all in one place, and put them into a discussion thread.
Here is the text of that thread:
Default path for Mods folder for Epic Games Store install: C:\Program Files(x86)\EpicGames\Conan Exiles\WindowsNoEditor\ConanSandbox\Mods\
Default path for Mods folder for Microsoft Store install: C:\XboxGames\Conan Exiles\Content\WindowsNoEditor\ConanSandbox\Mods
(It’s possible the Mods folder may have to be created. At least for the Microsoft Store install, it was very picky about user permissions. Make sure you’re logged in as Admin before trying to add folders to \ConanSandbox).
General method (not for Steam Workshop):
- find mods online (ex.: Mods at Conan Exiles Nexus - Mods and Community)
- download .pak file
- copy .pak file to Mods folder (see above for default paths)
- Start Conan Exiles, choose Mods from the main menu, and move the mods you want from “available” to “active” or whatever the columns are called in that screen.
- Restart Conan Exiles to load the selected mods.
(There is a .txt file in the Mods folder that will update as you activate mods in the game. Don’t edit or delete it, or the mods you’ve chosen will not load.)
Downloading from Steam Workshop:
Determine the path for your Mods folder (see above for default paths)
Download this batch script: WorkshopDownloader - Google Drive
Extract the folder wherever you want, I guess. I extracted it to C:\ just because I figured that would be the least complicated place to put it.
Download SteamCMD: SteamCMD - Valve Developer Community
Put SteamCMD in the same folder as the batch script.
Find the Steam Workshop mods you want to install at Conan Exiles
For each mod that you want to install, copy the file ID.
For instance, in the link: Steam Workshop::GlowingEssence, you want to copy the 2972994246.
Paste the file IDs, one per line, into the ModIDs.txt file, and save the changes. The ModIDs.txt file is in the same folder as the batch script.
Run the batch script(Run.bat). The first time you run it, it will download files that SteamCMD needs to run properly. After it does that, it will download the mods you pasted file IDs for into the ModIDs.txt file. It is a good idea to leave the file IDs inside the ModIDs.txt file, as SteamCMD checks them all for the latest version and replaces any outdated versions.
After the script has terminated, open a File Explorer window for the following path:
(Wherever you extracted WorkshopDownloader to) \WorkshopDownloadScript\Steam\steamapps\workshop\content\440900.
There should be a number of subfolders in there, matching the fileIDs you pasted into ModIDs.txt. Leave them as they are, as SteamCMD will check them in the future for updates when you run the batch script in the future.
In the File Explorer window, do a search for *.pak. This will return a list of all the .pak files sitting in the subfolders. Select All and Copy, then paste to your mods folder.
I guess you can cut instead of copying, but that will mean every time you run the batch script it will re-download all those files, even if it otherwise wouldn’t have to because they are the same version as before. I guess in the case where storage is limited and the .pak file is 1gb+, you might want to delete the originals after pasting to your Mods folder. You want to keep the file IDs in the ModIDs.txt file for as long as you want to keep the mod, because that is how the batch script knows to check each mod for updates.
I will continue to try to figure out a way to automate the copy/paste operation, but until then, this method works just fine.
I would also suggest putting a shortcut to Run.bat somewhere easily accessible, so you can periodically run it to check your installed mods for updates. Since it will be updating to the subfolders in 440900, you’ll have to do the search *.pak, Select All, Copy, Paste to Mods each time you find updates or get new mods.