BossBravo / Trackmania2020_LastManStandingCup

Last man standing gamemode for Trackmania 2020
MIT License
1 stars 0 forks source link

Wrong points distribution on close times #10

Open BossBravo opened 3 years ago

BossBravo commented 3 years ago

Describe the bug 2 players just finished at the almost same time and the point calculation was in reverse

Additional context https://clips.twitch.tv/ColdbloodedCoweringWeaselDxCat-TGzuldyzrmAkokE1

KemTM commented 3 years ago

One more from a different match: https://clips.twitch.tv/BelovedBovineOrcaDendiFace-1bTOkxqVdkAaFjAC

BossBravo commented 3 years ago

Can't understand this, and can't reproduce. I call the Race::SortScores(Race::C_Sort_PrevRaceTime); function like the Nadeo cup mode but it seems not always working.

BossBravo commented 2 years ago

After a new try to understand the problem i think i found it. It's a ping issue between client and server. It can also happen in COTD servers or others servers sometimes. I'm using the exact same code as Rounds to determine the position so it can also happen in round mode on Nadeo mode. I don't want to re-code it for now but i will think aboout it one day if it's not fixed on Nadeo side.

BossBravo commented 2 years ago

image Happen also on Nadeo Round mode