An idea occured to one of our modding teammates yesterday that he wanted to create a combination of two gerenal units at the begining of the imperial campaign by setting descr_strat.txt.
His basic idea is setting the two gerenal units' starting X-Y coordinate to the same,as follows:
Code:
character	Flavius Julius, named character, leader, command 0, influence 0, management 0, subterfuge 0, age 47, , x 89, y 82  
traits GoodCommander 2, NaturalMilitarySkill 1, GoodDefender 1, PoliticsSkill 3, GoodAdministrator 2, Austere 1
ancillaries aged_retainer
army
unit		roman generals guard cavalry early				exp 1 armour 0 weapon_lvl 0
unit		roman hastati				exp 1 armour 0 weapon_lvl 0
unit		roman hastati				exp 1 armour 0 weapon_lvl 0
unit		roman triarii				exp 1 armour 0 weapon_lvl 0
unit		roman archer				exp 1 armour 0 weapon_lvl 0

character	Lucius Julius, named character, heir, command 0, influence 0, management 0, subterfuge 0, age 31, , x 89, y 82  
traits GoodCommander 1, PoliticsSkill 2, GoodAdministrator 3, Energetic 2
ancillaries freeman_clerk 
army
unit		roman generals guard cavalry early				exp 1 armour 0 weapon_lvl 0
unit		roman hastati				exp 1 armour 0 weapon_lvl 0
unit		roman hastati				exp 1 armour 0 weapon_lvl 0
Then I can't load the campaign game and get an error message saying "cannot attach 2 armies together..." when I quit.But in the campaign game it's true that we can combine troops however many the general units.
I wonder if there's a way to make it possible for the combination of general units by setting descr_strat.txt.
Can anyone help me?