From eb228e760d24fbc2d4efa95ff193ca7a863b7910 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 2 Dec 2014 19:50:28 +0000 Subject: [PATCH] added cfg --- .../cfg/lgsm-default.cfg | 38 +++++++++++++++++++ .../cfg/lgsm-default.cfg | 23 +++++++++++ 2 files changed, 61 insertions(+) create mode 100644 CounterStrikeConditionZero/cfg/lgsm-default.cfg create mode 100644 CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg diff --git a/CounterStrikeConditionZero/cfg/lgsm-default.cfg b/CounterStrikeConditionZero/cfg/lgsm-default.cfg new file mode 100644 index 000000000..9924db865 --- /dev/null +++ b/CounterStrikeConditionZero/cfg/lgsm-default.cfg @@ -0,0 +1,38 @@ +// Server Name +hostname "hostname" + +// RCON Password +rcon_password "rconpassword" + +// Server Password +sv_password "" + +// Server Logging +log on +sv_logbans 1 +sv_logecho 1 +sv_logfile 1 +sv_log_onefile 0 + +// disable autoaim +sv_aim 0 + +// disable clients' ability to pause the server +pausable 0 + +// maximum client movement speed +sv_maxspeed 320 + +// 20 minute timelimit +mp_timelimit 20 + +// cheats off +sv_cheats 0 + +// load ban files +exec listip.cfg +exec banned.cfg + + + + diff --git a/CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg b/CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg new file mode 100644 index 000000000..a71191851 --- /dev/null +++ b/CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg @@ -0,0 +1,23 @@ +// Server Name +hostname "hostname" + +// RCON Password +rcon_password "rconpassword" + +// Server Password +sv_password "" + +// Server Logging +log on +sv_logbans 1 +sv_logecho 1 +sv_logfile 1 +sv_log_onefile 0 + +exec banned_user.cfg +exec banned_ip.cfg +writeid +writeip + + +