Advertisement
JConnors

TWL Server.cfg - Working Test -

Jul 24th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. // ---------------------------------------------------------------
  2. // Server Information - configure to your needs
  3. // ---------------------------------------------------------------
  4. hostname m2- TWL Match Server [128 Tick] #Chicago"
  5. "rcon_password" "----"
  6. "sv_password" "----"
  7. "sv_pure" "1"
  8. "sv_pure_kick_clients" "1"
  9.  
  10. // ---------------------------------------------------------------
  11. // Tickrate Settings - Don't touch unless your provider doesn't allow
  12. // ---------------------------------------------------------------
  13. "sv_maxupdaterate" "128"
  14. "sv_maxcmdrate" "128"
  15. "sv_minupdaterate" "128"
  16. "sv_mincmdrate" "128"
  17. "sv_maxrate""0"
  18.  
  19. // ---------------------------------------------------------------
  20. // TWL Match Configuration Settings - Provided by Torix
  21. // ---------------------------------------------------------------
  22. "mp_maxgames""1"
  23. "mp_maxrounds""12"
  24. "mp_winlimit""7"
  25. "mp_roundtime""300"
  26. "mp_cp_capture_time""30"
  27. "mp_cp_deteriorate_time""0"
  28. "mp_spawnprotectontime""10"
  29. "mp_supply_token_base""10"
  30. "mp_supply_rate_losing_team_high""0"
  31. "mp_supply_rate_losing_team_low""0"
  32. "mp_supply_rate_winning_team_high""0"
  33. "mp_supply_rate_winning_team_low""0"
  34. "mp_switchteams_each_round""0"
  35. "mp_switchteams_each_game""0"
  36.  
  37.  
  38. //-----------------------------------------------------------------
  39. // Running Tweaks - Test new Add-ons here
  40. //-----------------------------------------------------------------
  41.  
  42. "sv_client_cmdrate_difference""1"
  43. "sv_client_max_interp_ratio" "2.0"
  44. "sv_client_min_interp_ratio" "1.0"
  45. "mp_forcecamera" "1" // Force dead players to first person mode, effectively disabling freelook.
  46. "sv_lan" "0" // Will the server be public or Private LAN? Default: 0
  47. "sv_allow_votes" "1" // Allows voting between mapchange,gamemod etc
  48. "sv_deadvoice" "0" // Enabling this will allow the dead and living to VOIP each other
  49. "sv_deadchat" "0" // Enabling this will allow the dead and living to chat text each other
  50. "sv_deadchat_team" "0" // Is deadchat limited to just your team?
  51. "sv_hud_deathmessages" "0" // Death messages
  52. "sv_hud_scoreboard_show_kd" "1" // Show k:d on scoreboard
  53. "sv_hud_targetindicator" "1" // Show friendly player names when looking at them
  54. "sv_nwi_banlist" "1"
  55. "mp_scrambleteams_auto" "0"
  56. "mp_scrambleteams_auto_windifference" "0"
  57. "mp_switchteams_each_round" "0" // Automatically switches teams at the end of each round
  58. "mp_switchteams_each_game" "0" // Automatically switches teams at the end of each game
  59. "mp_autoteambalance" "1"
  60. sv_alltalk 1
  61.  
  62. sv_minrate 13000
  63. sv_maxrate 25000
  64. sv_client_cmdrate_difference 1
  65. sv_client_predict 1
  66. sv_client_min_interp_ratio -1
  67. sv_client_max_interp_ratio -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement