Any way to disable a certain leader?

DeepSoul

Warlord
Joined
Dec 30, 2011
Messages
172
I want to play with an alternate leader for Spain(Isabella), but the mod I'm using still allows Philip to be in the same game. So I need a way to disable him.
 
The only real "quick and dirty" method is to use the Advanced Set-up menu instead of the usual Game Set-Up menu and pick the leaders you want the game to use rather than letting it select them randomly.

Otherwise I'm pretty sure you'd need to create a custom RULESET that does not allow Phillip as a leader. If you're not comfortable making mods, I'd suggest the Advanced Set-Up way to do it as the better option.
 
I knew about that one, but I don't want to pick the leaders myself, so I'd rather check in firetuner if he's there. Thanks anyway.
 
If you wanted to mod it in, you could do it real simple with SQL:

DELETE FROM Players
WHERE LeaderType = 'LEADER_PHILIP_II';
 
If you wanted to mod it in, you could do it real simple with SQL:

DELETE FROM Players
WHERE LeaderType = 'LEADER_PHILIP_II';

We have some many complex things to think about that we forgot the basics. Simple as that.

For the record, also possible by xml.
 
Back
Top Bottom