Simple Gender Equality 1.28
This is an incredibly simple mod. It allows female generals and gives a 50% chance for female advisors and generals to spawn.
There is another gender equality mod but it’s not kept up to date and it reproduces the entire defines.lua which raises the chance of breaking things or of being incompatible with other mods. This version is a two line edit.
You just need to make a defines.lua override file in the right place that says:
NDefines.NCountry.ALLOW_FEMALE_GENERALS = 1
NDefines.NCountry.FEMALE_ADVISOR_CHANCE = 50
This mod should be compatible with any future version of EUIV and any mod that doesn’t edit those two values. If I stop updating it, it should keep working.
If you want to adjust the ratios, it’s not hard to make a copy of the mod and change the value.
0 is 0% 50 is 50% 100 is 100%. You get the idea.
Set NDefines.NCountry.ALLOW_FEMALE_GENERALS = 0 if you don’t want women in the army. Or just delete the line! 0 is the default.
Tested with EUIV 1.28 Golden Century. You need to have Women in History installed for this to do anything.