Skip to content
New issue

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

implement fte's sv_fullredirect #31

Open
mushis opened this issue Apr 4, 2018 · 3 comments
Open

implement fte's sv_fullredirect #31

mushis opened this issue Apr 4, 2018 · 3 comments

Comments

@mushis
Copy link
Contributor

mushis commented Apr 4, 2018

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.

@deurk
Copy link
Member

deurk commented Mar 22, 2020

That's a good idea. Would be great to make it possible to add several servers to redirect to, in order of appearance.

@mushis
Copy link
Contributor Author

mushis commented Mar 22, 2020

i guess 27500 could redirect to 27501
27501 could redirect to 27502
and so on...
this way, only one is needed

@mushis
Copy link
Contributor Author

mushis commented May 20, 2020

if this gets implemented, add a nice informative message to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants