Advertisement
_dk

TF2 Matchmaking customization CVARs

_dk
Jan 29th, 2014
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. ] find tf_match
  2. "tf_matchmaking_numbers_serverfull_headroom" = "1"
  3. client
  4. - Scoring will consider the server 'full' when this many slots are available
  5. "tf_matchmaking_numbers_valve_bonus_hrs_a" = "8.00"
  6. client
  7. - Valve server scoring bonus: hours played A
  8. "tf_matchmaking_numbers_valve_bonus_pts_a" = "0.30"
  9. client
  10. - Valve server scoring bonus: bonus points A
  11. "tf_matchmaking_numbers_valve_bonus_hrs_b" = "16.00"
  12. client
  13. - Valve server scoring bonus: hours played B
  14. "tf_matchmaking_numbers_valve_bonus_pts_b" = "0.00"
  15. client
  16. - Valve server scoring bonus: bonus points B
  17. "tf_matchmaking_numbers_increase_maxplayers_penalty" = "0.50"
  18. client
  19. - Max scoring penalty to servers that have increased the max number of players
  20. "tf_matchmaking_retry_cooldown_seconds" = "300"
  21. client
  22. - Time to remember quickplay join attempt, and apply scoring penalty to rejoin the same server
  23. "tf_matchmaking_retry_max_penalty" = "1.0"
  24. client
  25. - Max scoring penalty to rejoin a server previously matched. (Decays linearly over the cooldown period)
  26. "tf_matchmaking_noob_map_score_boost" = "0.75"
  27. client
  28. - Boost added for quick-plaay scoring purposes if you are a noob and the map is considered noob-friendly
  29. "tf_matchmaking_noob_hours_played" = "8.0"
  30. client
  31. - Number of hours played to determine 'noob' status for quickplay scoring purposes
  32. "tf_matchmaking_ping_a" = "50.0f"
  33. client
  34. - Quickplay scoring ping time data point A
  35. "tf_matchmaking_ping_a_score" = "0.9"
  36. client
  37. - Quickplay scoring ping score data point A
  38. "tf_matchmaking_ping_b" = "150.0f"
  39. client
  40. - Quickplay scoring ping time data point B
  41. "tf_matchmaking_ping_b_score" = "0.0"
  42. client
  43. - Quickplay scoring ping score data point B
  44. "tf_matchmaking_ping_c" = "300.0f"
  45. client
  46. - Quickplay scoring ping time data point C
  47. "tf_matchmaking_ping_c_score" = "-1.0"
  48. client
  49. - Quickplay scoring ping score data point C
  50. "tf_matchmaking_goodenough_score_start" = "8.5"
  51. client
  52. - Good enough score at start of search
  53. "tf_matchmaking_goodenough_count_start" = "20"
  54. client
  55. - Good enough count at start of search
  56. "tf_matchmaking_goodenough_score_end" = "7.0"
  57. client
  58. - Good enough score at end of search
  59. "tf_matchmaking_goodenough_count_end" = "5"
  60. client
  61. - Good enough count at end of search
  62. "tf_matchmaking_max_search_time" = "45"
  63. client
  64. "tf_matchmaking_spew_level" = "1"
  65. client
  66. - Set to 1 for basic console spew of quickplay-related decisions. 4 for maximum verbosity.
  67. "tf_matchgroups" = "0"
  68. client archive
  69. - Bit masks of match groups to search in for matchmaking
  70. "tf_matchmaking_join_in_progress" = "1" ( def. "0" )
  71. client archive
  72. - Saved preference for if the player wants to join games in progress.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement