To be more specific, does anyone know the modding table for the text that pops up on the left of the screen when you hover you mouse over a building upgrade?
To be more specific, does anyone know the modding table for the text that pops up on the left of the screen when you hover you mouse over a building upgrade?
Not 100% sure but it should be in the localised text pack (something like local_en_rome2.pack) not in the main pack. There are two localised text packs for some reason. Look in text then the db tables, they are fairly obviously named. you can still import the table into your mod pack the same as usual.
If you want to change a current text description you need to import the whole table un-renamed to overwrite the old table. If you want to add new text you can create a new table fragment
edit : building_short_descriptions.txt and building_flavors.txt (or similar, not quite looking at it right now)
Last edited by Col.KanKrusha; March 30, 2015 at 02:18 PM.
~ Too soon old, too late smart ~
Ah, thanks for the reply. I was able to find it
: )