Re: why the family tree not expanding?
Contrary to last time, i need to reject marriage proposals every single turn.
This line really doesn't make sense.
You are worried that your family is getting too old but are rejecting marriage proposals?
As for modding some aspects of the family tree, you might want to have a look into descr_campaign_db - it opens with notepad.
Code:
<family_tree>
<max_age uint = "100"/>
<max_age_for_marriage_for_male uint = "75"/>
<max_age_for_marriage_for_female uint = "45"/>
<max_age_before_death uint = "101"/>
<max_age_of_child uint = "10"/>
<old_age uint = "60"/>
<age_of_manhood uint = "14"/>
<daughters_age_of_consent uint = "13"/>
<daughters_retirement_age uint = "40"/>
<age_difference_min int = "6"/>
<age_difference_max int = "30"/>
<parent_to_child_min_age_diff uint = "13"/>
<min_adoption_age uint = "14"/>
<max_adoption_age uint = "40"/>
<max_age_for_conception uint = "40"/>
<age_of_manhood_close uint = "14"/>
<max_number_of_children uint = "4"/>
</family_tree>