From 975fd739595ea5a8398d49ca87936efe1cd6e8de Mon Sep 17 00:00:00 2001 From: Frisasky Date: Sun, 21 Jul 2019 10:54:01 +0800 Subject: [PATCH 1/3] Create server.cfg --- ActionHalfLife/server.cfg | 95 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 ActionHalfLife/server.cfg diff --git a/ActionHalfLife/server.cfg b/ActionHalfLife/server.cfg new file mode 100644 index 0000000..6170cac --- /dev/null +++ b/ActionHalfLife/server.cfg @@ -0,0 +1,95 @@ +// ************************************************************************** // +// // +// Action Half-Life - server.cfg // +// // +// // +// ************************************************************************** // + +// default server name. +hostname "SERVERNAME" + +// RCON - remote console password. +rcon_password "ADMINPASSWORD" + +// Default for Action Half-Life +maxplayers 8 + +// disable autoaim +sv_aim 0 + +// disable cheats +sv_cheats 0 + +// player bounding boxes (collisions, not clipping) +sv_clienttrace 3.5 + +// a clients' ability to pause the server +pausable 0 + +// Game Type +// 0 = Deathmatch +// 1 = Last Man Standing (Deathmatch with rounds basically) +// 2 = Last Man Standing with equipment selection +// 3 = Last Man Standing with random weapons each round +// 4 = Teamplay with rounds +// 5 = Teamplay with out rounds +mp_gametype 5 + +// Goal +// 0 = allow goals in maps that have them +// 1 = disable goals in maps that have them +// NOTE : DM automatically removes goals anyway +// This is more for playing a map in teamplay +mp_goalsoff 0 + +// map time limit in minutes +mp_timelimit 20 + +// round time limit in minutes +mp_roundtimelimit 3 + +// Force Team Balance +mp_forcebalance 1 + +// DM - max frags +mp_fraglimit 50 + +// Friendly fire +// 0 = team mates can't hurt each other +// 1 = team mates can hurt each other (make sure you set anti-tk stuff) +mp_friendlyfire 0 + +// deal with a team killer after this many kills +mp_teamkills 3 + +//TK deal +// 0 = do nothing +// 1 = punish a team killer +// 2 = auto-kickban team killer +mp_tkdeal 2 + +// ban teamkillers for this long (0 = permanent) +mp_tkbantime 5 + +// Chase camera +// 0 = off, 1 = on, 2 = teammates only +mp_chasecam 1 + +// Allows download of custom sprays +sv_allowdownload 1 + +// Allows upload of custom sprays +sv_allowupload 1 + +// set to 1 to let ppl practice when the round hasn't started +mp_allowpractice 1 + +// Amount of sentences/radio you can type/send in +sv_floodcount 25 + +// Amount of seconds sv_floodcount effects +sv_floodtime 30 + +// load ban files +exec listip.cfg +exec banned.cfg From f84e72911aeb16e1505140bd607c96f0c40c8d59 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Sun, 21 Jul 2019 10:57:41 +0800 Subject: [PATCH 2/3] Update server.cfg --- ActionHalfLife/server.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ActionHalfLife/server.cfg b/ActionHalfLife/server.cfg index 6170cac..dde689c 100644 --- a/ActionHalfLife/server.cfg +++ b/ActionHalfLife/server.cfg @@ -75,6 +75,9 @@ mp_tkbantime 5 // 0 = off, 1 = on, 2 = teammates only mp_chasecam 1 +// max speed HL default = 270, Quake = 320, AQ2 = 320 +sv_maxspeed 270 + // Allows download of custom sprays sv_allowdownload 1 From e1cb6e1950230579c0084355c18bc0e224726dd1 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Sun, 21 Jul 2019 17:26:57 +0800 Subject: [PATCH 3/3] Update server.cfg --- ActionHalfLife/server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActionHalfLife/server.cfg b/ActionHalfLife/server.cfg index dde689c..41c15b3 100644 --- a/ActionHalfLife/server.cfg +++ b/ActionHalfLife/server.cfg @@ -11,7 +11,7 @@ hostname "SERVERNAME" // RCON - remote console password. rcon_password "ADMINPASSWORD" -// Default for Action Half-Life +// Default maxplayer for Action Half-Life maxplayers 8 // disable autoaim