lgsm-default.cfg 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. // ****************************************************************************
  2. // *
  3. // Ingurgency - 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. // ......................... Matchmaking Playlists ......................... //
  20. // info: Selecting a playlist will allow the server to show up in matchmaking.
  21. // Playlists use predefined settings and mapcycle.
  22. // You do not need to select a mapcycle as the server will cycle though the
  23. // predefined playlist mapcycle.
  24. //
  25. // If you want to change the predefined playlist mapcycle you can create a
  26. // custom mapcycle but only with maps from the playlist mapcycle.
  27. //
  28. // You can also create your own custom playlists.
  29. // http://steamcommunity.com/sharedfiles/filedetails/?id=461776759
  30. // "nwi/comp"
  31. // "nwi/coop"
  32. // "nwi/coop_elite"
  33. // "nwi/coop_hardcore"
  34. // "nwi/pvp_sustained"
  35. // "nwi/pvp_tactical"
  36. //
  37. sv_playlist "nwi/coop"
  38. // ............................... Map Cycles ............................... //
  39. // info: There are several predefined mapcycles available that are listed below.
  40. // You can also create your own custom mapcycle.
  41. // "mapcycle.txt" - by default this contains the most popular options
  42. // "mapcycle_all.txt" - all possible map/mode combinations for PvP
  43. // "mapcycle_ambush.txt" - all ambush (VIP) maps
  44. // "mapcycle_attackdefend.txt" - push & strike maps
  45. // "mapcycle_checkpoint.txt" - all checkpoint maps
  46. // "mapcycle_comp.txt" - firefight & elimination maps
  47. // "mapcycle_cooperative.txt" - survival, coop, hunt maps
  48. // "mapcycle_firefight.txt" - all firefight maps
  49. // "mapcycle_flashpoint.txt" - all flashpoint maps
  50. // "mapcycle_hunt.txt" - all hunt maps
  51. // "mapcycle_infiltrate.txt" - all infiltrate (CTF) maps
  52. // "mapcycle_objrespawn.txt" - all firefight & flashpoint featuring respawning for completing objectives
  53. // "mapcycle_occupy.txt" - all occupy maps
  54. // "mapcycle_practice.txt"
  55. // "mapcycle_push.txt" - all push maps
  56. // "mapcycle_singlelife.txt" - strike & ambush single life modes
  57. // "mapcycle_skirmish.txt" - all skirmish maps
  58. // "mapcycle_strike.txt" - all strike maps
  59. // "mapcycle_survival.txt" - all survival maps
  60. // "mapcycle_sustained_combat.txt"
  61. // "mapcycle_tactical_operations.txt"
  62. // "mapcycle_workshop.txt" - used by Workshop system
  63. //
  64. //mapcyclefile "mapcycle.txt"
  65. // ............................. Fast Download .............................. //
  66. // info: Allows custom maps to be downloaded to the client.
  67. // Allows clients to download custom maps and textures etc. from the server at 20 kbps.
  68. // Default: sv_allowdownload 1
  69. sv_allowdownload 1
  70. // Allows clients to download custom maps, textures etc. from a web server with no transfer limit.
  71. // Example:
  72. // server location: maps/custommap.bsp
  73. // web server location: http://example.com/custom/maps/custommap.bsp
  74. // sv_downloadurl "http://example.com/custom"
  75. // Default: sv_downloadurl ""
  76. sv_downloadurl ""
  77. // ................................ Ban List ............................... //
  78. // sv_nwi_banlist is the official banlist.
  79. sv_nwi_banlist 1
  80. // personal banlist based on user IDs.
  81. exec banned_user.cfg
  82. // personal banlist based on user IPs.
  83. exec banned_ip.cfg
  84. writeid
  85. writeip
  86. // ............................. Server Logging ............................. //
  87. //Enables logging to file, console, and udp < on | off >.
  88. log on
  89. // Log server bans in the server logs.
  90. // Default: sv_logbans 1
  91. sv_logbans 1
  92. // Echo log information to the console.
  93. // Default: sv_logecho 1
  94. sv_logecho 1
  95. // Log server information in the log file.
  96. // Default: sv_logfile 1
  97. sv_logfile 1
  98. // Log server information to only one file.
  99. // Default: sv_log_onefile 0
  100. sv_log_onefile 0