I'll just use a basic example of my problem. If I add +2 production to a building the game applies the data and it works as its supposed to, but it does not update the text in the stat box, there is no TXT_KEY for the in game stat box when you mouse over the building.
When I check the CIV5GameTextInfos_Civilopedia.xml I find:
<Row Tag="TXT_KEY_CIV5_BUILDINGS_HYDROPLANT_STATBOX">
<Text>missing stats</Text>
</Row>
Just trying to figure out how to update the stat box, any help would be greatly appreciated.
When I check the CIV5GameTextInfos_Civilopedia.xml I find:
<Row Tag="TXT_KEY_CIV5_BUILDINGS_HYDROPLANT_STATBOX">
<Text>missing stats</Text>
</Row>
Just trying to figure out how to update the stat box, any help would be greatly appreciated.