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
Find steamapps\workshop\content\108600\2852690210\mods\WellsConstruction\media\lua\server
In this directory there should be a file called WellObject.lua, which you need to edit,
Find the section that looks like this (but with the town squareZone as well):
-- Wells should not be able to be placed on roads, towns or trailer parks
function WellObject.isValidZone(square)
local squareZone = square:getZoneType();
if squareZone == "Nav" or squareZone == "TrailerPark" then return false; end
return true;
end
Just remove the zone you want to be able to build the well in, and you're good to go.
how i build inside house?, cand find the code line