Bruh Oslo Posted June 19, 2024 Share Posted June 19, 2024 heres my steamcmd command c:\steamcmd\steamcmd.exe +login anonymous +app_update 343050 +quit cd /D "c:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Dedicated Server\bin64" start dontstarve_dedicated_server_nullrenderer_x64 -console -cluster MyDediServer -shard Master start dontstarve_dedicated_server_nullrenderer_x64 -console -cluster MyDediServer -shard Cave Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/ Share on other sites More sharing options...
Daniel86268 Posted June 20, 2024 Share Posted June 20, 2024 In your skirpt there would be two locations for the parameter. It'd would look like this: c:\steamcmd\steamcmd.exe +login anonymous +app_update 343050 +quit cd /D "c:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Dedicated Server\bin64" start dontstarve_dedicated_server_nullrenderer_x64 -console -cluster MyDediServer -shard Master -only_update_server_mods start dontstarve_dedicated_server_nullrenderer_x64 -console -cluster MyDediServer -shard Cave -only_update_server_mods Since you have the launch command twice in there. However technically you don't need to run this per shard, and instead only per server, if at all. (It should update the mods when you start the server.) If you want to do a seperate script it'd look like this: c:\steamcmd\steamcmd.exe +login anonymous +app_update 343050 +quit cd /D "c:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Dedicated Server\bin64" start dontstarve_dedicated_server_nullrenderer_x64 -console -only_update_server_mods (You don't need the cluster folder or shard name for this one iirc.) Alernatively if the auto update on server launch doesn't work, you can also include the -only_update_server_mods part in your main launch script, which would look like this: c:\steamcmd\steamcmd.exe +login anonymous +app_update 343050 +quit cd /D "c:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Dedicated Server\bin64" start /wait dontstarve_dedicated_server_nullrenderer_x64 -console -only_update_server_mods start dontstarve_dedicated_server_nullrenderer_x64 -console -cluster MyDediServer -shard Master -only_update_server_mods start dontstarve_dedicated_server_nullrenderer_x64 -console -cluster MyDediServer -shard Cave -only_update_server_mods Afaik the "start" essentially disconnects the process from your current shell instance, which allows you to run the two shard instances from one shell. So by adding the /wait parameter to the -only_update_server_mods we wait till the server is done updating the mods before launching the two server instances. Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1727308 Share on other sites More sharing options...
Bruh Oslo Posted June 22, 2024 Author Share Posted June 22, 2024 sadly dosent work the server crashes for some reason ): explorer_tj6EVt1imV.mp4 Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1728253 Share on other sites More sharing options...
Daniel86268 Posted June 22, 2024 Share Posted June 22, 2024 In the video it shows that the server downloaded the mods and shut down afterwards. That's probably because you copy/pasted my last script... which I copy pasted wrongly. I forgot to remove the -only_update_server_mods from the actual server start lines... Sorry about that. Try this instead: c:\steamcmd\steamcmd.exe +login anonymous +app_update 343050 +quit cd /D "c:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Dedicated Server\bin64" start /wait dontstarve_dedicated_server_nullrenderer_x64 -console -only_update_server_mods start dontstarve_dedicated_server_nullrenderer_x64 -console -cluster MyDediServer -shard Master start dontstarve_dedicated_server_nullrenderer_x64 -console -cluster MyDediServer -shard Cave Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1728268 Share on other sites More sharing options...
Bruh Oslo Posted June 22, 2024 Author Share Posted June 22, 2024 it worked! thank you so much Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1728325 Share on other sites More sharing options...
Bruh Oslo Posted June 23, 2024 Author Share Posted June 23, 2024 strange this still causes my friend error when joining my server saying the mods are outdated, he also gets memory errors frequently do u perhaps know any solution? Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1728345 Share on other sites More sharing options...
Daniel86268 Posted June 24, 2024 Share Posted June 24, 2024 Does it say which mods are outdated? If it's only one or two mods you could try copying them over from your client. Maybe the server somehow struggles to download the servers from the Steam workshop properly, or a mod is no longer available on the workshop, so the server can't update it. No idea about the memory errors though. I'd say either a mod is causing issues, or your friend has too little System RAM or your friend uses the 32bit version of the game. Or a combination of two or more of the above. Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1728794 Share on other sites More sharing options...
Bruh Oslo Posted June 29, 2024 Author Share Posted June 29, 2024 hey I found out the culprits to this problems first off the outdated mods error was bcz the auto-subscibe option in settings-advanced was disabled second my friend was not aware he had to update his gpu drivers seperatly so just downloading the latest drivers fixed the issue thank you so much for helping have a nice day also I hope this thread might help someone in future Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1730481 Share on other sites More sharing options...
Bruh Oslo Posted June 30, 2024 Author Share Posted June 30, 2024 um the problem got solved only for me my friends cant join the server Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1730888 Share on other sites More sharing options...
Daniel86268 Posted June 30, 2024 Share Posted June 30, 2024 This just shows some issues with a couple of mods which seem to contain some sort of legacy files. That shouldn't be the issue. The actual problem is most likely in the previous part of the log. For the best debugging, please post your entire log here. Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1730921 Share on other sites More sharing options...
Bruh Oslo Posted July 1, 2024 Author Share Posted July 1, 2024 server_log.txt i can see the mods causing errors and can easily remove them but i really wanted a workaround Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1731034 Share on other sites More sharing options...
Daniel86268 Posted July 1, 2024 Share Posted July 1, 2024 I didn't see any logins, so I really don't see the error here. Also the user log of the user that can't log in would help more. Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1731240 Share on other sites More sharing options...
Bruh Oslo Posted July 4, 2024 Author Share Posted July 4, 2024 ok i will send it Link to comment https://forums.kleientertainment.com/forums/topic/157328-where-should-i-put-only_update_server_mods-to-update-my-mods/#findComment-1732235 Share on other sites More sharing options...
Recommended Posts
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.