The Tournament Director Forums

Main => Help Me => Topic started by: matrixz on May 14, 2014, 03:22:20 PM

Title: Tournament screen - points
Post by: matrixz on May 14, 2014, 03:22:20 PM
On the screen I have <pointsForPlaying ranks="1-15"> and everything is ok
The points for playing formula is: 10*(sqrt(buyins)/sqrt(rank))+buyins-rank-9+5*tnr/buyins+7.5*totalAddOns/buyins.
I want also, the screen display the ranking points, eg for the last place a player who falls off first.
For example: in the tournament's 50 players. The screen shows a ranking of 1st-15 ... At some point in the tournament is for example 35 players. I want to show for ranking points for the 35th place.
I tried to write: <pointsForPlaying ranks = "<players>"> but it does not work.
How to do it?

PS. How to show the total sum of pointsForPlaying?
Title: Re: Tournament screen - points
Post by: Corey Cooper on May 16, 2014, 08:41:32 PM
In other words, you want to display the points that will be earned by the player who next busts out?

If that's the case, I'm afraid at the moment you can't do it.  I'll look into updating the token in the future to allow this.