mirror of
https://github.com/YGGverse/hl-server.git
synced 2026-03-31 17:45:28 +00:00
update server.cfg
This commit is contained in:
parent
ddd985e014
commit
1030ed3e0c
2 changed files with 45 additions and 4 deletions
34
bot/server.cfg
Normal file
34
bot/server.cfg
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
// 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.
|
||||||
|
hostname "YGGverse, Latvia [Yggdrasil / Clearnet]"
|
||||||
|
|
||||||
|
// 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/"
|
||||||
|
sv_allowdownload 1
|
||||||
|
|
||||||
|
// master server connections
|
||||||
|
sv_lan 0
|
||||||
|
public 1
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
// This config file is executed on server startup.
|
// This config file is executed on server startup.
|
||||||
|
|
||||||
// disable autoaim
|
// disable autoaim
|
||||||
|
sv_aim 0
|
||||||
|
|
||||||
sv_allow_autoaim 0
|
sv_allow_autoaim 0
|
||||||
|
|
||||||
// allow shaders (disable this if you care about preventing players from cheating by modifying shaders)
|
// allow shaders (disable this if you care about preventing players from cheating by modifying shaders)
|
||||||
|
|
@ -10,11 +12,11 @@ sv_allow_shaders 1
|
||||||
// player bounding boxes (collisions, not clipping)
|
// player bounding boxes (collisions, not clipping)
|
||||||
sv_clienttrace 3.5
|
sv_clienttrace 3.5
|
||||||
|
|
||||||
// disable clients' ability to pause the server
|
// disable clients ability to pause the server
|
||||||
pausable 0
|
pausable 0
|
||||||
|
|
||||||
// default server name. Change to "Bob's Server", etc.
|
// default server name. Change to "Bob's Server", etc.
|
||||||
hostname "YGGverse"
|
hostname "YGGverse, Latvia [Yggdrasil / Clearnet]"
|
||||||
|
|
||||||
// maximum client movement speed
|
// maximum client movement speed
|
||||||
sv_maxspeed 270
|
sv_maxspeed 270
|
||||||
|
|
@ -23,5 +25,10 @@ sv_maxspeed 270
|
||||||
exec listip.cfg
|
exec listip.cfg
|
||||||
exec banned.cfg
|
exec banned.cfg
|
||||||
|
|
||||||
|
// fast download
|
||||||
sv_downloadurl "http://94.140.114.89/fastdl/half-life/"
|
sv_downloadurl "http://94.140.114.89/fastdl/half-life/"
|
||||||
sv_allowdownload 1
|
sv_allowdownload 1
|
||||||
|
|
||||||
|
// master server connections
|
||||||
|
sv_lan 0
|
||||||
|
public 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue