European nations have just 1 leader available in any game, so the English King can be only "English King", etc.
I propose to add multiple leaders to European Nations so you can choose (or assign randomly) one amongst the list of available leaders for that "Mother" Nation.
For ex: New Spain can choose to have Bolivar & San Martin as leaders. Spain (Europe) could have Isabella or Felipe II for ex.
XML:
In civ4civilizationsinfo.xml
Actually adding 2 leaders to European Nations does nothing in game (we can only choose leaders for colonies), it requires some DLL changes so the game would check if the European Nation has more than 1 available leader and then:
1)It would allow us to choose which king we want.
or
2)Choose one of them randomly. (I like this, it makes games unpredictable and funny)
This is an easy change with many possibilities (if we add specific traits to different leaders, etc.)
I propose to add multiple leaders to European Nations so you can choose (or assign randomly) one amongst the list of available leaders for that "Mother" Nation.
For ex: New Spain can choose to have Bolivar & San Martin as leaders. Spain (Europe) could have Isabella or Felipe II for ex.
XML:
In civ4civilizationsinfo.xml
Code:
<Leaders>
<Leader>
<LeaderName>LEADER_SPANISH_KING_FELIPEII</LeaderName>
<bLeaderAvailability>1</bLeaderAvailability>
</Leader>
<Leader>
<LeaderName>LEADER_SPANISH_KING_ISABELLA</LeaderName>
<bLeaderAvailability>1</bLeaderAvailability>
</Leader>
</Leaders>
Actually adding 2 leaders to European Nations does nothing in game (we can only choose leaders for colonies), it requires some DLL changes so the game would check if the European Nation has more than 1 available leader and then:
1)It would allow us to choose which king we want.
or
2)Choose one of them randomly. (I like this, it makes games unpredictable and funny)
This is an easy change with many possibilities (if we add specific traits to different leaders, etc.)