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"
|
2007-06-07 00:31:54 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* String to use as the public chat trigger. Set an empty string to disable.
|
|
|
|
*/
|
|
|
|
"PublicChatTrigger" "!"
|
|
|
|
|
|
|
|
/**
|
|
|
|
* String to use as the silent chat trigger. Set an empty string to disable.
|
|
|
|
*/
|
|
|
|
"SilentChatTrigger" "/"
|
2007-07-24 19:05:46 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Password setinfo key that clients must set. You must change this in order for
|
|
|
|
* passwords to work, for security reasons.
|
|
|
|
*/
|
|
|
|
"PassInfoVar" "_password"
|
2007-07-31 20:56:55 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Specifies the sound that gets played when an item is selected from a menu.
|
|
|
|
*/
|
|
|
|
"MenuItemSound" "buttons/button14.wav"
|
2007-08-01 19:51:38 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Specifies the sound that gets played when an "Exit" button is selected
|
|
|
|
* from a menu.
|
|
|
|
*/
|
|
|
|
"MenuExitSound" "buttons/combine_button7.wav"
|
2007-07-31 20:56:55 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Specifies the sound that gets played when an "Exit Back" button is selected
|
|
|
|
* from a menu. This is the special "Back" button that is intended to roll back
|
|
|
|
* to a previous menu.
|
|
|
|
*/
|
|
|
|
"MenuExitBackSound" "buttons/combine_button7.wav"
|
2007-04-05 05:02:00 +02:00
|
|
|
}
|