long education

cegielskie

Chieftain
Joined
Feb 13, 2009
Messages
5
Hi!

I've noticed that the more graduates in my colony the longer it gets to finish their education. I know that it can be solved somehow by changing the .xml files, but I don't have a clue how to do it. Can someone help me? (of course I searched the forum, but I couldn't find the answer - have some mercy for a newbie :sad:)
 
Hi!

I've noticed that the more graduates in my colony the longer it gets to finish their education. I know that it can be solved somehow by changing the .xml files, but I don't have a clue how to do it. Can someone help me? (of course I searched the forum, but I couldn't find the answer - have some mercy for a newbie :sad:)

... Assets/XML/GlobalDefines.xml

1.
Code:
	<Define>
		<DefineName>EDUCATION_THRESHOLD_INCREASE</DefineName>
		<iDefineIntVal>15</iDefineIntVal>
	</Define>

change on

Code:
	<Define>
		<DefineName>EDUCATION_THRESHOLD_INCREASE</DefineName>
		<iDefineIntVal>[B]X[/B]</iDefineIntVal>
	</Define>

2.
Code:
	<Define>
		<DefineName>MISSIONARY_THRESHOLD_INCREASE</DefineName>
		<iDefineIntVal>25</iDefineIntVal>
	</Define>

change on

Code:
	<Define>
		<DefineName>MISSIONARY_THRESHOLD_INCREASE</DefineName>
		<iDefineIntVal>[B]Y[/B]</iDefineIntVal>
	</Define>

3.
Code:
	<Define>
		<DefineName>NATIVE_TEACH_THRESHOLD_INCREASE</DefineName>
		<iDefineIntVal>50</iDefineIntVal>
	</Define>

change on

Code:
	<Define>
		<DefineName>NATIVE_TEACH_THRESHOLD_INCREASE</DefineName>
		<iDefineIntVal>[B]Z[/B]</iDefineIntVal>
	</Define>

where X, Y, Z are the values you want.
 
A better - and easier - solution is to play the AoD2 mod, which solves the extending education problem, and many, many others.

Cheers, --- Wheldrake
 
A better - and easier - solution is to play the AoD2 mod, which solves the extending education problem, and many, many others.

Cheers, --- Wheldrake
To download any ready-to-play mod is a too simple solution. To my opinion it's much more interesting to find how to adjust the original game (or any available mod) to your personal wishes.
 
thanks for your help gyus :D well it's kinduva thrilling to make the game customized specially for myself... I changed the time duration to be more logical (how on earth a ship travels along the coast of brazil for 2 years?!). I also search how to adjust veteran soldiers to be available in the education process in the settlements - anyone knows where to find it?
 
Back
Top Bottom