Installing Mods

Post Reply
dred363
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Feb 25, 2017 6:52 am

Installing Mods

Post by dred363 »

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.
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

Re: Installing Mods

Post by Vanderburg »

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.
dred363
New to forums
New to forums
Posts: 2
Joined: Sat Feb 25, 2017 6:52 am

Re: Installing Mods

Post by dred363 »

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.
Made that change, but still isn't working. Server says the mods aren't installed.
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: Installing Mods

Post by Spray »

To confirm, does your modlist now look like the following?

Code: Select all

*Bark_ByProduct.pak
*MapCoords.pak
*MoreLevelsMod.pak
Post Reply