Page 1 of 1

Change starting points

PostPosted: 10 Jun 2011, 00:50
by miguel_scp
Hi,

Is there any way of changing the players' starting points in the game?
For instance, is there any way I could have Federer have 15000 points in the beginning of the game?
Or are the values hardcoded into the exe file?

Thanks in advance,
Miguel

Re: Change starting points

PostPosted: 10 Jun 2011, 05:02
by manutoo
Hello,

add these lines to your Tennis.ini :
Code: Select all
[RankingATP]
InitPointCoeff   =   0.16   // when starting a new game, CPU players get some points; raise this coeff to give them more points, and lower it to give them less points
InitPointDivAdd   =   4.0   // bigger number => Lower points & make 1st & 100th ranks closer

[RankingWTA]
InitPointCoeff   =   0.18
InitPointDivAdd   =   5

Re: Change starting points

PostPosted: 10 Jun 2011, 17:20
by miguel_scp
So, if I put

InitPointCoeff = 0
InitPointDivAdd = 100.0

will all players start with 0 points?

Re: Change starting points

PostPosted: 11 Jun 2011, 05:41
by manutoo
Yup, except the best 8 who will get a few points from the Master Cup.

Re: Change starting points

PostPosted: 11 Jun 2011, 13:23
by miguel_scp
Thanks! :)