From 6055d21b7d93f3674067a0b89fecaf6491fda965 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Fri, 29 Mar 2019 12:14:28 +0800 Subject: [PATCH 1/2] Dystopia config preparing add dystopia to lgsm based on dystopia linux server guide https://github.com/dysemjay/dys-server-guide --- Dystopia/server.cfg | 103 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 Dystopia/server.cfg diff --git a/Dystopia/server.cfg b/Dystopia/server.cfg new file mode 100644 index 0000000..1ec01e2 --- /dev/null +++ b/Dystopia/server.cfg @@ -0,0 +1,103 @@ +// ************************************************************************** // +// // +// Dystopia - server.cfg // +// // +// // +// ************************************************************************** // + +// .................................. Basic ................................. // + +// Hostname - Name of the server. +hostname "SERVERNAME" + +// RCON - remote console password. +rcon_password "ADMINPASSWORD" + +// Server password - for private servers. +sv_password "" + +// Email - Server admin email. +// Example: sv_contact "email@example.com" +sv_contact "" + +// LAN mode - If set the server will not show on the internet. +// Default: sv_lan 0 +sv_lan 0 + +// ............................. Server Logging ............................. // + +// Enable log - Enables logging to file, console, and udp < on | off >. +// Recommended: log on +log on + +// Log bans - Log server bans in the server logs. +// Default: sv_logbans 1 +// Recommended: sv_logbans 1 +sv_logbans 1 + +// Log echo - Display log information to the server console. +// Default: sv_logecho 1 +// Recommended: sv_logecho 1 +sv_logecho 1 + +// Log file - Log server information in the log file. +// Default: sv_logfile 1 +// Recommended: sv_logfile 1 +sv_logfile 1 + +// One file log - Log server information to only one file. +// Default: sv_log_onefile 0 +// Recommended: sv_log_onefile 0 +sv_log_onefile 0 + +// ................................ Ban List ................................ // + +// User ban - Server banlist based on user steam ID. +// Recommended: exec banned_user.cfg +exec banned_user.cfg + +// IP ban - Server banlist based on user IP. +// Recommended: exec banned_ip.cfg +exec banned_ip.cfg + +// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg. +writeid + +// Write IP - Save the ban list to banned_ip.cfg. +writeip + +// ........................ Dystopia Settings...................... // + +//Gameplay Settings +mp_rounds 2 +maxplayers 16 +sv_pure 2 +sv_cheats 0 +mp_stopwatch 0 +mp_startdelay 40 +mp_timelimit 20 +mp_rounds 2 +mp_friendlyfire 1 +mp_autoteambalance 1 +mp_chattime 45 +mp_scalespawntime 0 +sv_gravity 600 +sv_alltalk 0 + +//Voting Settings +mp_allowvoting 1 +mp_punishvotes 4 +mp_allowvoting_map 1 +mp_allowvoting_balanceteams 1 +mp_allowvoting_maprestart 1 +mp_allowvoting_stopwatch 0 +mp_allowvoting_kick 1 +mp_votekick_bantime 15 + +//Rate Settings +sv_minrate 10000 +sv_maxrate 35000 +sv_maxcmdrate 66 +sv_mincmdrate 30 +sv_maxupdaterate 66 +sv_minupdaterate 30 From 6d954b485e908a4e62e93696a3dc4feb610af965 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Fri, 29 Mar 2019 17:29:56 +0800 Subject: [PATCH 2/2] Update server.cfg --- Dystopia/server.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/Dystopia/server.cfg b/Dystopia/server.cfg index 1ec01e2..44743dd 100644 --- a/Dystopia/server.cfg +++ b/Dystopia/server.cfg @@ -70,7 +70,6 @@ writeip //Gameplay Settings mp_rounds 2 -maxplayers 16 sv_pure 2 sv_cheats 0 mp_stopwatch 0