Ze-Rax / TrackmaniaFlagRush

FlagRush is the new community made, teambased gamemode for Trackmania2020, providing a completely new way to play your favourite racing game with direct player interaction. In FlagRush, two teams fight for a flag and try to bring it to the base of the opposing team to score a point while preventing the other team to do the same.
MIT License
15 stars 1 forks source link

Out of bounds spam #281

Closed Ze-Rax closed 8 months ago

Ze-Rax commented 8 months ago

When the player goes out of bounds, the car still remains for half a second, where if may spam out of bounds messages, if it overlaps with the trigger.

Ze-Rax commented 8 months ago

This seems to be specific to warmup, as we did not check for the spawn status there, and since the car remains spawned for like 200ms (although the spawn status is set to unspawned) after unspawn is called. Additionally, we only really noticed it on Valley Tussle. It might be that the double global reset trigger on that map amplifies the issue.