安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I also don't understand why some mods have that last line about SuburbanDistributions = distributionTable.
I understand why it's in the vanilla code, but it seems like putting this in a mod would be overwriting it. Mods that use table.insert() make sense to me, since those are actually appending things to the end of SuburbanDistributions.
However there must be something I'm not getting because otherwise your items and swatpack's items would not co-exist, and yet they do just fine.
LOG : General, 1590892994923> ### Merging distribution tables ###
LOG : General, 1590892994923> Merging distribution addon # 1
LOG : General, 1590892994923> Merging distribution addon # 2
LOG : General, 1590892994930> Merging distribution addon # 3
LOG : General, 1590892994931> Merging distribution addon # 4
LOG : General, 1590892994932> ###################################
LOG : General, 1590892994932> ERROR: SuburbsDistributions["grocery"] is broken
LOG : General, 1590892994934> ERROR: SuburbsDistributions["ToolsCache1"] is broken
LOG : General, 1590892994934> ERROR: SuburbsDistributions["GunCache1"] is broken
LOG : General, 1590892994934> ERROR: SuburbsDistributions["GunCache2"] is broken
I've found that removing the last line of the distribution file "SuburbsDistributions = distributionTable;" stops the error messages. However, other mods have their distr files in the same format, with the same last line, and don't produce a problem even when combined with each other.
Anyway, I haven't figured out to my satisfaction what in your loot table is actually causing the error messages. Hopefully you'll have better luck.