mirror of
https://github.com/YGGverse/hl-server.git
synced 2025-02-11 14:14:21 +00:00
add server.cfg
This commit is contained in:
parent
c10f8558fe
commit
fd37ed5f21
27
valve/server.cfg
Normal file
27
valve/server.cfg
Normal file
@ -0,0 +1,27 @@
|
||||
// Use this file to configure your DEDICATED server.
|
||||
// This config file is executed on server startup.
|
||||
|
||||
// disable autoaim
|
||||
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"
|
||||
|
||||
// maximum client movement speed
|
||||
sv_maxspeed 270
|
||||
|
||||
// load ban files
|
||||
exec listip.cfg
|
||||
exec banned.cfg
|
||||
|
||||
sv_downloadurl "http://94.140.114.89/fastdl/half-life/"
|
||||
sv_allowdownload 1
|
Loading…
x
Reference in New Issue
Block a user