30 lines
947 B
INI
30 lines
947 B
INI
|
exec mvdsv.cfg // server settings
|
||
|
exec ktx.cfg // mod settings
|
||
|
exec pwd.cfg // password settings
|
||
|
exec vip_ip.cfg // vip ip settings
|
||
|
exec ban_ip.cfg // ban list
|
||
|
|
||
|
setmaster master.quakeservers.net:27000 qwmaster.ocrana.de:27000 master.quakeworld.nu:27000 qwmaster.fodquake.net:27000
|
||
|
|
||
|
// create localinfo 1000-2000 for existing maps
|
||
|
check_maps
|
||
|
|
||
|
// turn off serverip cvar
|
||
|
sv_getrealip 0
|
||
|
|
||
|
// default to bot mode off when map is reset (saves some CPU)
|
||
|
set k_fb_enabled 0
|
||
|
|
||
|
// .txt files generated next to .mvd files will be in json format
|
||
|
set k_demotxt_format json
|
||
|
|
||
|
// to setup user auth and race results reporting, uncomment the following 2 lines and ask meag for a sv_www_authkey
|
||
|
// also make sure the server is compiled with libcurl support
|
||
|
//sv_www_address https://badplace.eu/ // URL to send match/race results to
|
||
|
//sv_www_authkey "" // this is unique to each server
|
||
|
|
||
|
sv_logdir logs
|
||
|
logplayers
|
||
|
logrcon
|
||
|
|