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

80% gamer of max setting is nonsens - as admins don't know #47

Open
Festus1965 opened this issue Aug 26, 2021 · 0 comments
Open

80% gamer of max setting is nonsens - as admins don't know #47

Festus1965 opened this issue Aug 26, 2021 · 0 comments
Labels

Comments

@Festus1965
Copy link

# Penalize highly loaded servers to improve player distribution. # Note: This doesn't just make more than 80% of max players stop # increasing your points, it can actually reduce your points # if you have guests. cap = int(server["clients_max"] * 0.80) if server["clients"] > cap: points -= server["clients"] - cap
this is a bit miss-leading,
as MOST server admins do NOT know this ... and the server owner might check out the real maximum,
but then is getting a penalty already at 80% of his still GOOD capacity ! without lag

cut it out ... (--)

for example my server could hold tested 64 gamer, but I have to set 80 to avoid this, but 80 is too much,
so the server build in join stop then is wrong ... NO, this penalty here is wrong.

@sfan5 sfan5 added the feature label Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants