I think I have found a temp fix for this bug.
The yield icon keep disappearing is because Thal has edited the YieldIconManager.lua.
To temp fix this, open "Civ V Unofficial Patch v2.3.2 (GK) (v 1).modinfo" and change this line:
From
<File md5="3E385530A12C8D882896B98B1B84B826"...
@mystikx21 & haimat
Does this happen if you start a new game?
I only get this bug if I load the save game that start in CivUp 2.3.1.
I suspect that this bug is caused by this change.
Civ5 might cache tiles' yield icon in save file, so that it doesn't have to re-process it. But since Thal...
You can fix this by open the mod folder and edit the \GEM\Terrain\GET_Start.sql
find this line
UPDATE BuildFeatures SET Time = 400 WHERE FeatureType = 'FEATURE_JUNGLE';
and replace it with
UPDATE BuildFeatures SET Time = 400 WHERE FeatureType = 'FEATURE_JUNGLE' AND Time <> 0;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.