Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.