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.