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

Floodprotection prevents choosing class and weapon fast #2497

Open
u1ps opened this issue Mar 1, 2024 · 3 comments
Open

Floodprotection prevents choosing class and weapon fast #2497

u1ps opened this issue Mar 1, 2024 · 3 comments
Labels
cat: mod QAGAME Category mod (qagame) 💡 Feature New feature or request P3: Normal Priority 3
Milestone

Comments

@u1ps
Copy link
Contributor

u1ps commented Mar 1, 2024

Floodprotection works on choosing class and weapon. Choosing weapon too fast after selecting class does not select the weapon properly
image

@ensiform
Copy link
Contributor

ensiform commented Mar 1, 2024

Probbably should add the commands that sv_floodprotect allows through to the game side flood protection as well?

See: https://github.com/etlegacy/etlegacy/blob/master/src/server/sv_client.c#L2188

@Aciz
Copy link
Member

Aciz commented Mar 1, 2024

The limit in this case comes from mod side flood protection, pretty much nobody uses the server side flood protection because it interferes with gameplay too much.

team should remain flood protected, as it can be used for userinfo flooding. Consider raising g_floodLimit instead to allow a bit more spamming of flood protected commands.

@Aranud Aranud added P3: Normal Priority 3 💡 Feature New feature or request cat: mod QAGAME Category mod (qagame) labels Mar 4, 2024
@Aranud Aranud added this to the Future milestone Mar 4, 2024
@u1ps
Copy link
Contributor Author

u1ps commented Mar 26, 2024

is it possible to change g_floodLimit for command "team" only. Basically configuring limit for each command type separately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat: mod QAGAME Category mod (qagame) 💡 Feature New feature or request P3: Normal Priority 3
Projects
None yet
Development

No branches or pull requests

4 participants