Re: Adding Rebel Generals
Moved to modding questions.
Have a look at data/world/maps/campaign/imperial_campaign/descr_strat.txt
Far towards the bottom it has a "slave" section which is where the rebels are described.
You can find examples of how to code characters in the same file, but be careful about the formatting.
Re: Adding Rebel Generals
Hi,
I`ve been modding for all of a week now and have found this site a great help so thanks to all the people who contribute.
I`m trying to add an `Irish` faction as a kind of basic level modding project, but firstly I want to add the characters and settlements as Rebels so I can work my way towards adding it as a full faction.I`ve tried adding slave Generals by cloning the `El_Cid` entry but unfortunately the General wont appear.
character sub_faction scotland, Dara O`Brianan, general, male, age 40, x 81, y 155
traits GoodCommander 2 , NaturalMilitarySkill 1 , PublicFaith 2 , GoodAdministrator 2 , BattleChivalry 2 , StrategyChivalry 2 , ReligionStarter 1
army
unit Levy Spearmen exp 1 armour 0 weapon_lvl 0
unit Hobilars exp 1 armour 0 weapon_lvl 0
unit Levy Spearmen exp 1 armour 0 weapon_lvl 0
unit Peasants exp 0 armour 0 weapon_lvl 0
unit Irish Kerns exp 0 armour 0 weapon_lvl 0
unit Irish Kerns exp 0 armour 0 weapon_lvl 0
This is the code I`ve put in to descr_strat.txt,the army appears but the General doesnt.I`ve used the TW_Name_Verifier to make sure his name is in all the right places.
Can anyone help me please?
Re: Adding Rebel Generals
have you tried replacing "Dara O`Brianan, general..." with "Dara O`Brianan, named character" ?