安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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 не добавя към склада - трябва ли да го натисна, когато е избрана каменна мина? В противен случай, страхотно мод! Храната и инструментите работят перфектно :)