Advertisement
Guest User

Untitled

a guest
May 24th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.6.4-dev+4625)
  2. // ConVars for plugin "mapchooser.smx"
  3.  
  4.  
  5. // Specifies how many more frags are allowed when map is extended.
  6. // -
  7. // Default: "10"
  8. // Minimum: "5.000000"
  9. sm_extendmap_fragstep "5"
  10.  
  11. // Specifies how many more rounds each extension makes
  12. // -
  13. // Default: "5"
  14. // Minimum: "1.000000"
  15. sm_extendmap_roundstep "1"
  16.  
  17. // Specifies how much many more minutes each extension makes
  18. // -
  19. // Default: "15"
  20. // Minimum: "5.000000"
  21. sm_extendmap_timestep "15"
  22.  
  23. // Specifies if a 'Don't Change' option should be added to early votes
  24. // -
  25. // Default: "1"
  26. // Minimum: "0.000000"
  27. sm_mapvote_dontchange "1"
  28.  
  29. // Specifies if MapChooser should run an end of map vote
  30. // -
  31. // Default: "1"
  32. // Minimum: "0.000000"
  33. // Maximum: "1.000000"
  34. sm_mapvote_endvote "1"
  35.  
  36. // Specifies how many past maps to exclude from the vote.
  37. // -
  38. // Default: "5"
  39. // Minimum: "0.000000"
  40. sm_mapvote_exclude "5"
  41.  
  42. // Number of extensions allowed each map.
  43. // -
  44. // Default: "0"
  45. // Minimum: "0.000000"
  46. sm_mapvote_extend "0"
  47.  
  48. // Specifies how many maps to include in the vote.
  49. // -
  50. // Default: "5"
  51. // Minimum: "2.000000"
  52. // Maximum: "6.000000"
  53. sm_mapvote_include "6"
  54.  
  55. // Specifies whether or not MapChooser should pick a map if no votes are received.
  56. // -
  57. // Default: "1"
  58. // Minimum: "0.000000"
  59. // Maximum: "1.000000"
  60. sm_mapvote_novote "1"
  61.  
  62. // Hold run of votes if winning choice is less than a certain margin
  63. // -
  64. // Default: "0"
  65. // Minimum: "0.000000"
  66. // Maximum: "1.000000"
  67. sm_mapvote_runoff "0"
  68.  
  69. // If winning choice has less than this percent of votes, hold a runoff
  70. // -
  71. // Default: "50"
  72. // Minimum: "0.000000"
  73. // Maximum: "100.000000"
  74. sm_mapvote_runoffpercent "50"
  75.  
  76. // Specifies when to start the vote based on time remaining.
  77. // -
  78. // Default: "3.0"
  79. // Minimum: "1.000000"
  80. sm_mapvote_start "2.0"
  81.  
  82. // Specifies when to start the vote base on frags remaining.
  83. // -
  84. // Default: "5.0"
  85. // Minimum: "1.000000"
  86. sm_mapvote_startfrags "1.0"
  87.  
  88. // Specifies when to start the vote based on rounds remaining. Use 0 on TF2 to start vote during bonus round time
  89. // -
  90. // Default: "2.0"
  91. // Minimum: "0.000000"
  92. sm_mapvote_startround "0.0"
  93.  
  94. // Specifies how long the mapvote should be available for.
  95. // -
  96. // Default: "20"
  97. // Minimum: "5.000000"
  98. sm_mapvote_voteduration "20"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement