Okes

server config

Nov 22nd, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. ///////////////////////////////
  2. /////////////BASIC/////////////
  3. ///////////////////////////////
  4.  
  5. hostname "[CZ/SK] Drungor.cz Custom Coop #1" // "[CZ/SK] Arc's/Drungor.cz Custom Coop #1"
  6. hostip "drungor.cz"
  7. rcon_password "nope"
  8. sv_password "" // cat
  9. mp_allowNPCs 1
  10. sv_allowdownload 1
  11. sv_allowupload 1
  12. net_maxfilesize 64000
  13. "sv_tags" "CZ,arc,drungor.cz,drungor,drn"
  14. "sv_minrate" "30000"
  15. "sv_maxrate" "64000"
  16. "sv_steamgroup" "9222449"
  17. "sv_region" "3"
  18. "sv_playlist" "arc/haram_coop"
  19.  
  20. /////////////////////////////////
  21. /////////////LOGGING/////////////
  22. /////////////////////////////////
  23.  
  24. log on
  25. sv_logbans 1
  26. sv_logecho 0
  27. sv_logfile 1
  28. sv_log_onefile 1
  29.  
  30. ///////////////////////////////////
  31. /////////////BAN LIST/////////////
  32. //////////////////////////////////
  33.  
  34. "sv_nwi_banlist" "1"
  35. exec banned_user.cfg
  36. exec banned_ip.cfg
  37. writeid
  38. writeip
  39.  
  40. ///////////////////////////////////////
  41. /////////////FRIENDLY FIRE/////////////
  42. ///////////////////////////////////////
  43. //"mp_friendlyfire" "1" // friendly fire
  44. //"mp_tkpunish" "1" // How to punish team killing ( 0 = none, 1 = warning, 2 = kill )
  45. //"mp_friendlyfire_damage" "0.5"
  46. //"mp_friendlyfire_explosives" "1"
  47. //"mp_autokick" "1"
  48.  
  49. /////////////////////////////////
  50. /////////////VOTING/////////////
  51. ////////////////////////////////
  52.  
  53. "sv_vote_failure_timer" "120"
  54. "sv_vote_allow_spectators" "1"
  55. "sv_vote_issue_changegamemode_allowed" "0"
  56. "sv_vote_issue_changelevel_allowed" "0"
  57. "sv_vote_issue_nextlevel_allowextend" "1"
  58. "sv_vote_issue_nextlevel_round_count_delay" "0"
  59. "sv_vote_issue_kick_allowed" "1"
  60. "sv_vote_issue_botdifficulty_allowed" "0"
  61. "sv_vote_issue_botcount_allowed" "0"
  62. "sv_vote_issue_restart_game_allowed" "0"
  63. "sv_vote_issue_restart_round_allowed" "0"
  64. "sv_vote_issue_nextlevel_prevent_change" "1"
  65. "sv_map_voting" "1"
  66. "sv_map_voting_shuffle" "0"
  67.  
  68. ////////////////////////////////////
  69. /////////////SPECTATOR/////////////
  70. ///////////////////////////////////
  71.  
  72. "mp_spectator_allow_chase" "1"
  73. "ins_deadcam_modes" "1"
  74. "mp_forcecamera" "1" // Restricts spectator modes for dead players. 0 = Any team. 1 = Only own team. 2 = No one; fade to black on death
  75. "mp_allowspectators" "1"
  76. "spec_allow_bots" "0"
  77. //"tv_allow_camera_man" "1"
  78.  
  79. //////////////////////////////
  80. /////////////CHAT/////////////
  81. //////////////////////////////
  82.  
  83. "sv_deadvoice" "1" // enabling this will allow the dead and living to VOIP each other
  84. "sv_deadtalk" "1" // enabling this will allow the dead and living to chat text each other
  85. "sv_deadtalk_team" "0" // is deadchat limited to just your team?
  86. "mp_voice_use_3d_voip" "1"
  87. "sv_alltalk" "0"
  88.  
  89. /////////////////////////////////////////
  90. /////////////GLOBAL GAMEMODE/////////////
  91. /////////////////////////////////////////
  92.  
  93. "mapcyclefile" "mapcycle_coop.txt" // "cooperative" mapcycle - checkpoint only
  94. "mp_minteamplayers" "1" // min players on each team to start the match
  95. "mp_timer_pregame" "12" // timer for the pre-game (before the game starts, usually after map change or on mp_restartgame 1)
  96. "mp_timer_preround" "10" // timer for the pre-round (before the round starts, usually after a previous round ends or on mp_restartround 1)
  97. "mp_timer_postround" "8" // timer for the post-round (after the round starts)
  98. "mp_timer_postgame" "10" // timer for the post-game (at the end of a game / map rotation)
  99. "sv_hud_deathmessages" "0" // death messages
  100. //"sv_hud_scoreboard_show_score" "0"
  101. "sv_hud_targetindicator" "1" // show friendly player names when looking at them
  102. "sv_weapon_manager_cleanup" "1"
  103. "sv_weapon_manager_drop_timer" "1200"
  104. "sv_weapon_manager_max_count" "50"
  105. "sv_ragdoll_maxcount" "24"
  106. "mp_player_resupply_delay_base" "80"
  107. "mp_player_resupply_delay_max" "400"
  108. "mp_player_resupply_penalty_reset" "80"
  109. "mp_player_resupply_delay_penalty" "50"
  110. "mp_player_resupply_grace" "10"
  111. "ins_bot_difficulty" "2"
  112. "bot_damage" "1" // the amount of damage bots give off compared to normal players
  113.  
  114. ///////////////////////////////////////
  115. /////////////COOPERATIVE///////////////
  116. ///////////////////////////////////////
  117.  
  118. "mp_coop_lobbysize" "8"
Advertisement
Add Comment
Please, Sign In to add comment