安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
这个mod最初是由Duckies为DST制作的,并由DrBLOOD(他的mod)移植到DS。
他的mod不能和合并的食谱一起工作,所以我做了这个版本(我问过DrBLOOD先修复,但没有收到回复)。
这个版本也保证会影响所有由mod添加的项目,同时也保证不会改变那些已经有很小最小间距的项目的最小间距。
请给我输入,如果你有任何!
我再也不玩这个游戏了,所以如果出了什么问题,我要靠你们告诉我!
自动堆叠和拾取-给你许多设置,自动堆叠或拾取新产生的和手动放下的可堆叠的物品。
允许您编辑与钓鱼有关的所有设置。
Sincerely, Ultroman the Tacoman
I haven't looked at either project's code yet, but I do know that Geometric Placement has a hotkey in game that can temporarily disable the mod while it is held.
My hypothesis is that perhaps instead of actually modifying the minimum spacing values in the recipe files, the minimum spacing can be dynamically applied in game to the recipe's minimum spacing value. Perhaps this doesn't have to be applied by a hotkey, but perhaps by a in-game menu that pops up like how Geometric Placement's in-game menu is implemented.
Again, I haven't actually looked at the source code of either mod yet, but I'm thinking it should be possible to do in some way.
Sincerely, Ultroman the Tacoman
允许您将建筑物和植物(以及可以放置在地面上的任何其他物体)放置得更近。
Hope it helps.
Sincerely, Ultroman the Tacoman
- Hopefully secured the mod against improperly configured recipies.
@会飞的小猪: Thanks for reporting again. I cannot reproduce your error, but from what it says, I can only guess that you have a mod with an improperly configured recipe in it, which sets min_spacing to a bool (true/false) value instead of a number. I have tried to make sure to catch these errors, and will print a line in the log with the name of the offending recipe.
Sincerely, Ultroman the Tacoman
LUA ERROR stack traceback:
C:/Steam/steamapps/common/dont_starve/data/../mods/workshop-1839189419/modmain.lua:17 in (field) fn (Lua) <6-21>
C:/Steam/steamapps/common/dont_starve/data/scripts/scheduler.lua:195 in (method) OnTick (Lua) <169-226>
C:/Steam/steamapps/common/dont_starve/data/scripts/scheduler.lua:402 in (global) RunScheduler (Lua) <400-408>
C:/Steam/steamapps/common/dont_starve/data/scripts/update.lua:105 in () ? (Lua) <90-191>
[00:06:20]: scripts/frontend.lua(773,1) SCRIPT ERROR! Showing error screen
Sincerely, Ultroman the Tacoman
- Hopefully fixed a problem that should never happen, but apparently does with certain other mods.
Thanks to 会飞的小猪 for reporting! Please report back whether the problem goes away with the newest version.
Sincerely, Ultroman the Tacoman
C:/Steam/steamapps/common/dont_starve/data/../mods/workshop-1839189419/modmain.lua:17 in (field) fn (Lua) <6-21>
C:/Steam/steamapps/common/dont_starve/data/scripts/scheduler.lua:195 in (method) OnTick (Lua) <169-226>
C:/Steam/steamapps/common/dont_starve/data/scripts/scheduler.lua:402 in (global) RunScheduler (Lua) <400-408>
C:/Steam/steamapps/common/dont_starve/data/scripts/update.lua:105 in () ? (Lua) <90-191>
- Fixed a bug with DS / RoG compatibility which lead to crashes in all modes.
Sincerely, Ultroman the Tacoman