Trying to change Scythian city names...I have:
Obviously with more city names filled in there. But when I built the mod and loaded it in a new game, the capital was still Pokrovka. What am I screwing up here?
Code:
<GameData>
<BaseGameText>
<Update>
<Where Tag="LOC_CITY_NAME_POKROVKA"/>
<Set>
<Text>Gelonus</Text>
</Set>
</Update>
</BaseGameText>
</GameData>
Obviously with more city names filled in there. But when I built the mod and loaded it in a new game, the capital was still Pokrovka. What am I screwing up here?