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 )