Jump to content

Can't get my private mod (or mods in general) to work on my dedicated server, could use some help figuring it out


Recommended Posts

So I've been trying to get mods to work on my dedicated server for a while now and I just can't figure out what's wrong. I've tried almost everything without as much as a clue as to why they won't load; I get no errors, they just aren't enabled.

 

My mod folder is in:

..\Documents\Klei\DoNotStarveTogether\MyDediServer\mods

 

I've copy'd my mod over to that folder (It's a grief tracking mod I've made)

..\Documents\Klei\DoNotStarveTogether\MyDediServer\mods\Grief Tracker

 

I've added 2 files

..\Documents\Klei\DoNotStarveTogether\MyDediServer\Master\modoverrides.lua

..\Documents\Klei\DoNotStarveTogether\MyDediServer\Caves\modoverrides.lua

And in both files I've added the line:

return { ["Grief Tracker"]={ configuration_options={  }, enabled=true } }

 

I launch my server with a batch file using (I commented out the first line, the validation, since I've heard it sometimes cause trouble for mods):

:: c:\steamcmd\steamcmd.exe +login anonymous +app_update 343050 validate +quit
cd /D "c:\steamcmd\steamapps\common\Don't Starve Together Dedicated Server\bin"
start dontstarve_dedicated_server_nullrenderer -console -cluster MyDediServer -shard Master
start dontstarve_dedicated_server_nullrenderer -console -cluster MyDediServer -shard Caves

 

When I then run my server I see no sign of the mod trying to load. What am I doing wrong?

I figured it out. I had to put my mods in:

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

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...