Jump to content

how can I load v2 mods in my dedicated server?


Recommended Posts

Hello, I noticed that v2 mod will be saved in ugc_mods folder.

how can I load v2 mods in my dedicated server?

I don't know which file to modify and how to do this.

I know where v2 mods are saved but can't load in my dedicated server.

old mods still works well!

 

I use 'launch_preconfigured_servers.bat' to start my server.

I'm not good at computer so I'd appreciate it if anyone could let me know easily!

 

Ahh, the unupdated scripts.

  • dedicated_server_mod_setup.lua and modoverrides.lua in your servers remain working the same way they worked before
  • if the windows scripts were also forgotten like those in the Mac build, you'll need to edit the launch_server_easyconfig_{overworld,caves}.bat scripts.

Find the line in the script that executes the server - it will have dontstarve_dedicated_server_nullrenderer in it. Add the ugc_directory parameter:

... dontstarve_dedicated_server_nullrenderer -ugc_directory ../ugc_mods ...

 

9 hours ago, myxal said:

아, 업데이트되지 않은 스크립트.

  • 서버의 dedicated_server_mod_setup.lua 및 modoverrides.lua는 이전과 동일한 방식으로 작동합니다.
  • Mac 빌드에서와 같이 Windows 스크립트도 잊어 버린 경우 launch_server_easyconfig_ {overworld, caves} .bat 스크립트를 편집해야합니다.

서버를 실행하는 스크립트에서 줄을 찾으십시오. 그 안에  dontstarve_dedicated_server_nullrenderer  가있을 것입니다. ugc_directory  매개 변수를 추가하십시오  .


 

thank you! my script looks diffrent from yours:wilson_cry:
but I solve it! Thanks for support!

 

this is my script

if anyone has same issue, I hope it helps you

Quote

@ECHO OFF

set SteamAppId=322330
set SteamGameId=322330

cd ..
start "Don't Starve Together Overworld" /D "%~dp0.." "%~dp0..\dontstarve_dedicated_server_nullrenderer.exe" -conf_dir DoNotStarveTogether_EasyConfigOverworld -console -dontstarve_dedicated_server_nullrenderer -ugc_directory ../ugc_mods
start "Don't Starve Together Caves"     /D "%~dp0.." "%~dp0..\dontstarve_dedicated_server_nullrenderer.exe" -conf_dir DoNotStarveTogether_EasyConfigCaves -console -dontstarve_dedicated_server_nullrenderer -ugc_directory ../ugc_mods

 

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