We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this feature is useful mainly for FFA mods, its at FTEsv from r3899 from fte.cfg file:
sv_fullredirect "" //This is the ip:port to redirect players to when the server is full
so when a player tries to join the server, but it is full, he is automatically redirected to another, with a proper message.
good for FFA servers. this way we can reduce the maxplayers of ffa server, making it less chaotic at busy times.
The text was updated successfully, but these errors were encountered:
That's a good idea. Would be great to make it possible to add several servers to redirect to, in order of appearance.
Sorry, something went wrong.
i guess 27500 could redirect to 27501 27501 could redirect to 27502 and so on... this way, only one is needed
if this gets implemented, add a nice informative message to the user.
No branches or pull requests
this feature is useful mainly for FFA mods, its at FTEsv from r3899
from fte.cfg file:
sv_fullredirect "" //This is the ip:port to redirect players to when the server is full
so when a player tries to join the server, but it is full, he is automatically redirected to another, with a proper message.
good for FFA servers. this way we can reduce the maxplayers of ffa server, making it less chaotic at busy times.
The text was updated successfully, but these errors were encountered: