安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
I can see how and why the edge case you describe would happen, but it should also happen in vanilla and other basic sandbox mods such as Classical World etc.
It's kind of a base game bug, rather than an Iberia mod bug.
I'm playing the Iberia sandbox, and came upon a possible unintended edge-case regarding the objectives to help an AI faction capture/defend an AI city. I found that if I happen to capture the target city before the event timer completes, the objective is not cancelled. And when it completes, the city still suddenly changes to the aggressor faction (either from choosing to help the aggressor, or from it timing out and the aggressor being the default winner).
I've got a savegame from just before it happens, if you need that to take a look.
The little fort north of Paelontium seems to have its water access bugged out though. I'll fix that in the next version.
Ships sail, but it is impossible to create sea trade routes?
You'll want to go to iberia300bcdlc/resources/objectives/iberia300bcinv/spawnbarcidfamilymemberinvsandbox.lua and change line 12 from
if (getplayerfaction() ~= getfactionbyname("Barcids")) then return false end;
to
if (getplayerfaction() ~= getfactionbyname("Barcids") and getplayerfaction() ~= getfactionbyname("CarthageIberia")) then return false end;
Love the mods, been away for a bit and came back to the punic campaigns. Amazing work.