You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.7 KiB
INI
50 lines
1.7 KiB
INI
// General Server Config
|
|
set sv_pure 1 // only server pk3 files are allowed
|
|
set sv_maxclients 16
|
|
set g_allowvote 1
|
|
set g_log "" // disables writing gamestats to log file
|
|
set pmove_fixed "1" // fps independent physics
|
|
|
|
// team / match settings
|
|
set capturelimit 5
|
|
set timelimit 15
|
|
set fraglimit 30
|
|
set g_gametype 4 // CTF
|
|
set g_teamAutoJoin "1"
|
|
set g_teamForceBalance "0"
|
|
set g_forcerespawn "10"
|
|
set g_friendlyFire "0"
|
|
set g_redTeam "Heinis"
|
|
set g_blueTeam "Schuftis"
|
|
set g_inactivity "300"
|
|
set g_warmup "20"
|
|
set g_doWarmup "1"
|
|
set g_quadfactor 3
|
|
set g_weaponrespawn "5"
|
|
set g_weaponTeamRespawn "5"
|
|
|
|
set g_enablebreath "1" // breathing effect (0: off, 1: on)
|
|
set g_enabledust "1" // dust effect by feet on particular maps (0: off, 1: on)
|
|
|
|
// network
|
|
set snaps "40"
|
|
set sv_fps "40" // server fps
|
|
set sv_maxRate 25000 // set max allowable rate for a client. 8000 to 10000 recommended. Max: 25000
|
|
set net_ip "0.0.0.0" //all interfaces
|
|
set net_port "27960"
|
|
set dedicated 2 // 1 = LAN, 2 = public/internet
|
|
set sv_lanForceRate 1 // forces LAN clients to the maximum rate instead of accepting client setting (1 is the default behaviour, backward compatible)
|
|
set g_syncronousClients "0" // enable only for server recording demos
|
|
set g_smoothclients "1"
|
|
set sv_allowDownload 8 // do not ask the client to disconnect when using HTTP/FTP downloads
|
|
set sv_dlURL "http://dl.misaxnet.de/cosmo"
|
|
set sv_dlURL "http://share.pedalkickers.de/fps/quake3"
|
|
|
|
// bots
|
|
set bot_enable "1" // whether bots are allowed on the server
|
|
set bot_minplayers "4" // minimum players number
|
|
set bot_nochat "1" // einfach die Fresse halten
|
|
set g_spSkill "1" // bot difficulty
|
|
|
|
exec "randomctfmaps.cfg"
|