安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








does this mean, I can not play vanilla with this mod?
You can play Vanilla with this mod but you cannot build Hambat, otherwise it will crash your game :/
Steam\steamapps\common\dont_starve\mods\workshop-1800299402\scripts\widgets
Now you need to open the iteminfo_desc.lua file in a text editor.
Now go to lines #297...298.
In this line you will find the following lines:
damage = TUNING.HAMBAT_DAMAGE * self:GetPerishFreshness(inst)
damage = Remap(damage, 0, TUNING.HAMBAT_DAMAGE, TUNING.HAMBAT_MIN_DAMAGE_MODIFIER * TUNING.HAMBAT_DAMAGE, TUNING.HAMBAT_DAMAGE)
Now, if you want to play with this mod in vanilla, just delete line 298 and leave 297 in place.
You should get something like this
else
damage = TUNING.HAMBAT_DAMAGE * self:GetPerishFreshness(inst)
end
After this change you can play on vanilla and craft hambat, but damage displayed with this mod will be inaccurate. Because hambat on vanilla have constant damage.
For more accurate damage you can tune formula for yourself)