Recent content by aries_tae

  1. A

    Civup 2.3.2 and Gem 1.12.2: No resource icons on city screen

    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"...
  2. A

    Civup 2.3.2 and Gem 1.12.2: No resource icons on city screen

    @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...
  3. A

    Civup v2.3.2, Gem v1.12.2 Bugs

    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;
Back
Top Bottom