Install Steam
sign in
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Bahasa Indonesia (Indonesian)
Bahasa Melayu (Malay) BETA
Български (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)
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






Common Sense Early Patch
Common Sense
Common Sense Late Patch
https://steamcommunity.com/sharedfiles/filedetails/?id=3698958906
"Please just take bros mod and make it better, literally nobody but him would care"
Fact they have comments turned off on their mod tells me they do not really care anymore.
2. Common Sense
3. Common Sense Late Patch, Did as posted. Game still crashes. bummer, this was my favorite mod on zomboid.
local itemType = scriptItem:getType()
local isNormal = false
if Type and Type.Normal then
isNormal = (itemType == Type.Normal)
else
isNormal = (tostring(itemType) == "Normal")
end
So it tries the original enum comparison first, and only falls back to string matching when the global is gone. Works on both B42.13 and B42.14.
1) media/scripts/CS_recipes.txt line 14 — change [Alcohol] to [RubbingAlcohol]
2) media/lua/server/CommonSense/BB_CS_RecipeCode.lua — wrap lines 13-16 in: if Recipe and Recipe.GetItemTypes then ... end
3) media/lua/client/BB_CS_GunStats_UI.lua line 147 — Type.Normal is nil now, add fallback check
Cause: B42.14 renamed Alcohol fluid + removed Recipe.GetItemTypes and Type.Normal globals.
function: BB_CS_Fireplace.lua -- file: BB_CS_Fireplace.lua line # 42 | MOD: Common Sense
java.lang.RuntimeException: attempted index of non-table
Can someone help me fix this? I'm not a modder.