Raised This Month: $51 Target: $400
 12% 

SMAC Development Thread


Post New Thread Closed Thread   
 
Thread Tools Display Modes
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 11-08-2012 , 02:29   Re: SMAC Development Thread
#451

Quote:
Originally Posted by Der Moppel View Post
could you maybe think about adding a Command to turn the Ban/Kick Function completly off and just Log which ones was used...for the "Convar checker"?
It would be very helpful to catch people thats around often or you do even know very good, writing open skript once and being banned forever, loose Adminright or get kicked out of a Clan.
Which would the the neccessary Action in my Eyes, would be very hard on so less Proof of cheating.
This is a bit confusing, because the ConVar Checker is always correct, but you want to disable bans and then ban them later manually? Similar thread?

Quote:
Originally Posted by Der Moppel View Post
But if you could watch and Log there Actions like with the "Autotrigger" over a longer period of Time and beeing able to see that he´s using forbidden Commands everytime he´s on the Server....well excuses would be very hard to find.
Bans can be disabled with this module (disabled by default), and you can monitor your logs to see if the same player appears multiple times.
__________________

Last edited by GoD-Tony; 11-08-2012 at 02:30.
GoD-Tony is offline
Der Moppel
Member
Join Date: Jan 2012
Old 11-08-2012 , 03:07   Re: SMAC Development Thread
#452

Well...i never got myself into how cheats working, so no Knowledge about it [which Convars are use and if the Could be used for other Stuff than just cheating) and therefor i wanted to get more detections before ill do something about it.

Just want to be sure theres no false Detections, before i delete someone out of my Life, for Proof i actually cant Judge on my own.


Quote:
Bans can be disabled with this module (disabled by default), and you can monitor your logs to see if the same player appears multiple times.
Bans disabled by Default Sounds good, does that include Kicks aswell (to let it run completly silent) and does it support Sourcebans?


Quote:
// [smac_autotrigger.smx] Automatically ban players on auto-trigger detections.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
smac_autotrigger_ban "0"

// The duration in minutes used for automatic bans. (0 = Permanent)
// -
// Default: "0"
// Minimum: "0.000000"
smac_ban_duration "0"

// Include extra information about a client being logged.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
smac_log_verbose "1"

// Display a message saying that your server is protected.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
smac_welcomemsg "0"
Thats the Config with Autotrigger and Convar, no default Options given to enable/disable Bans for the Convar Plugin, hows the Command?

And Thank you for the fast Reply
Der Moppel is offline
Der Moppel
Member
Join Date: Jan 2012
Old 11-08-2012 , 21:28   Re: SMAC Development Thread
#453

Quote:
Bans can be disabled with this module (disabled by default)
I just checked the Logfile, 1 got banned and 2 got kicked by Default it does Ban and kick.
Changed the Banreason at the Sourcebansside and removed the Plugin for now.
I will let it run (also antiflash and some other) but as soon as i do so...everyone will Know and others, that i might also wanna take a closer look at, will be warned.

Is there a chance to decide [with a Command] to enable or disable kicks and bans?

And if you still concidering to make changes in the Future on this Plugin, choosing an own Banreason would be great, one look at the Sourcebansside and you know with your dealing with and find a way around it.
Der Moppel is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 11-11-2012 , 11:38   Re: SMAC Development Thread
#454

Hello,

Quote:
L 11/11/2012 - 12:54:51: [SM] MEMORY LEAK DETECTED IN PLUGIN (file "smac_cvars.smx")
L 11/11/2012 - 12:54:51: [SM] Unloading plugin to free 15235 handles.
L 11/11/2012 - 12:54:51: [SM] Contact the author(s) of this plugin to correct this error.
Quote:
05 "SMAC ESEA Global Banlist" 0.8.0.8 by GoD-Tony
07 "SMAC Anti-Speedhack" 0.8.0.8 by GoD-Tony
08 "SMAC ConVar Checker" 0.8.0.8 by GoD-Tony, psychonic, Kigen
13 "SourceMod Anti-Cheat" 0.8.0.8 by GoD-Tony, psychonic
17 "SMAC Rcon Locker" 0.8.0.8 by GoD-Tony, Kigen
23 "SMAC AutoTrigger Detector" 0.8.0.8 by GoD-Tony
32 "SMAC Command Monitor" 0.8.0.8 by GoD-Tony, psychonic, Kigen
44 "SMAC Aimbot Detector" 0.8.0.8 by GoD-Tony
49 "SMAC EAC Global Banlist" 0.8.0.8 by GoD-Tony
54 "SMAC L4D2 Exploit Fixes" 0.8.0.8 by Buster "Mr. Zero" Nielsen
58 "SMAC KAC Global Banlist" 0.8.0.8 by Kigen
61 "SMAC Eye Angle Test" 0.8.0.8 by GoD-Tony, psychonic
67 "SMAC Spinhack Detector" 0.8.0.8 by GoD-Tony
70 "SMAC Client Protection" 0.8.0.8 by GoD-Tony, psychonic, Kigen
78 "SMAC Anti-Wallhack" 0.8.0.8 by GoD-Tony, psychonic, Kigen

Last edited by eric0279; 11-11-2012 at 11:41.
eric0279 is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 11-14-2012 , 04:47   Re: SMAC Development Thread
#455

Quote:
Originally Posted by Der Moppel View Post
Is there a chance to decide [with a Command] to enable or disable kicks and bans?
Assuming you are referring to the convar module; it's a little more complicated than that. Each convar has an individual punishment assigned to it. You are free to use the existing commands to change punishments on the checked convars.

Quote:
Originally Posted by eric0279 View Post
Hello,
Code:
L 11/11/2012 - 12:54:51: [SM] MEMORY LEAK DETECTED IN PLUGIN (file "smac_cvars.smx")
L 11/11/2012 - 12:54:51: [SM] Unloading plugin to free 15235 handles.
L 11/11/2012 - 12:54:51: [SM] Contact the author(s) of this plugin to correct this error.
Thanks. This module is just asking for an overhaul.
__________________
GoD-Tony is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 11-18-2012 , 04:44   Re: SMAC Development Thread
#456

SMAC has moved to BitBucket! The links in the first post have been updated with the new code repository and issue tracker:
Quote:
Originally Posted by psychonic View Post
Issues from the old tracker have been imported, and when I have time, I might move the documentation there as well.

Big thanks to psychonic for hosting the old code repo, and Packhead for hosting the old issue tracker.
__________________
GoD-Tony is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 01-14-2013 , 05:01   Re: SMAC Development Thread
#457

SMAC's Documentation has also been moved to BitBucket. The links in the first post have been updated again:
Hopefully it's a little easier to navigate than the old thread. It's certainly easier to update!
__________________
GoD-Tony is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 01-15-2013 , 04:25   Re: SMAC Development Thread
#458

A quick note that the CS:S Anti-Rejoin module has been merged into CS:S Exploit Fixes. You must first uninstall the previous module before installing the new one.

Refer to the wiki regarding the new changes, and feel free to make a new thread if you have any specific questions.
__________________

Last edited by GoD-Tony; 01-15-2013 at 04:29.
GoD-Tony is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 01-16-2013 , 12:32   Re: SMAC Development Thread
#459

compile error with SourceMod 1.5 :

Quote:
//// smac_css_antiflash.sp
// F:\serveurweb\psychonic-smac-fee801e43579\smac\scripting\smac_css_antiflas h.s
p(177) : error 017: undefined symbol "FFADE_IN"
//
// 1 Error.
//
// Compilation Time: 0,09 sec
// ----------------------------------------

Press enter to exit ...

// F:\serveurweb\psychonic-smac-fee801e43579\smac\scripting\smac_cvars.sp(895 )
error 017: undefined symbol "StringToLower"

//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// smac_css_antiflash.sp
// F:\serveurweb\psychonic-smac-fee801e43579\smac\scripting\smac_css_antiflas h.s
p(177) : error 017: undefined symbol "FFADE_IN"
//
// 1 Error.
//
// Compilation Time: 0,09 sec
// ----------------------------------------

Press enter to exit ...
eric0279 is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 01-16-2013 , 12:35   Re: SMAC Development Thread
#460

Quote:
Originally Posted by eric0279 View Post
compile error with SourceMod 1.5 :
Looks like your smac_stocks.inc file is outdated.
__________________

Last edited by GoD-Tony; 01-16-2013 at 12:35.
GoD-Tony is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:13.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode