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
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.