Don't Starve Together

Don't Starve Together

Craft From Chest [Single Player]
15 Comments
Vecho Aug 31, 2024 @ 8:31pm 
不管是craft from chest还是这个都无法使用,不知道是不是因为用了nxn mod(将箱子容量设置为任意的nxn的容量)还是说开了extra slot(看论坛说这个功能可能有冲突)。头痛……dst每次载入存档又比较慢,要找到有问题的那个mod好累的感觉
RICK  [author] Jun 28, 2024 @ 7:36am 
So are you asking a feature that allows you to craft using ground items? That's possible.
RICK  [author] Jun 28, 2024 @ 7:36am 
The main concern is that client will need the information to know whether it is possible to craft an item. So the server needs to constantly collect and send data. Opening a chest or not is crucial. I can also take ground items into account.
Vyuri Jun 8, 2024 @ 1:45pm 
is it possible to make a mod that crafting doesn't use chests to craft at all to prevent lag? i would like to use on cave server without lag from opening chest near crafting station!
RICK  [author] Nov 8, 2023 @ 2:31am 
无洞穴不需要开独行长路,开了也没用
辉瑠 Nov 3, 2023 @ 6:03pm 
无洞穴世界有开独行长路的必要吗?
clay1219 Aug 24, 2023 @ 2:26pm 
测试了一下, bug应该是[API] Gem Core 这个mod引发的. 关闭Gem Core之后就正常了.
最后, 感谢作者提供的该mod, 体验感直接UP!
clay1219 Aug 24, 2023 @ 2:16pm 
bug: 原版人物, 不打开箱子制作的时候, 材料不会消失
RICK  [author] May 29, 2023 @ 7:13am 
?原mod就是都能用的
Smoke May 26, 2023 @ 1:32am 
大佬能不能做一个服务器和洞穴也能用的啊:steamhappy:
RICK  [author] Apr 12, 2023 @ 2:37am 
可能是不兼容吧,我玩原版是没问题的。
杜若青云 Apr 12, 2023 @ 1:46am 
有时候制作会不消耗材料秒做,不知道是怎么回事,玩的希儿,出现得比较频繁,玩义体人朝雾偶尔会出现这个情况。
RICK  [author] Apr 2, 2023 @ 6:02pm 
啊,物品栏的东西是原来就能读取的吧,我排除掉了。如果说是某个mod物品,那应该由对方负责兼容
RICK  [author] Mar 23, 2023 @ 10:36am 
我这个是不考虑客机的。客机的解决方案就是网络变量传数据,这个有可能导致延迟所以我全删了。一种方案是json序列化物品后传输,参考量子造物。一种是建立容器内全部物品的网络变量,参考Chest Includer for Crafting。一种方案是缓存classified(不准确),参考craft helper利用智能小木牌识别材料(由于这mod有问题我没仔细看)
心悦卿兮 Mar 23, 2023 @ 10:20am 
你好,我想请教一个问题。replica.container:Has 函数。第二个if判断条件是self.classified ~= nil,容器未打开状态classified 不是为空吗?这样的话客机也没法获取到容器里有多少材料呀?