Most of your questions are answered in the Tutorial Forum.

Originally Posted by
Maleficus
1. Province names.
I want to change province names to the correct ones, so that rather than Vienna Region, Palermo Region and Nottingham Region, I get Austria, Sicily and Mercia (or even Österreich, Sicilia and Mercia).
Folder data\text\ file imperial_campaign_regions_and_settlement_names.txt
Code:
change
{Novgorod_Province}Novgorod
{Novgorod}Novgorod
to
{Novgorod_Province}Novgorod
{Novgorod}Naugarden
The city of Novgorod is now displayed as Naugarden. Do not change anything inside the { }.
2. Faction names
I want to change the names of a few of the factions to be more accurate / native. For example, Byzantine Empire to Basileum ton Rhomaion, and Hungary to Magyar Királyság.
Same folder, file expanded.txt
Code:
change
{BYZANTIUM}Byzantium
to
{BYZANTIUM}Basileia ton Romaion
This faction is now displayed as Basileia ton Romaion. You also need to change all other references in this file to make it accurate, for example:
Code:
{EMT_HUNGARY_ADMIRAL}Navy of Magyar Királyság
{EMT_HUNGARY_ASSASSIN}Assassin of Magyar Királyság
{EMT_HUNGARY_CAPITAL}Magyar Királyság Capital
{EMT_HUNGARY_CASTLE}Magyar Királyság Castle
{EMT_HUNGARY_CITY}Magyar Királyság City
{EMT_HUNGARY_DIPLOMAT}Diplomat of Magyar Királyság
{EMT_HUNGARY_DOCK}Magyar Királyság Docks
{EMT_HUNGARY_FACTION_HEIR}Faction Heir of Magyar Királyság
{EMT_HUNGARY_FACTION_HEIR_NAME}Prince %S
{EMT_HUNGARY_FACTION_HEIR_TITLE}Faction Heir
{EMT_HUNGARY_FACTION_LEADER}Faction Leader of Magyar Királyság
{EMT_HUNGARY_FACTION_LEADER_NAME}King %S
{EMT_HUNGARY_FACTION_LEADER_TITLE}Faction Leader
{EMT_HUNGARY_FISHING_VILLAGE}Magyar Királyság Fishing Village
{EMT_HUNGARY_FORMER_FACTION_LEADER_TITLE}King
{EMT_HUNGARY_FORT}Magyar Királyság Fort
{EMT_HUNGARY_FORTRESS}Magyar Királyság Citadel
{EMT_HUNGARY_GENERAL}Army of Magyar Királyság
{EMT_HUNGARY_HUGE_CITY}Magyar Királyság Huge City
{EMT_HUNGARY_LARGE_CASTLE}Magyar Királyság Fortress
{EMT_HUNGARY_LARGE_CITY}Magyar Királyság Large City
{EMT_HUNGARY_LARGE_TOWN}Magyar Királyság Large Town
{EMT_HUNGARY_MERCHANT}Merchant from Magyar Királyság
{EMT_HUNGARY_NAMED_CHARACTER}Family Member of Magyar Királyság
{EMT_HUNGARY_NAMED_CHARACTER_5}Bishop of Magyar Királyság
{EMT_HUNGARY_NAMED_GENERAL}General of Magyar Királyság
{EMT_HUNGARY_NAMED_GENERAL_5}Bishop of Magyar Királyság
{EMT_HUNGARY_PORT}Magyar Királyság Port
{EMT_HUNGARY_PRIEST}Priest from Magyar Királyság
{EMT_HUNGARY_PRIEST_1}Bishop of Magyar Királyság
{EMT_HUNGARY_PRIEST_2}Cardinal of Magyar Királyság
{EMT_HUNGARY_PRINCESS}Princess of Magyar Királyság
{EMT_HUNGARY_SPY}Spy of Magyar Királyság
{EMT_HUNGARY_STAR_FORT}Magyar Királyság Star Fort
{EMT_HUNGARY_STONE_KEEP}Magyar Királyság Wooden Castle
{EMT_HUNGARY_TOWN}Magyar Királyság Town
{EMT_HUNGARY_VILLAGE}Magyar Királyság Village
{EMT_HUNGARY_WATCHTOWER}Magyar Királyság Watchtower
{EMT_HUNGARY_WOODEN_CASTLE}Magyar Királyság Motte and Bailey
Do not change anything inside the { }.
3. Character names
Not so much the names of existing characters, as possible names for emerging characters. That is to say, to add and remove certain names availability to certain factions.
Same folder, file names.txt
Code:
change
{Luis}Luis
to
{Luis}Louis
Do not change anything inside the { }.
To remove names from a faction go to folder data file descr_names.txt and remove the name from the respective faction. Adding names basically works the same/other way round, but better check the tutorial.
I also wonder if it is possible to have 2 characters from the same faction with the same name. After all, France had more than one Louis born to it's royal family over the years, right?
Simple trick:
Code:
{Konrad_A}Konrad
{Konrad_B}Konrad
{Konrad_C}Konrad
{Konrad_D}Konrad
{Konrad_E}Konrad
{Konrad_F}Konrad
{Konrad_G}Konrad
{Konrad_H}Konrad
{Konrad_I}Konrad
All those characters would be displayed as "Konrad" in game.
4. Starting family trees
I want to make starting family trees more accurate. A couple of examples: Rodrigo el Valiente, heir to the spanish throne at the start of the game, didn't actually exist as far as I can tell. On the other hand, William the conqueror's second son,
Richard, has been completely left out.
Check out the tutorial section.