Does anybody know which file to delete/change that will prevent the name changes to units and building? I love CivUP, but I prefer my Cavalry, Workshops, and Forges to not be called Dragoons, Foundries, and Blast Furnaces.
A chunk of this would be in the core-roots directory in the data.xml file. I would not delete the whole file.
Look for something like this:
Code:
<Update>
<Where Type="BUILDING_FORGE" />
<Set Description="TXT_KEY_BUILDING_BLAST_FURNACE"
Strategy="TXT_KEY_BUILDING_BLAST_FURNACE_STRATEGY"
Civilopedia="TXT_KEY_BUILDING_BLAST_FURNACE_PEDIA"
IconAtlas="TECH_ATLAS_1"
PortraitIndex="14"
/>
</Update>
And delete the description/strategy/civilopedia parts as desired. I'm not sure where the dragoons name comes from as yet, but xmlnotepad makes it pretty easy to search for it within a mod.
I keep a backup of the official mods when editing both for comparison and in case I create some fatal errors while testing.
However, most people did not realize that feature existed because in the past, you had to hold [shift] to see it. I removed that requirement.