Author Topic: Race Leaders & Ranking  (Read 3243 times)

0 Members and 1 Guest are viewing this topic.

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Race Leaders & Ranking
« on: March 11, 2011, 01:37:00 pm »
I've had a few complaunts about the Race Leaders display, also Firefox suggested a better 'Position' tracker (1st, 5th, 9th and so on).

Newly coded position tracker (which also fixes the Race Leaders display).

Still a few bits missing (if 2 people are both on CP 2, we need to work out who is ahead).

Any problems, post the here.

Thanks racers.

Offline [LSR]Jalicno

  • Admin
  • Posts: 12,384
    • View Profile
Re: Race Leaders & Ranking
« Reply #1 on: March 11, 2011, 07:14:11 pm »
Well not sure,did you fixed that cause didn't checked today how going server but i have noticed that sometime if you get streak 2-3 or more tracks in row you start 1st as is supposed but sometime can suddenly send you on last position on start no matter if you keeping that streak or as happened me many times if there are 9 racers on server you are 1st in "B" world

Offline [MAF]Snoopy

  • Posts: 14,540
    • View Profile
Re: Race Leaders & Ranking
« Reply #2 on: March 11, 2011, 07:28:48 pm »
if you get streak 2-3 or more tracks in row you start 1st as is supposed but sometime can suddenly send you on last position on start no matter if you keeping that streak or as happened me many times if there are 9 racers on server you are 1st in "B" world

i've always had that complaint too

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: Race Leaders & Ranking
« Reply #3 on: March 12, 2011, 12:41:04 pm »
K, hopefully it's sorted that.

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: Race Leaders & Ranking
« Reply #4 on: March 13, 2011, 10:15:40 am »
Each CP = 10000.0

distance-to-next-cp = 10000.0 - distance-to-next-cp

Score = distance-to-next-cp + (cp_progress X 10000.0)

That should make it easier to sort first to last, well, that's the plan anyway ;)