Project Zomboid

Project Zomboid

60 ratings
Immortal Log Wall
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
27.994 KB
24 Dec, 2021 @ 3:05am
1 Change Note ( view )

Subscribe to download
Immortal Log Wall

Description
Zombies ignore log walls. Only works on new walls.

Зомби игнорируют стены из бревен. Работает только на новые стены.

Workshop ID: 2691956125
Mod ID: ImmortalLogWall
13 Comments
vsnegupal 7 Jan @ 9:12pm 
For B42, try to use this
Lekelokobs 5 Oct, 2022 @ 5:43pm 
Can you make a mod that makes the ''more builds'' mod's walls unbreakable?
Lu5ck 24 May, 2022 @ 11:31pm 
Work on server?
Brexder 3 Apr, 2022 @ 8:19pm 
How can zombies be made to ignore plastered walls?
Casey Jones 20 Mar, 2022 @ 7:34pm 
@Edin

Very useful! Thank you so much:)
maceleet [RIP Ozzy Osbourne] 27 Feb, 2022 @ 12:57am 
А в чём прикол? Они же ломанутся ломать мне ворота и тогда мне п...зда 🤔
Edin 27 Jan, 2022 @ 11:25am 
@CaseyJones32, @Teh Ømñïssåh, I have solved your issue. You need to alter a line in the code for the Log Wall Gate mod, not this one. The file you want to alter is Gate.lua and it should be found in the client folder of said mod (here's the address to the folder you want to go to): ...\Steam\steamapps\workshop\content\108600\1105347046\mods\Gates\media\lua\client\

What do you want to alter? Well, the file should have the following two lines of code at row 111 and 112:
if (isModEnabled("LogWallUpgrade")) then Wall:setIsThumpable(false)
else Wall:setIsThumpable(true) end


just add the following line between them;
elseif (isModEnabled("ImmortalLogWall")) then Wall:setIsThumpable(false)

The end result, now on line 111, 112, and 113, should look like this:
if (isModEnabled("LogWallUpgrade")) then Wall:setIsThumpable(false)
elseif (isModEnabled("ImmortalLogWall")) then Wall:setIsThumpable(false)
else Wall:setIsThumpable(true) end
Casey Jones 29 Dec, 2021 @ 6:23pm 
Not working for me, although I have many other mods.. including the aforementioned gatemod.

I have most of the Rosewood Firestation log walled off, the rest is cars.. was jammin' away with True Music and had some zombies tear down my walls D:
Revelation 25 Dec, 2021 @ 5:56am 
yea, there was an old log gate mod. So, I figured an immortal version of something like that to compliment the wall would be awesome.
Overhaym  [author] 25 Dec, 2021 @ 5:55am 
immortal gates or what ?