lgsm-default.cfg 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. // ****************************************************************************
  2. // *
  3. // No More Room in Hell - server.cfg *
  4. // Version 150815 *
  5. // *
  6. // ****************************************************************************
  7. // ............................. Basic Settings ............................. //
  8. // Hostname for server.
  9. hostname "<hostname>"
  10. // RCON - remote console password.
  11. rcon_password "<rconpassword>"
  12. // Server password - for private servers.
  13. sv_password ""
  14. // Contact email for server sysop.
  15. sv_contact "email@example.com"
  16. // LAN Mode - If set the server will not show on the internet.
  17. // Default: sv_lan 0
  18. sv_lan 0
  19. // ............................... Map Cycles ............................... //
  20. // info: There are several predefined mapcycles available that are listed below.
  21. // You can also create your own custom mapcycle.
  22. // "mapcycle.txt" - all maps
  23. // "mapcycle_objective.txt" - objective maps only
  24. // "mapcycle_survival.txt" - survival maps only
  25. //
  26. mapcyclefile "mapcycle.txt"
  27. // ....................... Time Limits/Round Settings ....................... //
  28. // Time spend on a single map (in minutes) before switching to a new one automatically.
  29. // Default: mp_timelimit 1
  30. mp_timelimit 45
  31. // Maximum number of rounds to spend on a map before moving to the next one.
  32. // Default: mp_maxrounds 2
  33. mp_maxrounds 2
  34. // ........................ Server Specific Commands ........................ //
  35. // info: any commands that only apply to this game.
  36. // Difficulty
  37. // info: http://git.io/v35eI
  38. // "casual" - casual difficulty.
  39. // "classic" - classic difficulty.
  40. sv_difficulty "classic"
  41. // Server tags - Tags show up on the in-game server browser. This helps
  42. // users filter servers.
  43. // vanilla - he server runs the default settings.
  44. // custom - the server runs custom gameplay settings or mods.
  45. // example: sv_tags "custom, fastdl"
  46. sv_tags ""
  47. // Friendly fire - Allows team members to injure other members of their team.
  48. // Default: mp_friendlyfire 0
  49. mp_friendlyfire 0
  50. // ............................. Communication ............................. //
  51. // Enable communication over voice via microphone.
  52. // Default: sv_voiceenable 1
  53. sv_voiceenable 1
  54. // Players can hear all other players, no team restrictions.
  55. // Default: sv_alltalk 0
  56. sv_alltalk 1
  57. // ............................. Fast Download .............................. //
  58. // info: Allows custom maps to be downloaded to the client.
  59. // Allows clients to download custom maps and textures etc. from the server at 20 kbps.
  60. // Default: sv_allowdownload 1
  61. sv_allowdownload 1
  62. // Allows clients to download custom maps, textures etc. from a web server with no transfer limit.
  63. // Example:
  64. // server location: maps/custommap.bsp
  65. // web server location: http://example.com/custom/maps/custommap.bsp
  66. // sv_downloadurl "http://example.com/custom"
  67. // Default: sv_downloadurl ""
  68. sv_downloadurl ""
  69. // ................................ Ban List ............................... //
  70. // personal banlist based on user IDs.
  71. exec banned_user.cfg
  72. // personal banlist based on user IPs.
  73. exec banned_ip.cfg
  74. writeid
  75. writeip
  76. // ............................. Server Logging ............................. //
  77. //Enables logging to file, console, and udp < on | off >.
  78. log on
  79. // Log server bans in the server logs.
  80. // Default: sv_logbans 1
  81. sv_logbans 1
  82. // Echo log information to the console.
  83. // Default: sv_logecho 1
  84. sv_logecho 1
  85. // Log server information in the log file.
  86. // Default: sv_logfile 1
  87. sv_logfile 1
  88. // Log server information to only one file.
  89. // Default: sv_log_onefile 0
  90. sv_log_onefile 0