Quote Originally Posted by PatWest
If you know the ideal tutorial for adding units to the merc pool could you point me in that direction. I assume it's a little more than just knowing a file called descr_mercenaries.
ER wrote a nice tutorial for new units addition:
https://forums.totalwar.org/vb/showthread.php?t=51750

For a merc unit you must follow the tutorial with some differences:
- Put mercenary_unit as an attribute in export_descr_unit
- Put the unit card and the info pic in folders Data\ui\units\mercs and Data\ui\unit_info\merc
- Instead of making them recruitable in export_descr_building, you must put them in descr_mercenaries

I hope I didn't forget anything.