This fix is useless for 0.81 as EB changed the unitnames to a format the same way I did.
The biggest issue (at least for me) was the overlapping text in MIC's (the text that shows which units can be recruited. For buildings this does not apply, so I couldnt be bothered to try and get the buildingnames to look better.
Anyway the same solution can be applied for buildings. The textfile you're looking for is ...eb\data\text\export_buildings.txt. Every building has its own set of lines, f.i.
Code:
{temple_of_fertility_awesome_temple_gauls} Essusandros\n(Fortress Temple of Essus)
{temple_of_fertility_awesome_temple_gauls_desc}
Essus is the aggressive Gallic god of the underworld / pursuer of justice, the hunt, produce, wine and commerce. Along with Taranis and Teutatis he forms part of the Gallic Triad.\n\nPersons that have been caught in acts of commercial defraud, murder and / or betrayal of the Gallic peoples are sacrificially slain in the name of Essus and their bodies hung to rot from trees to serve as a warning to the living.\n\nThrough fear, Essus invokes a great respect for law and order; which in turn makes for a safer, more vibrant economy.\n\nCeltic temple complexes were complicated, expensive edifices; they employed a large central temple, with votive pools, educational metalworks depicting warriors, heroes, and deities, used as decoration and to teach stories, as well as an enclosure around the trees. Within would operate many priests, teachers, and guards who would protect the temple and grove from defilers.
{temple_of_fertility_awesome_temple_gauls_desc_short}
Essus is the aggressive Gallic god of the underworld / pursuer of justice, the hunt, produce, wine and commerce.
This part is the name:
Code:
{temple_of_fertility_awesome_temple_gauls} Essusandros\n(Fortress Temple of Essus)
which results ingame in:
Essuandros
(Fortress Temple of Essus)
you can change it to:
Code:
{temple_of_fertility_awesome_temple_gauls} Essusandros (Fortress Temple of Essus)
and it'll become:
Essuandros (Fortress Temple of Essus)
I have no idea if it looks better, you'll have to try.
Bookmarks