Jump to content

Some mods won't work


Recommended Posts

Hi there.

 

So I finally managed to get my dedicated server to work. The only problem is that some of the mods I added in my modoverrides.lua won't show up in the game, or the ingame mod list for that matter. There shouldn't be anything wrong with the mods either, since they work perfectly fine if I just host a server from in the game. What should I do to get this fixed?

Link to comment
Share on other sites

Appriciate the reply! I don't actually use my dedicated_server_mods_setup.lua, though. Atleast I don't think I do. I followed this short step guide to create my server.

http://forums.kleientertainment.com/topic/64212-dedicated-server-quick-setup-guide-windows/

The content from my dedicated_server_mods_setup.lua

Quote

--There are two functions that will install mods, ServerModSetup and ServerModCollectionSetup. Put the calls to the functions in this file and they will be executed on boot.

--ServerModSetup takes a string of a specific mod's Workshop id. It will download and install the mod to your mod directory on boot.
	--The Workshop id can be found at the end of the url to the mod's Workshop page.
	--Example: http://steamcommunity.com/sharedfiles/filedetails/?id=350811795
	--ServerModSetup("350811795")

--ServerModCollectionSetup takes a string of a specific mod's Workshop id. It will download all the mods in the collection and install them to the mod directory on boot.
	--The Workshop id can be found at the end of the url to the collection's Workshop page.
	--Example: http://steamcommunity.com/sharedfiles/filedetails/?id=379114180
	--ServerModCollectionSetup("379114180")

 

 

Link to comment
Share on other sites

Nevermind, I figured it out!

Turns out I just had to copy the workshop files from

C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together\mods

to   C:\steamcmd\steamapps\common\Don't Starve Together Dedicated Server\mods

Again, thanks for the help!

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...