
Originally Posted by
Majkl
I would like to make Lithuanian axemen militia class unit so I can train them everywhere. (Lithuanian MVP unit lol) Anyone knows how to do that?
Open your Export_descr_buildings.txt file and search for entries matching Lithuanian Axemen - each building level in both cities and castle will have entries. They should look like this:
First line means that you can recruit Lithuanian Axemen in Lithuanian native lands, where the recruitment pool will start with 1 available, will replenish by 0.25 per turn, has a max of 2 units recruitable at a time, and they'll start with 0 experience.
Second line means that you can recruit Lithuanian Axemen in Polish, Hungarian and Russian native lands, where the recruitment pool will start with 0 available, will replenish by 0.13 per turn, has a max of 1 unit recruitable at a time, and they'll start with 0 experience.
Since you want Lithuanian Axemen recruitable everywhere, you have two options;
1: simply remove any restrictions and have everywhere act as Lithuanian homelands.
2: have everywhere act as Polish, Hungarian and Russians do in the above example. That would be my personal way to do it, as you would have the Lithuanian Axemen available everywhere, but more readily in your own homelands.
Option 1:
Remove the second line entirely, and the requirement from the first. Should look like this:
Option 2:
Change the requirements of the second line from Poland, Hungary and Russia to Not Lithuania. Should look like this:
Keep doing this for each entry you find in the Export_descr_buildings.txt file.
And most importantly - make a backup first, before you start editing!