Little-Anti-Cheat icon indicating copy to clipboard operation
Little-Anti-Cheat copied to clipboard

Add support for DeathMatch.TF and administration-agnostic bans

Open Naleksuh opened this issue 11 months ago • 3 comments

DeathMatch.TF uses a custom, proprietary, administration system, which isn't present in SourceBans. However, adding every single one is probably not reasonable, which is why I added administration-agnostic bans via the sm_ban command-- simply having the system do things the same way the users do.

Naleksuh avatar Sep 01 '23 16:09 Naleksuh

This is not ban system agnostic, and shouldn't be tied to a DMTF cvar. I'd accept it if it was something like lilac_use_console_bans or something

sapphonie avatar Oct 29 '23 06:10 sapphonie

@sapphonie The way it's set up is to check if it exists, and if it doesn't, use the generic one. That means that it should work fine on any server that isn't DMTF-oriented. Is it not working for you? If so, I can edit it to only use the console ones-- which do work, anyway.

Naleksuh avatar Oct 30 '23 21:10 Naleksuh

@sapphonie The way it's set up is to check if it exists, and if it doesn't, use the generic one. That means that it should work fine on any server that isn't DMTF-oriented. Is it not working for you? If so, I can edit it to only use the console ones-- which do work, anyway.

I was referring to the cvar names, as well as the inclusion of a library that is used by exactly one server network.

sapphonie avatar Oct 31 '23 05:10 sapphonie