Would be great if this was compatible with
http://forum.paradoxplaza.com/forum/showthread.php?718285-mini-mod-Misandry!
Why? Because you said in your FAQ that you dont allow females to rule armies etc, I am guessing the enatic succession is off as well.
Subbed.
I don't know if the final result will be compatible with that mod or not. I have never downloaded that one to see what is in it. I have a feeling this same issue is going to keep coming up, so I should go into more detail exactly why I'm not going to just make everything in the base game available to women. So the following will be going into the first post:
There are five reasons why this mod will not be adding the ability for women to do everything that men can in vanilla:
1. That's not the purpose of the mod. This mod does not aim to make playing a female ruler the same as a male ruler. The goal is to make playing women different, but not as boring as they are now.
2. A great many of the vanilla event chains really make no sense whatsoever for women. They would all need to be changed. That would be more work than I want to do.
3. Compatibility with major overhaul mods would be more difficult.
4. Efficiency. When the game fires off events, the first thing it does is check for eligible characters who can receive an event. Some of the checks, triggers in dev speak, are CPU intensive. The game does have some super fast, non-intensive checks. Two of them are only_men = yes and only women = yes. They quickly narrow down the number of characters that the game engine needs to check against the more CPU intensive triggers. By removing the only_men = yes trigger on a lot of events, you allow women to do them, but you make the game less efficient. It's not something you are likely to notice on a brand new gaming desktop PC. You will notice if you are like your humble modder and run CKII on a four-year-old Linux laptop.
5. It is really easy to make female marshals and generals. In the game's common folder open the job_titles.txt file. You should easily find the section for marshals. You'll see a line that reads: is_female = no. Delete it and save. Now, go into the game's events folder and open job_marshal.txt. Delete every line that says only_men = yes. Enjoy your female marshals and generals in under 5 minutes.