安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






Other ideas:
* Would be nice if the sort function also sorted the durability of items, so 100% comes first and descending.
* Be able to expand the storage later on - costly.
* Parts or all slots to have 999 storage, or infinite like the Tall Chests. Optional!
* Just part of the slots be refrigerator.
* An advanced version/option would be to have the building in 2 steps. First creates a hole, that you have to dig multiple times for it to be dig out. After that you add another building on top.
modmain.lua 141
local item = inst.components.container:RemoveItemBySlot(k)
改为
local item = inst.components.container:RemoveItemBySlot(k, true)
在modmain.lua 140 行
for k, v in pairs(inst.components.container.slots) do
...
end
这个循环取出容器中的所有物品之前, 加上
inst.components.container.ignoreoverstacked = true
官方在container这个components加上了这个参数, 设置为true就不会乱掉东西了
然后在 149 行
for i = 1, #items do
...
end
这个循环结束后加上
inst.components.container.ignoreoverstacked = false
把这个参数设置回去
这样升级后使用整理功能就不会掉东西了
虽然我自己本地单机能用, 但是联机无法使用, 我真的很需要这个功能,球球你更新这个攻能
@萧曦QAQ 模组是否成功打上,有的话需要炼金引擎做
@Hosplay Can be used interchangeably, Old world also works