2004-08-13 12:31:39 +00:00
|
|
|
; Configuration file for AMX Mod X
|
2017-09-01 13:23:49 +00:00
|
|
|
amxx_logs addons/amxmodx/logs
|
|
|
|
amxx_configsdir addons/amxmodx/configs
|
|
|
|
amxx_datadir addons/amxmodx/data
|
|
|
|
amxx_modules addons/amxmodx/configs/modules.ini
|
|
|
|
amxx_plugins addons/amxmodx/configs/plugins.ini
|
|
|
|
amxx_pluginsdir addons/amxmodx/plugins
|
|
|
|
amxx_modulesdir addons/amxmodx/modules
|
|
|
|
amxx_vault addons/amxmodx/data/vault.ini
|
2008-03-30 10:55:13 +00:00
|
|
|
; It is important that "tsstats" comes before "tsstats_score"
|
2017-09-01 13:23:49 +00:00
|
|
|
tsstats addons/amxmodx/data/tsstats.dat
|
|
|
|
tsstats_score addons/amxmodx/data/tsstats.amxx
|
2004-08-13 12:31:39 +00:00
|
|
|
|
2004-07-29 19:37:26 +00:00
|
|
|
; Logging mode
|
|
|
|
; 0 - no logging
|
|
|
|
; 1 - one logfile / day
|
|
|
|
; 2 - one logfile / map
|
|
|
|
; 3 - HL Logs
|
2017-09-01 13:23:49 +00:00
|
|
|
amxx_logging 1
|
|
|
|
|
|
|
|
; MySQL default timeout
|
|
|
|
mysql_timeout 60
|
2006-03-16 04:36:55 +00:00
|
|
|
|
|
|
|
; Binary logging level
|
|
|
|
; add these up to get what you want
|
|
|
|
; these only work with bin logging binaries
|
|
|
|
; 1 - default
|
|
|
|
; 2 - log internal string sets/gets
|
|
|
|
; 4 - log internal formats
|
|
|
|
; 8 - log all native params
|
|
|
|
; 16 - log internal function calls (only in debug mode)
|
|
|
|
; 32 - log line number accesses (only in debug mode)
|
2017-09-01 13:23:49 +00:00
|
|
|
bin_logging 49
|
2006-03-17 22:10:16 +00:00
|
|
|
|
|
|
|
; Maximum binary log size, in megs
|
2017-09-01 13:23:49 +00:00
|
|
|
max_binlog_size 20
|
2006-03-17 22:10:16 +00:00
|
|
|
|
|
|
|
; Plugin optimization flags - add these up to get what you want
|
|
|
|
; lowering these may stop crashes on very old CPUs
|
|
|
|
; set 65536 to disable optimizer, NOT 0!
|
|
|
|
;-------------
|
|
|
|
; 1 - float arithmetic
|
|
|
|
; 2 - float comparisons
|
|
|
|
; 4 - float rounding
|
2017-09-01 13:23:49 +00:00
|
|
|
optimizer 7
|
|
|
|
|
|
|
|
; Admin command flag manager
|
|
|
|
; 0 - enabled
|
|
|
|
; 1 - disabled
|
|
|
|
disableflagman 0
|