Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
I moved on to Farthest Frontier a while ago...
@Onder You're the first person to report this after 5 years, are you sure your problem is caused by this mod? The little bit of code that was changed shouldn't affect anything but the aging process. That being said, the games code is an enigma to me and I'm afraid I'm in no position to help you with this
local shack = self:createBuilding ('Shack', startPosition + Vec2(x,z), angle)
self:addResources (shack, { bread = 120, fish = 120, firewood = 60 })
function createBuilding(buildingName string, x number, z number, angle number, width number, length number, terramorphingData [[std::vector<TerramorphingCell>_Class|std::vector<TerramorphingCell>]], buildingID UID, loadNode pugi::xml_node, ver number) -> Building
Create new construction yard of building on map
buildingName: name of building class
x, z: position of building on map
angle: rotation angle of building in radians (optional)
width: width for sizable buildings (optional)
length: length for sizable buildings (optional)