If you mean the data\world\maps\campaign\imperial_campaign\descr_strat.txt I've already edited that and the relatives don't show up (this is how I was able to set the Faction Heir and Faction Leader).
descr_strat code (I've deleted all but the General's units):
Code:
character Amaron, named character, male, leader, age 40, x 152, y 166
traits Factionleader 1 , GoodCommander 2 , BattleDread 4 , ReligionStarter 2
army
unit Battlemage exp 1 armour 0 weapon_lvl 0
character Diexony, named character, male, age 32, x 167, y 183
traits Factionheir 1 , LoyaltyStarter 3 , GoodCommander 2 , Intelligent 1 , Energetic 1 , GoodAmbusher 1 , ReligionStarter 1
army
unit Battlemage exp 1 armour 0 weapon_lvl 0
character Oxynta Erlach, assassin, male, age 20, x 150, y 166
traits GoodSpy 1
character Rhaskos Scherer, priest, male, age 45, x 151, y 178
traits NaturalPriestSkill 1 , StrongFaith 3 ,
character_record Cerzula, female, age 49, alive, never_a_leader
character_record Grim, male, age 12, alive, never_a_leader
relative Amaron, Cerzula, Diexony, Grim, end
The error message I get:
Code:
20:35:55.484 [script.err] [error] Script Error in myth/data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 378, column 14 couldn't find Amaron's character_record
20:35:55.484 [script.err] [error] Script Error in myth/data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 380, column 1 The character record is set as faction heir but is not in the family tree.
20:35:55.484 [script.err] [error] Script Error in myth/data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 380, column 1 The character record Cerzula is neither married, nor has a father and will be ommited from the game. She needs to be defined as a relative
20:35:55.484 [script.err] [error] Script Error in myth/data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 380, column 1 The child character record Grim has no father and will be ommited from the game. THey need to be defined as a relative
Bookmarks