Hey All, I am trying to get mods to work on my server, but I'm not having luck. I followed the set of instructions below, but no luck. I created ConanExiles/Sandbox/Mods and placed the .pak in there, along with a modlist.txt with the path to the mods. No luck though, any thoughts?
How to install on servers?
1. Stop the server.
2. Copy the mod "XXX.pak" (without the numeric folder) to your server folder using FTP ".../ConanExiles/Sandbox/Mods".
2a. You can find your downloaded mods in .../Steam/steamapps/workshop/content/440900.
2b. If you have no mods folder, create one in ".../ConanExiles/Sandbox".
3. make a "modlist.txt" and copy it to your server folder ".../ConanExiles/Sandbox/Mods".
4. Insert the path to your mod on the server in the "modlist.txt" beginning with an asterisk (*).
5. Start the server.
Modlist
*/usr/www/vaderclan/ConanExiles/Sandbox/Mods\Bark_ByProduct.pak
*/usr/www/vaderclan/ConanExiles/Sandbox/Mods\MapCoords.pak
*/usr/www/vaderclan/ConanExiles/Sandbox/Mods\MoreLevelsMod.pak
I've tried variations of this. No asterisk, forward slash, etc.
Installing Mods
-
- New to forums
- Posts: 2
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sat Feb 25, 2017 6:52 am
- Vanderburg
- Former staff
- Posts: 1253
- Joined: Sat Nov 13, 2010 7:27 am
- Location: Dallas, TX
Re: Installing Mods
Your game server doesn't use a /usr/www/identifier path (This is for webhosting). Because the mod and the modlist are in the same folder, you'd simply list the name of the mod, with the extension.
Re: Installing Mods
Made that change, but still isn't working. Server says the mods aren't installed.Vanderburg wrote:Your game server doesn't use a /usr/www/identifier path (This is for webhosting). Because the mod and the modlist are in the same folder, you'd simply list the name of the mod, with the extension.
Re: Installing Mods
To confirm, does your modlist now look like the following?
Code: Select all
*Bark_ByProduct.pak
*MapCoords.pak
*MoreLevelsMod.pak