Set a default Civ for new games?

Chazcon

Prince
Joined
Feb 16, 2006
Messages
476
Location
Left Coast
You know, I have played and modded Civ 4 for years, and get this, the only civ and leader I have ever played is France with Louis XIV. Yep, hundreds if not thousands of games, never played any other civ or leader. Not sure what to think about that lol.

Anyway, where in Python can I set France/Louis XIV as a fixed, or default selection in the top window on the new custom game screen? Any thoughts? Thanks.
 
I don't think that you can change that screen as it is coded in the exe.

In the CIV4CivilizationInfos file, you could set up all other Civs to
Code:
<bPlayable>0</bPlayable>
and give a rest to Napoleon and de Gaulle by setting them as
Code:
<bLeaderAvailability>0</bLeaderAvailability>

No idea what it would be like then, my king! :king:
 
Back
Top Bottom