2007-04-05 09:59:27 +02:00
|
|
|
/**
|
|
|
|
* This file is used to set various options that are important to SourceMod's core.
|
|
|
|
* If this file is missing or an option in this file is missing, then the default values will be used.
|
|
|
|
*/
|
2007-04-05 05:02:00 +02:00
|
|
|
"Core"
|
|
|
|
{
|
2007-04-05 09:59:27 +02:00
|
|
|
/**
|
|
|
|
* Relative path to SourceMod's base directory. This is relative to the game/mod directory.
|
|
|
|
* Only change this if you have installed SourceMod in a non-default location.
|
|
|
|
*
|
|
|
|
* The default value is "addons/sourcemod"
|
|
|
|
*/
|
2007-04-05 05:02:00 +02:00
|
|
|
"BasePath" "addons/sourcemod"
|
|
|
|
|
2007-04-05 09:59:27 +02:00
|
|
|
/**
|
|
|
|
* This option determines if SourceMod logging is enabled.
|
|
|
|
*
|
|
|
|
* "on" - Logging is enabled (default)
|
|
|
|
* "off" - Logging is disabled
|
|
|
|
*/
|
2007-04-05 05:02:00 +02:00
|
|
|
"Logging" "on"
|
|
|
|
|
2007-04-05 09:59:27 +02:00
|
|
|
/**
|
|
|
|
* This option determines how SourceMod logging should be handled.
|
|
|
|
*
|
|
|
|
* "daily" - New log file is created for each day (default)
|
|
|
|
* "map" - New log file is created for each map change
|
|
|
|
* "game" - Use game's log files
|
|
|
|
*/
|
2007-04-05 05:02:00 +02:00
|
|
|
"LogMode" "daily"
|
|
|
|
|
2007-04-05 09:59:27 +02:00
|
|
|
/**
|
|
|
|
* Language that multilingual enabled plugins and extensions will use to print messages.
|
|
|
|
* Only languages listed in languages.cfg are valid.
|
|
|
|
*
|
|
|
|
* The default value is "en"
|
|
|
|
*/
|
2007-04-05 05:02:00 +02:00
|
|
|
"ServerLang" "en"
|
|
|
|
}
|