You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if your game crashes while playing, and you open the game again, join the lobby and reconnect to game, you're going to be last in the queue. This is one of the worst feelings in BAR, because you're potentially missing out on the next 1-3 games in that lobby. You should't be punished for the game crashing.
In my opinion, the current $vip command (to put someone currently in queue to the front of the queue) should be auto-applied to the player reconnecting. This would almost guarantee him participating in the next game.
Potential concerns: players finding ways to abuse this. I can't think of any right now. You still lose your spot, but at least you're first in queue (still net negative anyway).
The text was updated successfully, but these errors were encountered:
I like the idea. This could be handled by teiserver alone.
Sth. like:
IF JoinBattle and BattleRunning and JoinedUserIsActivePlayer THEN Put_In_Front_Of_Queue @jauggy What do you think ? @Damgam Can you move this to https://github.com/beyond-all-reason/teiserver ?
Currently, if your game crashes while playing, and you open the game again, join the lobby and reconnect to game, you're going to be last in the queue. This is one of the worst feelings in BAR, because you're potentially missing out on the next 1-3 games in that lobby. You should't be punished for the game crashing.
In my opinion, the current $vip command (to put someone currently in queue to the front of the queue) should be auto-applied to the player reconnecting. This would almost guarantee him participating in the next game.
Potential concerns: players finding ways to abuse this. I can't think of any right now. You still lose your spot, but at least you're first in queue (still net negative anyway).
The text was updated successfully, but these errors were encountered: