a quick word to let the world know (and Google
- Code: Select all
BeginnerGain = 1.75
ClubGain = 1.75 // Experience points modifier
JuniorGain = 1.50
ProGain = 1.25
MasterGain = 1.10
IncredibleGain = 0.95
In TEM2, you should add these lines in your Tennis.ini (from the GameSys.ini of the Modding SDK), under [WT_Training] (and in TE4, under [WT_TrainingTEM]) :
- Code: Select all
XpBaseRound = 8
XpForLoss = 15
And then modify them to your liking.
(HowTo => topic19-32161.php )
You can also tune these lines to modify the training efficiency :
- Code: Select all
MulSkillBeginner= 0.28
MulSkillClub = 0.45
MulSkillJunior = 0.42
MulSkillPro = 0.39
MulSkillMaster = 0.36
MulSkillIncred = 0.33
