vrijeleeuw
Chieftain
- Joined
- Jul 8, 2012
- Messages
- 8
Hello all !
I used to modify civilization for my own but it was a long time ago. I bought G&K expansion and I was looking to change city names but what ever I do, it still show me the native name. I didn't modify the core game and don't want, I want to use mod tools to do that.
Here is the code I'm trying to import on civilization 5:
It's in CIV5GameTextInfo_Cities.xml file import to ModBuddy and export with the same tool. I see the mod in civilization 5, I can active it and play but it does nothing at all. Any idea ?
I used to modify civilization for my own but it was a long time ago. I bought G&K expansion and I was looking to change city names but what ever I do, it still show me the native name. I didn't modify the core game and don't want, I want to use mod tools to do that.
Here is the code I'm trying to import on civilization 5:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 7/11/2011 2:16:40 AM -->
<GameData>
<!-- french city names-->
<Language_en_US>
<Row Tag="TXT_KEY_CITY_NAME_PARIS">
<Text>Lutetia</Text>
</Row>
</Language_en_US>
</GameData>
It's in CIV5GameTextInfo_Cities.xml file import to ModBuddy and export with the same tool. I see the mod in civilization 5, I can active it and play but it does nothing at all. Any idea ?