Browse Source

Merge pull request #48 from Frisasky/master

Dystopia config
pull/49/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
9b4ff6070d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 102
      Dystopia/server.cfg

102
Dystopia/server.cfg

@ -0,0 +1,102 @@
// ************************************************************************** //
// //
// 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 protected]"
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
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
Loading…
Cancel
Save