Project Zomboid

Project Zomboid

60 个评价
Immortal Log Wall
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
27.994 KB
2021 年 12 月 24 日 上午 3:05
1 项改动说明 ( 查看 )

订阅以下载
Immortal Log Wall

描述
Zombies ignore log walls. Only works on new walls.

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

Workshop ID: 2691956125
Mod ID: ImmortalLogWall
13 条留言
vsnegupal 1 月 7 日 下午 9:12 
For B42, try to use this
Lekelokobs 2022 年 10 月 5 日 下午 5:43 
Can you make a mod that makes the ''more builds'' mod's walls unbreakable?
Lu5ck 2022 年 5 月 24 日 下午 11:31 
Work on server?
Brexder 2022 年 4 月 3 日 下午 8:19 
How can zombies be made to ignore plastered walls?
Casey Jones 2022 年 3 月 20 日 下午 7:34 
@Edin

Very useful! Thank you so much:)
maceleet 2022 年 2 月 27 日 上午 12:57 
А в чём прикол? Они же ломанутся ломать мне ворота и тогда мне п...зда 🤔
Edin 2022 年 1 月 27 日 上午 11:25 
@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 2021 年 12 月 29 日 下午 6:23 
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 2021 年 12 月 25 日 上午 5:56 
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  [作者] 2021 年 12 月 25 日 上午 5:55 
immortal gates or what ?