Advertisement
dgibbs

Ingurgency server.cfg

Aug 12th, 2015
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. // ****************************************************************************
  2. // *
  3. // Ingurgency - server.cfg *
  4. // Version 120815 *
  5. // *
  6. // ****************************************************************************
  7.  
  8. // ............................. Basic Settings ............................. //
  9.  
  10. // The name of your server as you want it to show up on the server browser.
  11. hostname "<hostname>"
  12.  
  13. // RCON - Remote Console
  14. rcon_password "rconpassword"
  15.  
  16. // server password
  17. // note: not compatible with sv_playlist.
  18. sv_password ""
  19.  
  20. // The contact email for your main server admin
  21. sv_contact "email@example.com"
  22.  
  23. // ............................. Fast Download .............................. //
  24.  
  25. // sv_downloadurl "<type-url-here>"
  26. // sv_allowdownload 1
  27. // sv_allowupload 1
  28.  
  29. // ............................. Server Logging ............................. //
  30.  
  31. log on
  32. sv_logbans 1
  33. sv_logecho 1
  34. sv_logfile 1
  35. sv_log_onefile 0
  36.  
  37. // ............................... Map Cycles ............................... //
  38.  
  39. // "mapcycle.txt" - by default this contains the most popular options
  40. // "mapcycle_all.txt" - all possible map/mode combinations for PvP
  41. // "mapcycle_ambush.txt" - only ambush (VIP) mode
  42. // "mapcycle_attackdefend.txt" - mix of attack/defend modes
  43. // "mapcycle_checkpoint.txt"
  44. // "mapcycle_comp.txt"
  45. // "mapcycle_cooperative.txt" - checkpoint, outpost, hunt
  46. // "mapcycle_firefight.txt" - all firefight maps
  47. // "mapcycle_flashpoint.txt" - all flashpoint maps
  48. // "mapcycle_hunt.txt"
  49. // "mapcycle_infiltrate.txt" - all infiltrate (CTF) maps
  50. // "mapcycle_objrespawn.txt" - all modes featuring respawning for completing objectives
  51. // "mapcycle_occupy.txt" - all occupy maps
  52. // "mapcycle_practice.txt"
  53. // "mapcycle_push.txt" - all push maps
  54. // "mapcycle_singlelife.txt" - mix of all single life modes
  55. // "mapcycle_skirmish.txt" - all skirmish maps
  56. // "mapcycle_strike.txt"
  57. // "mapcycle_survival.txt"
  58. // "mapcycle_sustained_combat.txt"
  59. // "mapcycle_tactical_operations.txt"
  60. // "mapcycle_workshop.txt" - used by Workshop system
  61. mapcyclefile "mapcycle_cooperative.txt"
  62.  
  63. // ................................ Ban List ............................... //
  64.  
  65. // sv_nwi_banlist is the official banlist
  66. sv_nwi_banlist 1
  67.  
  68. // personal banlist based on user IDs
  69. exec banned_user.cfg
  70.  
  71. // personal banlist based on user IPs
  72. exec banned_ip.cfg
  73.  
  74. writeid
  75. writeip
  76.  
  77. // ......................... Matchmaking Playlists ......................... //
  78. // More info: http://steamcommunity.com/app/222880/discussions/2/558746089590579609/
  79.  
  80. // nwi/coop
  81. // nwi/coop_elite
  82. // nwi/coop_hardcore
  83. // nwi/pvp_sustained
  84. // nwi/pvp_tactical
  85. // nwi/comp
  86. sv_playlist "nwi/coop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement