Half-Life server edition by YGGverse
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
980 B

11 months ago
// Use this file to configure your DEDICATED server.
// This config file is executed on server startup.
// disable autoaim
sv_aim 0
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
// disable clients ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
11 months ago
hostname "YGGverse"
11 months ago
// maximum client movement speed
sv_maxspeed 270
// load ban files
exec listip.cfg
exec banned.cfg
// fast download
sv_downloadurl "http://94.140.114.89/fastdl/half-life/"
// secured connections for Yggdrasil
// option supported by https://github.com/YGGverse/xash3d-fwgs/tree/sv-downloadurl-ipv6
sv_downloadurl_ipv6 "http://[201:5eb5:f061:678e:7565:6338:c02c:5251]/fastdl/half-life/"
11 months ago
sv_allowdownload 1
// master server connections
sv_lan 0
11 months ago
public 1
// 20 minute timelimit
mp_timelimit 20