From 1030ed3e0c6355fd6f266e49282148005bb03fbd Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 8 Jan 2024 13:35:29 +0200 Subject: [PATCH] update server.cfg --- bot/server.cfg | 34 ++++++++++++++++++++++++++++++++++ valve/server.cfg | 15 +++++++++++---- 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 bot/server.cfg diff --git a/bot/server.cfg b/bot/server.cfg new file mode 100644 index 0000000..56c1eb5 --- /dev/null +++ b/bot/server.cfg @@ -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 \ No newline at end of file diff --git a/valve/server.cfg b/valve/server.cfg index 7df8877..56c1eb5 100644 --- a/valve/server.cfg +++ b/valve/server.cfg @@ -1,7 +1,9 @@ -// Use this file to configure your DEDICATED server. +// 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) @@ -10,18 +12,23 @@ sv_allow_shaders 1 // player bounding boxes (collisions, not clipping) sv_clienttrace 3.5 -// disable clients' ability to pause the server +// disable clients ability to pause the server pausable 0 // 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 // 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 \ No newline at end of file