by manutoo » 07 May 2026, 06:33
Hello,
1) if you want to change the Form of Day, you have to grab that section from the GameSys.ini in the Modding SDK and put it in your Tennis.ini :
- Code: Select all
[WT_FormOfDay]
Active = 1
ApplyOnHuman = 0
GoodDayRate = 0.1 // Rate of getting a good day instead of a bad day
BlendRandom = 0 // If 0, use only FormOfDay from Mental Skills
// If 1, use only Random Average; else, LERP between the 2
BadMax = -0.2 // Max Ratio Lowering
BadAverage = -0.05 // Used only if blending with Random
GoodMax = 0.2 // Max Ratio Raising
GoodAverage = 0.05 // Used only if blending with Random
2) Yes [WT_ScoreSimu] is used by default. It's not used anymore if you set BlendRandom to 1.
ManuTOO
== Mana Games ==
>> I don't answer Private Message, except if it's really a _Private_ topic <<