Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (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)
Bahasa Indonesia (Indonesian)
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
Very useful! Thank you so much:)
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
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: