Anyway, I play the romano-british, and I've built the palaca that should allow you to make cometitanes, but somehow they don't appear in my recruit screen
Anybody got an idea why(I play 7.03 no mods)
Probably because in the export_descr_unit.txt file, romano_british are nt listed for those units.
You can recruit british legionaries but not comitatensis. If you want to, you need to add romano_british to the ownership line in the edu file. For example:
type comitatenses
dictionary comitatenses ; Comitatenses
category infantry
class heavy
voice_type Heavy_1
soldier comitatensis, 40, 0, 1
officer roman_centurion
officer roman_standard
attributes sea_faring,hide_forest,can_sap,legionary_name
formation 1, 2, 2, 3, 4,square, shield_wall
stat_health 1, 0
stat_pri 10,2, pilum, 45, 2, thrown, blade, piercing, spear, 25, 1
stat_pri_attr prec,thrown ap
stat_sec 10,6, no, 0, 0, melee, blade, piercing, sword, 25, 1
stat_sec_attr spear_bonus_6
stat_pri_armour 10,14, 6, metal
stat_sec_armour 0, 4, flesh
stat_heat 5
stat_ground 1, 0, 0, 0
stat_mental 26,disciplined,highly_trained
stat_charge_dist 45
stat_fire_delay -50000
stat_food 60, 300
stat_cost 3,880,468, 70, 110, 550
ownership empire_west, empire_east, empire_west_rebels, romano_british
You can either copy and paste this over the existing comitatensis desc (make sure you copy the original fiel and store it somewhere), or just add the word romano_brithish at the end of the ownership line. be sure to include a comma after empire_west_rebels.
Hope this helps.
That's because in the export_descr_building file you find this:
recruit "comitatenses" 0 requires factions { roman, } and hidden_resource italia or hidden_resource dalmatia or hidden_resource bosphoran and not hidden_resource auxilia or not hidden_resource palatina
The highlighted word roman, means all factions belonging to the "roman" culture can recruit these troops. The Romano British are listed as a roman culture, hence the building description would say you could recruit these troops. But it wasn't matched with what the export unit file said. It was probably an error in development.
Cheers