Log in

View Full Version : Recruitment



Spart
12-07-2008, 12:43
I would like to make recruitment in all settlements possible.

I am playing LOTR Total War and I am playing as the Noldor Elves, I love palying with them but the draw back is that I can only recruit units in the home provinces. How do I modify the game so that I can recruit wherever I want?

Aradan
12-07-2008, 13:37
The recruitment of units can be 'tied to' specific hidden resources (which have been assigned in various regions); this is done in export_descr_buildings.txt and it goes like this:


recruit "unit id" x requires factions { list_of_factions, } and hidden_resource xyz and not resource abc

Just outcomment the resources part, like this, to make the game ignore it:


recruit "unit id" x requires factions { list_of_factions, } ; and hidden_resource xyz and not resource abc

Spart
12-10-2008, 11:41
thanks