How to change the title of a defecting lord?

Users who are viewing this thread

Giggityninja

Sergeant
I really want to somehow edit the way that counts, jarls, boyars etc. are renamed when they defect to the Kingdom of Swadia to rename them to "Lords" instead of "Counts". Can anyone give me simple instructions on how to do this? I have module system if needed.
 
In module_strings :

Search and edit the following :

("faction_title_male_player", "Lord {s0}"),
  ("faction_title_male_1", "Count {s0}"),
  ("faction_title_male_2", "Boyar {s0}"),
  ("faction_title_male_3", "{s0} Noyan"),
  ("faction_title_male_4", "Jarl {s0}"),
  ("faction_title_male_5", "Count {s0}"),
  ("faction_title_male_6", "Emir {s0}"),

  ("faction_title_female_player", "Lady {s0}"),
  ("faction_title_female_1", "Countess {s0}"),
  ("faction_title_female_2", "Boyarina {s0}"),
  ("faction_title_female_3", "{s0} Hatun"),
  ("faction_title_female_4", "Grevinne {s0}"),
  ("faction_title_female_5", "Countess {s0}"),
  ("faction_title_female_6", "Sayeda {s0}"),

If you do not want them to have a title, simply remove the "Jarl" or "Boyar" titles and etc.
For example,

  ("faction_title_male_2", "{s0}"),

Will give them no title.
 
Zirkhovsky said:
In module_strings :

Search and edit the following :

("faction_title_male_player", "Lord {s0}"),
  ("faction_title_male_1", "Count {s0}"),
  ("faction_title_male_2", "Boyar {s0}"),
  ("faction_title_male_3", "{s0} Noyan"),
  ("faction_title_male_4", "Jarl {s0}"),
  ("faction_title_male_5", "Count {s0}"),
  ("faction_title_male_6", "Emir {s0}"),

  ("faction_title_female_player", "Lady {s0}"),
  ("faction_title_female_1", "Countess {s0}"),
  ("faction_title_female_2", "Boyarina {s0}"),
  ("faction_title_female_3", "{s0} Hatun"),
  ("faction_title_female_4", "Grevinne {s0}"),
  ("faction_title_female_5", "Countess {s0}"),
  ("faction_title_female_6", "Sayeda {s0}"),

If you do not want them to have a title, simply remove the "Jarl" or "Boyar" titles and etc.
For example,

  ("faction_title_male_2", "{s0}"),

Will give them no title.
Thank you so much! This was much appreciated.  :grin:
 
Back
Top Bottom