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
Put it on G, that might work better.
Can you the maker of the mod maybe add logs?
inside cick mods folder and find the folder for this mod '940221650' open and click 'cheats' folder.
there is 2 lua files, open keyboard.lua. Use notepad or notepad++
Copy the code under here after "end--D"
if e.scancode == CEGUI.Key.L then
local sgradi = fv.core.gameMap:getBuildings()
local sgradiCount = fv.core.table.getn(sgradi)
local flag = false
for i = 1, sgradiCount, 1 do
local bld = sgradi
if bld.name == "Warehouse" then
if flag == false then
bld:setResourceCount("logs" , 1000)
flag = true
end
end
end
end -- L
Save, when in game, type "Ctrl + L" and you got 1000 logs in your warehouse.
You can do this with all resources until you run out of keys.
Store resources in mines
(C) 2000 Clay
(I) 2000 Iron ore
(S) 2000 Stone
Store in Barn
(U) 5000 Improved tools
(F) 5000 Fish in each where it already exists
(D) 1000 Improved dress in one barn
Hope that helps
Store resources in mines
(C) 2000 Clay
(I) 2000 Iron ore
(S) 2000 Stone
Store in Barn
(U) 5000 Improved tools
(F) 5000 Fish in each where it already exists
(D) 1000 Improved dress in one barn
Как добавяте камък? Натискането на S не добавя към склада - трябва ли да го натисна, когато е избрана каменна мина? В противен случай, страхотно мод! Храната и инструментите работят перфектно :)