Jump to content

Can't install any Mods on my Linux dedicated server


Recommended Posts

Hello all,

Need help please cause since yesterday i try to install and enable mods on my Linux Dedicated server and i become mad after many tries...

Each time i start my server, the two next files become empty ! The content of the files disappear and i have got a "DownloadMods(0)" in the start log :(

/home/dstserver/dontstarvetogether_dedicated_server/mods/dedicated_server_mods_setup.lua
/home/dstserver/dontstarvetogether_dedicated_server/mods/modsettings.lua

You'll find here the content of my log and files :

Log :  https://pastebin.com/hy3asWVR

modsettings.lua : https://pastebin.com/c27iB4nZ

dedicated_server_mods_setup.lua : https://pastebin.com/j0ANXFzM

Thanks for your help :)

 

Link to comment
Share on other sites

12 hours ago, Silverscott said:

30 views and 0 replies :'(

Such is life at interwebs ¯\_(ツ)_/¯

On 7/21/2018 at 11:45 AM, Silverscott said:

Each time i start my server, the two next files become empty

Which dedicated server tutorial you followed? It's quite probably that the "validate" option is restoring all the game files to their original state, thus clearing those files. See a run through this problem in detail here:

You could either remove the "validate" option or change your script to copy a backed up version of your files into the server folder after the validation is complete, whichever suits you best.

Link to comment
Share on other sites

On 21.7.2018 at 11:45 AM, Silverscott said:

Each time i start my server, the two next files become empty ! The content of the files disappear and i have got a "DownloadMods(0)" in the start log :(

This usually happens if you have a server update script running using steamcmd before starting the server. For some people it does an integrity check on all server files, and if they are changed redownloads the original ones. Including the originally empty mod configuration files. Try deleting or uncommenting the line

./steamcmd.sh +force_install_dir "$install_dir" +login anonymous +app_update 343050 validate +quit

from your startup script.

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