tf2td / towerdefense

Tower defense mod for Team Fortress 2
GNU General Public License v3.0
25 stars 10 forks source link

sv_cheats #6

Closed rumblefrog closed 5 years ago

rumblefrog commented 5 years ago

So it seems like the plugin silently turns on sv_cheats but I'm not sure what its use is if I may be enlightened on that topic.

Currently, I have some players using noclip, addcond, etc to help them pass the round that seems unfair in my opinion.

HurpDurp commented 5 years ago

Yes, the plugin does set sv_cheats on when it is active. I'm not entirely sure the technical reason, it probably has to do with bots needing some special configuration.

On servers I ran in the past, we always used a sourcemod plugin that masked that value (cheat control?) so the server could run with it on but to clients it would appear to be off.

On Sun, Jun 23, 2019, 11:52 PM RumbleFrog notifications@github.com wrote:

So it seems like the plugin silently turns on sv_cheats but I'm not sure what its use is if I may be enlightened on that topic.

Currently, I have some players using noclip, addcond, etc to help them pass the round that seems unfair in my opinion.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tf2td/towerdefense/issues/6?email_source=notifications&email_token=ABM2MQCLXV6KZNJJAWAHCZDP4BHINA5CNFSM4H226NKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G3GINZA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABM2MQGHRNLBLYW4CJJQEILP4BHINANCNFSM4H226NKA .

HurpDurp commented 5 years ago

I just checked and we were using this plugin:

https://forums.alliedmods.net/showthread.php?p=2043735

With this configuration:

"ConVar_Faker"
{
    "sv_cheats"
    {
        "value"         "0"
    }
}
rumblefrog commented 5 years ago

Thanks, I applied the fix to my fork.