AdrenalineX Forums

General => AdrenalineX Development => Bug Reports => Topic started by: [MAF]Rac3r on March 11, 2011, 01:37:00 pm

Title: Race Leaders & Ranking
Post by: [MAF]Rac3r 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.
Title: Re: Race Leaders & Ranking
Post by: [LSR]Jalicno 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
Title: Re: Race Leaders & Ranking
Post by: [MAF]Snoopy 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
Title: Re: Race Leaders & Ranking
Post by: [MAF]Rac3r on March 12, 2011, 12:41:04 pm
K, hopefully it's sorted that.
Title: Re: Race Leaders & Ranking
Post by: [MAF]Rac3r 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 ;)