Posts: 9
Threads: 3
Joined: Mar 2022
Reputation:
0
After playing some battles online, I realized that players don't receive points until a few seconds after they hit their opponent. This is problematic because during the last 2-3 seconds of the battle, nobody can earn any points. I was thinking of a way this could possibly be fixed, it happens way too often when I'm battling online.
My idea is: a code that allows players to earn/lose points for 2 more seconds after time runs out.
If anyone can make this code, I would really appreciate it.
Posts: 396
Threads: 20
Joined: Jan 2020
Reputation:
10
Isn't this cause by lag? I may just be dumb or somethin but, I'm pretty sure the point is granted once the player on the other team (who you hit) actually get hit by the item. This is why sometimes, even though you hit the player on your screen, you aren't actually hitting them. Personally, I have never had the issue of points not properly granting at the end of battles but, I don't play a lot of battles.
~MarioKartWii.com #1~
Posts: 396
Threads: 20
Joined: Jan 2020
Reputation:
10
That's just how the server functions. There isn't a way to modify the lag. What you could possibly do is somewhat "remake" the score system (as in, when hitting a player do += 1 to current team's score) but, that would be my best guess. (And even still, all players would need to run the code for a true experience)
~MarioKartWii.com #1~
Posts: 396
Threads: 20
Joined: Jan 2020
Reputation:
10
That's literally is already a thing? When the battle ends, the game accommodates for the lag and still grants points. What exactly are you trying to do? Make the players be able to get points even though the battle has ended?
~MarioKartWii.com #1~