Project Zomboid

Project Zomboid

Common Sense B42 Patch
199 Comments
Aug 11 @ 6:35pm 
When I install it, upon starting new game or loading a save it just crashes
Aug 9 @ 6:52am 
Haven't tested myself but the crash on alcohol from this mod/patch combo might be fixed by also using this mod: https://steamcommunity.com/sharedfiles/filedetails/?id=3683880154
Aug 8 @ 2:04pm 
I'm crashing as well starting a new play through. I followed the recommend load order:
Common Sense Early Patch
Common Sense
Common Sense Late Patch
Aug 2 @ 7:06am 
Also got a crash on load, confirmed to be Common Sense. Unfortunate. Might be a load order thing since Niccolo_pol0 got it to work.
Aug 1 @ 6:12am 
update this, or somehow also merge this with base common sense, does this mod or will; it work with full now new build 42
Jul 31 @ 6:53pm 
Yeah got a crash on load too, traced back to common sense sadly.
Jul 31 @ 12:16pm 
does it work on b42.20 MP?
Jul 30 @ 4:31am 
works on 42 stable, although there are some UI problems and occasional bug messages, you still can pry open doors
Jul 24 @ 9:25pm 
Watch out Bravens coming for you
Jun 14 @ 1:58pm 
Wish i could install ts on a girl
Jun 6 @ 5:00pm 
do not download, causes the game to crash on load
Jun 4 @ 7:54pm 
can you provide a link to the parts we need to download?
Jun 4 @ 3:24am 
Of course the mod that was crashing my game was Common Sense and due to the closed comments, I couldn't see if it did the same to others. Hopefully whoever made the original mod retired forever.
May 24 @ 12:19am 
What the person below said:
"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.
May 5 @ 7:27pm 
Выдает ошибку с расположением в файле: C/ Users/ user/ Zomboid/ console txt. Помогите, как исправить.
Apr 21 @ 5:09pm 
only mod that cooks everything * MUST FIX *
Mar 31 @ 7:41pm 
Please just take bros mod and make it better, literally nobody but him would care, also add reloading while shouting lol
Mar 30 @ 5:06pm 
good mod
Mar 23 @ 8:59am 
update pls
Mar 15 @ 7:50am 
Please update it, I can't create games because of Common Sense.
Mar 12 @ 1:38pm 
still cant repair my car, so frustrating having to jump between cars all the time
Mar 12 @ 5:10am 
u cant load save with origin common sense mod (and with patch too)
Mar 11 @ 12:30pm 
Can confirm it doesnt work even one it's own in 42.15.1
Mar 10 @ 5:47am 
pls update
Mar 9 @ 6:56pm 
it no work
Mar 9 @ 4:13pm 
hey does this fix the issue where you need a recipe to duct tape a magazine around your arm?
Mar 6 @ 8:35pm 
1. Common Sense Early Patch
2. Common Sense
3. Common Sense Late Patch, Did as posted. Game still crashes. bummer, this was my favorite mod on zomboid.
Mar 6 @ 5:25am 
♥♥♥♥♥♥♥ love the common sense mod and its a must have for every modded PZ run Thanks for looking into the 4.13.0 version and by all means take your time no matter what the trolls say
Mar 4 @ 10:23pm 
Still crashes the game? So much for a patch.
Mar 3 @ 5:06pm 
used the mod for a long time and it just stopped working today 3/3
Mar 3 @ 5:05pm 
whatever you did to the mod in the past day or two completely broke it. game doesnt even work
Mar 3 @ 9:45am 
LITERALLY crashes the game. Anytime I try to start a new save, it crashes it.
Mar 2 @ 10:20am 
42.14 impossible to click on hood car part when trying to repair vehicle. Making errors, seems to be Common sens mod related because I gott only problem when this mod is in the game. When I put it out, no problem.
Feb 28 @ 1:47am 
this work on 42.14.1?
Feb 26 @ 2:59pm 
Is this going to get updated? Because i really enjoy this mod.
Feb 25 @ 7:14pm 
@L4ugh1ngC0ff1n Is there anyway to fix this? I'm having the exact same issue.
Feb 25 @ 3:32pm 
@Kain it crashes due to to the mod feature, "Using Alcohol to sanitize Dirty Bandages." Since the fluid system is different, the server cannot define "Alcohol" Since the crafting recipe is invalid, the game terminates.
Feb 24 @ 11:04am 
As many others, my game crashes when trying to start new game. Not sure if the fix from @Artem works since I have no idea how to do it.
Feb 18 @ 8:04am 
@TheScottOne In B42.14, the global `Type` table (or `Type.Normal`) is nil, so `scriptItem:getType() == Type.Normal` throws "tried to call nil". The fix checks if `Type` exists first, and if not, compares the string representation instead:

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.
Feb 17 @ 6:05pm 
@Artem can you elaborate on the fallback check for your third edit? Like `if scriptItem:getType() == Type.Normal or nil`?
Feb 17 @ 10:11am 
B42.14 crash fix: 3 edits needed (42.0/ folder)

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.
Feb 16 @ 10:50pm 
SP creating a new world failed for me as well (Build 42.14.0), disabling just Common Sense mods fixed it. :(
Feb 16 @ 4:40pm 
No longer works on MP Dedicated servers with (Build 42.14.0)
Feb 13 @ 10:29pm 
for some reason power and water don't shut off, not sure why
Feb 13 @ 1:26pm 
Prying doors open no longer works.
Feb 12 @ 5:02am 
prying is broken pls fix :)
Feb 11 @ 4:32am 
Not sure if this is an error that shows up in the base mod of the patch but I'm only able to comment here. I'm getting the following:

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.
Feb 9 @ 9:46am 
Desperately needs updating to B42.13 MP. What's the plan?