Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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