lgsm-default.cfg 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. // ****************************************************************************
  2. // *
  3. // Fistful of Frags - server.cfg *
  4. // Version 240716 *
  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 Shootout/2 Team Shootout/4 Team Shootout maps
  23. // "mapcycle_12.txt" - All 12 slot maps for Shootout/2 Team Shootout/4 Team Shootout
  24. // "mapcycle_32.txt" - All 32 slot maps for Shootout/2 Team Shootout/4 Team Shootout
  25. // "mapcycle_tp.txt" - All Teamplay maps
  26. // "mapcycle_vs.txt" - All versus mode maps
  27. // "mapcycle_gt.txt" - All Ghost Town maps
  28. mapcyclefile "mapcycle.txt"
  29. // ....................... Time Limits/Round Settings ....................... //
  30. // Time spend on a single map (in minutes) before switching to a new one automatically.
  31. // Default: mp_timelimit 0
  32. mp_timelimit 15
  33. // ........................ Game Specific Commands ........................ //
  34. // info: any commands that only apply to this game.
  35. // Game Modes
  36. // 1 = Shootout/2 Team Shootout/4 Team Shootout/Ghost Town
  37. // 2 = Teamplay
  38. // 3 = Break Bad
  39. // 4 = Elimination
  40. // 5 = Versus
  41. fof_sv_currentmode 1
  42. // Teamplay
  43. // 0 = Free-for-all
  44. // 1 = Team Deathmatch or Teamplay mode
  45. mp_teamplay 0
  46. // Team numbers
  47. // 2 = Vigilantes & Desperados
  48. // 3 = Vigilantes, Desperados & Bandidos
  49. // 4 = Vigilantes, Desperados, Bandidos & Rangers
  50. fof_sv_maxteams 4
  51. // Friendly fire - Allows team members to injure other members of their team.
  52. // 0 = Friendly fire disabled
  53. // 1 = Friendly fire enabled
  54. mp_friendlyfire 0
  55. // ............................. Communication ............................. //
  56. // Enable communication over voice via microphone.
  57. // Default: sv_voiceenable 1
  58. sv_voiceenable 1
  59. // Players can hear all other players, no team restrictions.
  60. // Default: sv_alltalk 0
  61. sv_alltalk 1
  62. // ............................. Fast Download .............................. //
  63. // info: Allows custom maps to be downloaded to the client.
  64. // Allows clients to download custom maps and textures etc. from the server at 20 kbps.
  65. // Default: sv_allowdownload 1
  66. sv_allowdownload 1
  67. // Allows clients to download custom maps, textures etc. from a web server with no transfer limit.
  68. // Example:
  69. // server location: maps/custommap.bsp
  70. // web server location: http://example.com/custom/maps/custommap.bsp
  71. // sv_downloadurl "http://example.com/custom"
  72. // Default: sv_downloadurl ""
  73. sv_downloadurl ""
  74. // ................................ Ban List ............................... //
  75. // personal banlist based on user IDs.
  76. exec banned_user.cfg
  77. // personal banlist based on user IPs.
  78. exec banned_ip.cfg
  79. writeid
  80. writeip
  81. // ............................. Server Logging ............................. //
  82. //Enables logging to file, console, and udp < on | off >.
  83. log on
  84. // Log server bans in the server logs.
  85. // Default: sv_logbans 1
  86. sv_logbans 1
  87. // Echo log information to the console.
  88. // Default: sv_logecho 1
  89. sv_logecho 1
  90. // Log server information in the log file.
  91. // Default: sv_logfile 1
  92. sv_logfile 1
  93. // Log server information to only one file.
  94. // Default: sv_log_onefile 0
  95. sv_log_onefile 0