hl-server/valve/server.cfg

37 lines
765 B
INI
Raw Normal View History

2024-01-08 13:35:29 +02:00
// Use this file to configure your DEDICATED server.
2024-01-05 06:18:12 +02:00
// This config file is executed on server startup.
// disable autoaim
2024-01-08 13:35:29 +02:00
sv_aim 0
2024-01-05 06:18:12 +02:00
sv_allow_autoaim 0
// allow shaders (disable this if you care about preventing players from cheating by modifying shaders)
sv_allow_shaders 1
// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5
2024-01-08 13:35:29 +02:00
// disable clients ability to pause the server
2024-01-05 06:18:12 +02:00
pausable 0
// default server name. Change to "Bob's Server", etc.
2024-01-08 15:39:19 +02:00
hostname "YGGverse"
2024-01-05 06:18:12 +02:00
2024-01-08 13:35:29 +02:00
// maximum client movement speed
2024-01-05 06:18:12 +02:00
sv_maxspeed 270
// load ban files
exec listip.cfg
exec banned.cfg
2024-01-08 13:35:29 +02:00
// fast download
2024-01-05 06:18:12 +02:00
sv_downloadurl "http://94.140.114.89/fastdl/half-life/"
sv_allowdownload 1
2024-01-08 13:35:29 +02:00
// master server connections
sv_lan 0
2024-01-08 15:47:02 +02:00
public 1
// 20 minute timelimit
mp_timelimit 20