AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceMod Anti-Cheat (https://forums.alliedmods.net/forumdisplay.php?f=133)
-   -   SMAC.cfg Feature Request (https://forums.alliedmods.net/showthread.php?t=227053)

scso1502 09-26-2013 22:05

SMAC.cfg Feature Request
 
Hello, I've been using SMAC since it was released and recently decided to clear the smac.cfg file and download a fresh copy to make sure I had the latest CVARS and settings. To my surprise, SMAC created a new smac.cfg file with only 3 automatic entries as shown below:

Code:

// This file was auto-generated by SourceMod (v1.5.1)
// ConVars for plugin "smac.smx"


// 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 "0"

// Display a message saying that your server is protected.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
smac_welcomemsg "1"

I run every module SMAC has for TF2 and expected a newly created SMAC.cfg file to contain the CVARs and their optional settings used for all the SMAC modules when it created a fresh copy. Apparently, I was horribly wrong. In fact, it seems that now it puts less info than ever in that file.

I was hoping the above could be implemented so users don't have to manually create a SMAC.cfg file when they need a new one or install SMAC for the first time. Optionally, perhaps a copy of a full SMAG.cfg could be posted in the download thread to help users.

Also, does anyone have a list of all the CVARs and options they can post here? I've lost mine now that I re-did everything. Any help would be appreciated.

I love the SMAC system and we would be dead without it. Thanks so much for maintaining it!

GoD-Tony 09-27-2013 01:34

Re: SMAC.cfg Feature Request
 
Quote:

Originally Posted by scso1502 (Post 2041212)
I run every module SMAC has for TF2 and expected a newly created SMAC.cfg file to contain the CVARs and their optional settings used for all the SMAC modules when it created a fresh copy. Apparently, I was horribly wrong. In fact, it seems that now it puts less info than ever in that file.

I just tried it now and it generates the cfg and cvars properly. Double check that you have all of the modules installed and running that you want generated for the cfg file, then delete the cfg and restart the server.

scso1502 09-27-2013 03:00

Re: SMAC.cfg Feature Request
 
I just tried again. Same results.

Here's the plugin list:

23:58:16 HLSW NOTE: Connecting to 198.96.91.26:27015 ...
23:58:16 sm plugins list
23:58:17 [SM] Listing 40 plugins:
01 "Admin File Reader" (1.5.1) by AlliedModders LLC
02 "Admin Help" (1.5.1) by AlliedModders LLC
03 "Admin Menu" (1.5.1) by AlliedModders LLC
04 "Advertisements" (0.5.5) by Tsunami
05 "AFK Manager" (3.5.0) by Rothgar
06 "Anti-Flood" (1.5.1) by AlliedModders LLC
07 "[TF2] backpack.tf Price Check" (2.4.0) by Dr. McKay
08 "Basic Chat" (1.5.1) by AlliedModders LLC
09 "Basic Comm Control" (1.5.1) by AlliedModders LLC
10 "Basic Commands" (1.5.1) by AlliedModders LLC
11 "Basic Info Triggers" (1.5.1) by AlliedModders LLC
12 "Basic Votes" (1.5.1) by AlliedModders LLC
13 "Client Preferences" (1.5.1) by AlliedModders LLC
14 "Fun Commands" (1.5.1) by AlliedModders LLC
15 "Fun Votes" (1.5.1) by AlliedModders LLC
16 "gameME Plugin" (4.3) by TTS Oetzel & Goerz GmbH
17 "[TF2] gScramble Team Manager" (3.0.13) by Goerge
18 "Nextmap" (1.5.1) by AlliedModders LLC
19 "Player Commands" (1.5.1) by AlliedModders LLC
20 "RCON Lock" (0.3.4) by devicenull
21 "Reserved Slots" (1.5.1) by AlliedModders LLC
22 "Simple SourceMod Plugins Core Plugin" (1.0.$Revision: 90 $) by Simple SourceMod Plugins
23 "Simple Spectate" (1.2.1) by Simple Plugins
24 "SourceMod Anti-Cheat" (0.8.5.0) by SMAC Development Team
25 "SMAC Aimbot Detector" (0.8.5.0) by SMAC Development Team
26 "SMAC AutoTrigger Detector" (0.8.5.0) by SMAC Development Team
27 "SMAC Client Protection" (0.8.5.0) by SMAC Development Team
28 "SMAC Command Monitor" (0.8.5.0) by SMAC Development Team
29 "SMAC ConVar Checker" (0.8.5.0) by SMAC Development Team
30 "SMAC Eye Angle Test" (0.8.5.0) by SMAC Development Team
31 "SMAC KAC Global Banlist" (0.8.5.0) by SMAC Development Team
32 "SMAC Rcon Locker" (0.8.5.0) by SMAC Development Team
33 "SMAC Anti-Speedhack" (0.8.5.0) by SMAC Development Team
34 "SMAC Spinhack Detector" (0.8.5.0) by SMAC Development Team
35 "Sound Commands" (1.5.1) by AlliedModders LLC
36 "SourceBans" (1.4.10) by SourceBans Development Team
37 "Spray Tracer" (5.8a) by Nican132, CptMoore, Lebson506th
38 "Updater" (1.1.5) by GoD-Tony
39 "Very Basic High Ping Kicker" (1.4) by msleeper
40 "Web Shortcuts" (1.0.1) by James "sslice" Gray

Here's the SMAC.cfg file generated:

// This file was auto-generated by SourceMod (v1.5.1)
// ConVars for plugin "smac.smx"


// 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 "1"

scso1502 09-27-2013 16:14

Re: SMAC.cfg Feature Request
 
Ok, I re-installed SourceMod and tried it again. This time it worked. I have no clue why it didn't before but whatever. It's good now.

Thanks a ton for the response and help!


All times are GMT -4. The time now is 10:27.

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