[GS] Mod that changes the leader's order in the drop-down menu

Diaz Ex Machina

Chieftain
Joined
Nov 15, 2016
Messages
6
Location
Italy
Hello everyone.

First of all I apologize if this isn't the right place to post this kind of thread. It's the first time I write on this forum (I believe), and I didn't found any better place to post my question.

I want to re-order the leader's list in the drop-down menu when you choose them for a new game. I have no experience in modding and just a very little bit of coding knowledge (I should know Java, but I don't), but I think I can learn to do something (I think) basic like this task.

Can anyone help me creating this mod?

Thank you in advance for your help.
 
This is a new thing added now, and for the two expansions. I know where is defined but have to try to override it with mod, dont know if i can. But if you want immediate solution navigate to expansion2 dlc and find modinfo, you will understand right away how to ;)
 
Well, what I notice is that this imposition is what altering the order, meaning expansion 2 leaders come first:
Code:
<LeaderPlayable>Players:Expansion2_Players::LEADER_DIDO,Players:Expansion2_Players::LEADER_ELEANOR_ENGLAND,Players:Expansion2_Players::LEADER_ELEANOR_FRANCE,Players:Expansion2_Players::LEADER_KRISTINA,Players:Expansion2_Players::LEADER_KUPE,Players:Expansion2_Players::LEADER_LAURIER,Players:Expansion2_Players::LEADER_MANSA_MUSA,Players:Expansion2_Players::LEADER_MATTHIAS_CORVINUS,Players:Expansion2_Players::LEADER_PACHACUTI,Players:Expansion2_Players::LEADER_SULEIMAN</LeaderPlayable>

You could try to change it or even eliminate it maybe.
 
Back
Top Bottom