首先将SteamLibrary\SteamApps\common\Don't Starve Together Beta\mods路径下的文件全部复制到SteamLibrary\SteamApps\common\Don't Starve Together Dedicated Server\mods路径下修改dedicated_server_mods_setup.lua文件ServerModSetup("此处填写Mod的创意工坊ID")这种方法默认不启用MOD,需要通过以下2种方法来启用MOD。
\SteamCmd\steamapps\common\Don’t Starve Together Dedicated Server\mods\dedicated_server_mods_setup.lua键入ServerModSetup("modID")ServerModSetup("modID")这个文件是让服务端自动更新mod.直接把mod丢进mods文件夹也可,不过每次更新需要手动替换.最后是mod文件配置洞穴和地表使用同样的mod配置文件即可 编辑一份另...
|- ~/DST/start-server.sh # 这个对应是1.start_server.sh的内容,负责启动服务器 |- ~/DST/server # 这个是steam下载的 dedicated_DST_Server |- ~/DST/server/mods # 这个是要下载的mod,以及mod的保存位置,因为steam更新游戏会导致server文件夹重置,我没有用该文件夹,里面的dedicated_server_mods_setup....
这是饥荒联机版的专用mod目录,请修改里面的/home/lion/.local/share/Steam/steamapps/common/Don't Starve Together/mods/dedicated_server_mods_setup.lua文件来给服务器安装mod,每一次服务器启动与关闭都会进行mod的安装和移除。 /home/lion/.local/share/Steam/steamapps/common/Don't Starve Together/bin64 这...
The server will create a cave for you. If you don't want the cave, you have to modifysupervisor.confto disable cave server. OpenCluster_X/Master/modoverrides.luaand you will see something likeworkshop-XXXXXwhereXXXXXis a number. OpenCluster_1/mods/dedicated_server_mods_setup.luaon server ...
Hi I followed the dedicated server setup guide and JazzyGames' guide on YouTube. Before following the guides I could run DST fine but now whenever I open DST it shuts itself down. I've verified the integrity of the files and all are validated but this do
Why? Because going through the lengthy process of subscribing to a mod, starting DST, configuring the mod, starting a server with the mod, copying the modoverrides.lua to two separate directories in my remote server, then configuring my dedicated_server_mods_setup.lua with the corr...
注意:MacOS由于系统原因,模组配置暂不可用,需要点击设置-模组-添加模组页面的导出按钮,点击后会在桌面生成名为dmp_exported_mod的目录,用户需使用 访达 将改目录中的模组复制到~/dst/dontstarve_dedicated_server_nullrenderer/Contents/mods目录下。更新模组需要在设置-模组-添加模组页面删除对应要更新的模组,然后重新下...
3. 进入解压后的文件夹执行 sh ./setup.sh [dst_install_path] install,dst_install_path是你游戏的安装位置,如果是使用steamcmd安装的话默认位置是"/root/.steam/steam/SteamApps/common/Don't Starve Together Dedicated Server"4. 在所有游戏启动脚本或命令中使用dontstarve_dedicated_server_nullrenderer_x64_...
144 143 func GetModSetup(clusterName string) string { 145 144 cluster := dstConfigUtils.GetDstConfig() 146 - return path.Join(cluster.Force_install_dir, "mods", "dedicated_server_mods_setup.lua") 145 + return filepath.Join(cluster.Force_install_dir, "mods", "dedicated_server_mods_...