Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.