Don't Starve Together

Don't Starve Together

Not enough ratings
[DST] Server mods
   
Award
Favorite
Favorited
Unfavorite
Description
308一起饿不死!!!

合集ID:594772353

506204512 -- 8 Faced Fences Gates [DST] - 8个方向栅栏门
588560555 -- Auto Tooth Trap Reset [BETA] - 自动重置狗牙陷阱
361994110 -- Bee Nice - 蜜蜂不蜇蜂帽
375618000 -- Birdcage(Time Based) - 鸟笼定期产羽毛
367546858 -- Chinese Language Pack(原EzInput) - 汉化补丁
572538624 -- Chinese Plus - 汉化扩展
543945797 -- Damage Indicators(Ported Mod) - 伤害显示
503919639 -- DST Equipment Switcher - 切换装备时栏位不变
553665029 -- DST-SignPlus - 建筑添加标签(文字)
501387482 -- Empty Inventory - 玩家下线物品扔地上(防火防盗防熊孩子)
375850593 -- Extra Equip Slots - 额外装备栏(背包、饰品)
438293817 -- Friendly Flingomatics - 友好灭火器
458940297 -- Food Values - Item Tooltips 物品属性(食物三维、武器伤害、护甲免伤、篝火时间)
378160973 -- Global Positions - 全球定位(其他玩家位置)
375859599 -- Health Info - 怪物显血
412291722 -- Ice Fling Range Check [DST] - 显示灭火器(雪球机器)有效范围
475192620 -- Icebox Tweak - 冰箱设置食物腐烂速度(默认慢4倍)(有失平衡,不推荐)
343762271 -- More DST Characters - 开启全部内置角色
551324730 -- Realistic Placement - 建筑间距最小化
362175979 -- Wormhole Marks [DST] - 虫洞颜色标记(需手动标记,跳之前或之后右键标记)
599538834 -- [DST] Day Time Slowly - 时间变慢(默认慢一倍,即16分钟一天)
600059870 -- [DST] Tooth Trap Lock - 狗牙陷阱锁(右键上锁/解锁)

--------------------------------------------------------------------

服务端MOD安装方式:
文件:dedicated_server_mods_setup.lua
合集安装:ServerModCollectionSetup("594772353")
MOD安装:ServerModSetup("361994110") -- Bee Nice - 蜜蜂不蜇蜂帽

服务端MOD启用方式:
1. modsettings.lua方式
ForceEnableMod("workshop-506204512") -- 8 Faced Fences Gates [DST] - 8个方向栅栏门
ForceEnableMod("workshop-588560555") -- Auto Tooth Trap Reset [BETA] - 自动重置狗牙陷阱
ForceEnableMod("workshop-361994110") -- Bee Nice - 蜜蜂不蜇蜂帽
ForceEnableMod("workshop-375618000") -- Birdcage(Time Based) - 鸟笼定期产羽毛
ForceEnableMod("workshop-367546858") -- Chinese Language Pack(原EzInput) - 汉化补丁
ForceEnableMod("workshop-572538624") -- Chinese Plus - 汉化扩展
ForceEnableMod("workshop-543945797") -- Damage Indicators(Ported Mod) - 伤害显示
ForceEnableMod("workshop-503919639") -- DST Equipment Switcher - 切换装备时栏位不变
ForceEnableMod("workshop-553665029") -- DST-SignPlus - 建筑添加标签(文字)
ForceEnableMod("workshop-501387482") -- Empty Inventory - 玩家下线物品扔地上(防火防盗防熊孩子)
ForceEnableMod("workshop-375850593") -- Extra Equip Slots - 额外装备栏(背包、饰品)
ForceEnableMod("workshop-438293817") -- Friendly Flingomatics - 友好灭火器
ForceEnableMod("workshop-458940297") -- Food Values - Item Tooltips 物品属性(食物三维、武器伤害、护甲免伤、篝火时间)
ForceEnableMod("workshop-378160973") -- Global Positions - 全球定位(其他玩家位置)
ForceEnableMod("workshop-375859599") -- Health Info - 怪物显血
ForceEnableMod("workshop-412291722") -- Ice Fling Range Check [DST] - 显示灭火器(雪球机器)有效范围
--ForceEnableMod("workshop-475192620") -- Icebox Tweak - 冰箱设置食物腐烂速度(默认慢4倍)(有失平衡,不推荐)
ForceEnableMod("workshop-343762271") -- More DST Characters - 开启全部内置角色
ForceEnableMod("workshop-551324730") -- Realistic Placement - 建筑间距最小化
ForceEnableMod("workshop-362175979") -- Wormhole Marks [DST] - 虫洞颜色标记(需手动标记,跳之前或之后右键标记)
ForceEnableMod("workshop-599538834") -- [DST] Day Time Slowly - 时间变慢(默认慢一倍,即16分钟一天)
ForceEnableMod("workshop-600059870") -- [DST] Tooth Trap Lock - 狗牙陷阱锁(右键上锁/解锁)
注:此方式需要客户端同时拥有服务端MOD。

2. modoverrides.lua方式
return
{
["workshop-458940297"] = { enabled = true }, -- Food Values - Item Tooltips 物品属性 - 包括食物、武器
["workshop-506204512"] = { enabled = true }, -- 8 Faced Fences Gates [DST] - 8个方向栅栏门
["workshop-588560555"] = { enabled = true }, -- Auto Tooth Trap Reset [BETA] - 自动重置狗牙陷阱
["workshop-361994110"] = { enabled = true }, -- Bee Nice - 蜜蜂不蜇蜂帽
["workshop-375618000"] = { enabled = true }, -- Birdcage(Time Based) - 鸟笼定期产羽毛
["workshop-367546858"] = { enabled = true }, -- Chinese Language Pack(原EzInput) - 汉化补丁
["workshop-572538624"] = { enabled = true }, -- Chinese Plus - 汉化扩展
["workshop-543945797"] = { enabled = true }, -- Damage Indicators(Ported Mod) - 伤害显示
["workshop-503919639"] = { enabled = true }, -- DST Equipment Switcher - 切换装备时栏位不变
["workshop-553665029"] = { enabled = true }, -- DST-SignPlus - 建筑添加标签(文字)
["workshop-375850593"] = { enabled = true }, -- Extra Equip Slots - 额外装备栏(背包、饰品)
["workshop-438293817"] = { enabled = true }, -- Friendly Flingomatics - 友好灭火器
["workshop-458940297"] = { enabled = true }, -- Food Values - Item Tooltips 物品属性(食物三维、武器伤害、护甲免伤、篝火时间)
["workshop-378160973"] = { enabled = true }, -- Global Positions - 全球定位(其他玩家位置)
["workshop-375859599"] = { enabled = true }, -- Health Info - 怪物显血
["workshop-412291722"] = { enabled = true }, -- Ice Fling Range Check [DST] - 显示灭火器(雪球机器)有效范围
--["workshop-475192620"] = { enabled = true }, -- Icebox Tweak - 冰箱设置食物腐烂速度(默认慢4倍)(有失平衡,不推荐)
["workshop-343762271"] = { enabled = true }, -- More DST Characters - 开启全部内置角色
["workshop-551324730"] = { enabled = true }, -- Realistic Placement - 建筑间距最小化
["workshop-362175979"] = { enabled = true }, -- Wormhole Marks [DST] - 虫洞颜色标记(需手动标记,跳之前或之后右键标记)
["workshop-599538834"] = { enabled = true }, -- [DST] Day Time Slowly - 时间变慢(默认慢一倍,即16分钟一天)
["workshop-600059870"] = { enabled = true }, -- [DST] Tooth Trap Lock - 狗牙陷阱锁(右键上锁/解锁)
}
Items (21)
8 Faced Fences Gates [DST]
Created by ZupaleX
Some fancy gates for your walls. The gate present 8 different faces to fit the walls (since they are now 8 faced). It adjust automatically to the orientation of you base walls. You need at least 2 spacing between 2 walls which are on the same line, or 1 sp...
Auto Tooth Trap Reset
Created by Cetex
This mod will auto resets tooth traps after being triggered with a small delay time. - RoG compatible...
Bee Nice
Created by Ryuu
Bees no longer attack you when harvesting their honey while wearing the Beekeeper Hat. An upgraded version of the original Bee Nice mod for Don't Starve, made by =|:3 This mod only modifies the harvest behavior of the Beebox and durability wear down of the...
Birdcage(Time Based) [DST]
Created by Black Mirror
Server side mod, clients don't need to have it installed. When you put bird into a cage it will drop feathers from time to time. Feather drops are based on time. You can now configure time of feather drop chance to: (480 IS ONE FULL DS DAY) -Rarer: 4800 + ...
Chinese Language Pack(中文语言包)
Created by L.Yun
饥荒联机简繁汉化Mod。 Simplified Chinese and traditional Chinese language pack. 请将游戏的“Small Textures(小型纹理)”设置为“禁用”! Please set the "Small Textures" options to "Disabled".!!! 将steam语言偏好修改为中文或点我获取详细的中文版Mod描述。 By L.M.U~...
Chinese Plus
Created by Skull
中文增强 Do Not Use This. Only for chinese! If you want to know what this mod do. Just make the game support Chinese better. Nothing else. If you want to see more content, please change your display language. Thanks....
DST Equipment Switcher
Created by IcyTheWhite
THIS MOD IS NO LONGER MAINTAINED I don't play this game anymore or work on any mods. You are completely free to take this mod and create an updated or improved version of it. I can add links to mods that are directly related to this one, just mention them ...
DST-SignPlus
Created by Captain_M
SignPlus v1.4 LittleChange 2015/11/18 ----------- SignPlus v1.3 BugFixed 2015/11/15 ------------ SignPlus v1.2 2015/11/13 Descrption: ------------------------------------------------------- allows to edit and show custom text on arrowsigns and chests Text ...
Empty Inventory
Created by 辣椒小皇纸
It makes Players who are out of the white list empty their inventory and drop everything they have upon leaving, which protect your server from someone taking something important. Here are the usage of the mod Press "~" to open the console; Execute "player...
Extra Equip Slots
Created by NubsPixel
I stopped supporting this mod! I don't and wont update this mod anymore. I stopped playing this game a long time ago. It will break your game. ------------------------------------------------------ Adds a backpack and amulet slot to the game. Patch List v1...
Food Values - Item Tooltips (Server and Client)
Created by gregdwilson
Currently mod is not getting updates. If you want to continue develop the mod, feel free to use all files in my mod. Now includes - Fire Remaining Burn Time https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=463952377 Controller support! To use, you hav...
Friendly Flingomatics
Created by plaidman
Flingomatics won't extinguish campfires. Cheater! Sorry for not having an icon. I can't create them on a Mac....
Global Positions
Created by rezecib
Map sharing works again! You don't even need to be in the A New Reign beta anymore! Code contributions are welcome: https://github.com/rezecib/Global-Positions Features Show other players on the map (and hover over them to see who they are). Show player in...
Health Info
Created by NubsPixel
v2.2.04 - Added new prefabs to white list as of March 2025. Shows exact health of creatures on mouse-over or controller auto-target. This mod is inspired by Tell Me About Health (DS) which was po...
Icebox Tweak
Created by 辣椒小皇纸
It will make it possible for u to config the perishing speed of foods in a icebox. And of course, u can choose never perishing. Changelog List of tweaks I made for version 1.1 - Configuration to make foods in the icebox perish faster is available now. This...
Realistic Placement
Created by Duckies
Allows you to place buildings, plants, or whatever you please closer together....
Wormhole Marks [DST]
Created by Black Mirror
Changes wormholes icons on mini map to colored icons. Every pair of worlmholes get its color icons after you use one of the wormhole. Can support up to 22 pairs of wormholes. If colors of the icons are not visible enough you can enable Draw over FoW in mod...
[DST] Day Time Slowly
Created by javasme
To make the world run more slowly. There are more things to do every day. The default game time is 16 minutes a day, that is 1 times slower than the original time Max can be 10 times slower than the default, or 80 minutes a day. Note: the longer the multip...
[DST] Tooth Trap Lock
Created by javasme
Tooth trap added a lock status. pick up the trap after unlock. the trap locked on deployed. use mouse right button to lock or unlock....
Tools Are Fuels
Created by Snowhusky5
Get rid of all those axes and football helmets with 6% left. This mod turns almost EVERY item with a durability amount into valid fire pit fuel, so that you can easily get rid of useless, mostly-broken tools. The burntime depends on the components of an it...