
So, is this only way to improve? Cause since last tournament I have earned 67 points but lost more than 80 so I basically didn't improve but even got worse! For now, I just play for joy, pro level 10. Can I at least make those points more validate to make my improvement faster? I do not want to cheat so much but I don't want to get worse either! I just broke top 200 so it is long way till top for me! Will I lost my saved game if I change those parameters?
In Tennis file I found this one, can someone explain me how this funcionates?
[WT_FormOfDay]
Active = 0
GoodDayRate = 0.3 // Rate of a good days instead of a bad days
BlendRandom = 0 // If 0, use only FormOfDay from Mental Skills
// If 1, use only Random Average; else, LERP between the 2
BadMax = -1.0 // Max Level Lowering
BadAverage = -0.25 // Used only if blending with Random
GoodMax = 1 // Max Level Raising
GoodAverage = 0.25 // Used only if blending with Random
[WT_Training] // every day, Skill = Skill * Dim
DimClub = 0.9980
DimJunior = 0.9982
DimPro = 0.9984
DimMaster = 0.9986
DimIncredible = 0.9988
ClubPbH = 2.0 // Training Efficiency
JuniorPbH = 1.5
ProPbH = 1.5
MasterPbH = 1.0
IncrediblePbH = 1.0
ClubGain = 1.75 // Experience points modifier
JuniorGain = 1.5
ProGain = 1.25
MasterGain = 1.0
IncredibleGain = 0.75
[WT_ScoreSimu]
StressMinDiff = 1000
StressLowering = 1.0 // difference *= StressLowering
StressPow = 5 // difference *= Pow(random[0, 1], StressPow)
//===> Higher Skill -= difference
FormLowering = 0.4 // ratio = FormLowering
FormPow = 6 // ratio *= Pow(random[0, 1], FormPow)
//===> Skill *= 1 - ratio
[WT_SkillNormAtpRT]
LowRank = 1000
MiddleRank = 100
LowNorm = 0.05
MidNorm = 0.55
HighNorm = 0.87
HighPower = 1.25
[WT_SkillNormWtaRT]
LowRank = 1000
MiddleRank = 75
LowNorm = 0.05
MidNorm = 0.50
HighNorm = 0.80
HighPower = 1.25