Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.8.0.5929)
  2. // ConVars for plugin "mapchooser_extended.smx"
  3.  
  4.  
  5. // Add "No Vote" to vote menu?
  6. // -
  7. // Default: "1"
  8. // Minimum: "0.000000"
  9. // Maximum: "1.000000"
  10. mce_addnovote "0"
  11.  
  12. // Block slots to prevent accidental votes. Only applies when Voice Command style menus are in use.
  13. // -
  14. // Default: "1"
  15. // Minimum: "0.000000"
  16. // Maximum: "1.000000"
  17. mce_blockslots "0"
  18.  
  19. // Specifies if a 'Don't Change' option should be added to early votes
  20. // -
  21. // Default: "1"
  22. // Minimum: "0.000000"
  23. mce_dontchange "0"
  24.  
  25. // Specifies if MapChooser should run an end of map vote
  26. // -
  27. // Default: "1"
  28. // Minimum: "0.000000"
  29. // Maximum: "1.000000"
  30. mce_endvote "1"
  31.  
  32. // Specifies how many past maps to exclude from the vote.
  33. // -
  34. // Default: "5"
  35. // Minimum: "0.000000"
  36. mce_exclude "1"
  37.  
  38. // Number of extensions allowed each map.
  39. // -
  40. // Default: "0"
  41. // Minimum: "0.000000"
  42. mce_extend "0"
  43.  
  44. // Specifies how many more frags are allowed when map is extended.
  45. // -
  46. // Default: "10"
  47. // Minimum: "5.000000"
  48. mce_extend_fragstep "10"
  49.  
  50. // Specifies how many more rounds each extension makes
  51. // -
  52. // Default: "5"
  53. // Minimum: "1.000000"
  54. mce_extend_roundstep "5"
  55.  
  56. // Specifies how much many more minutes each extension makes
  57. // -
  58. // Default: "15"
  59. // Minimum: "5.000000"
  60. mce_extend_timestep "15"
  61.  
  62. // Position of Extend/Don't Change options. 0 = at end, 1 = at start.
  63. // -
  64. // Default: "0"
  65. // Minimum: "0.000000"
  66. // Maximum: "1.000000"
  67. mce_extendposition "0"
  68.  
  69. // Hide the MapChooser Extended warning timer
  70. // -
  71. // Default: "0"
  72. // Minimum: "0.000000"
  73. // Maximum: "1.000000"
  74. mce_hidetimer "0"
  75.  
  76. // Specifies how many maps to include in the vote.
  77. // -
  78. // Default: "5"
  79. // Minimum: "2.000000"
  80. // Maximum: "6.000000"
  81. mce_include "5"
  82.  
  83. // Mark custom maps in the vote list. 0 = Disabled, 1 = Mark with *, 2 = Mark with phrase.
  84. // -
  85. // Default: "1"
  86. // Minimum: "0.000000"
  87. // Maximum: "2.000000"
  88. mce_markcustommaps "0"
  89.  
  90. // Number of run off votes allowed each map.
  91. // -
  92. // Default: "1"
  93. // Minimum: "0.000000"
  94. mce_maxrunoffs "0"
  95.  
  96. // Menu Style. 0 is the game's default, 1 is the older Valve style that requires you to press Escape to see the menu, 2 is the newer 1-9 button Voice Command style, unavailable in some games. Ignored on TF2 if NativeVotes Plugin is loaded.
  97. // -
  98. // Default: "0"
  99. // Minimum: "0.000000"
  100. // Maximum: "2.000000"
  101. mce_menustyle "0"
  102.  
  103. // Specifies whether or not MapChooser should pick a map if no votes are received.
  104. // -
  105. // Default: "1"
  106. // Minimum: "0.000000"
  107. // Maximum: "1.000000"
  108. mce_novote "1"
  109.  
  110. // Randomize map order?
  111. // -
  112. // Default: "0"
  113. // Minimum: "0.000000"
  114. // Maximum: "1.000000"
  115. mce_randomizeorder "1"
  116.  
  117. // Hold run off votes if winning choice has less than a certain percentage of votes
  118. // -
  119. // Default: "1"
  120. // Minimum: "0.000000"
  121. // Maximum: "1.000000"
  122. mce_runoff "0"
  123.  
  124. // If winning choice has less than this percent of votes, hold a runoff
  125. // -
  126. // Default: "50"
  127. // Minimum: "0.000000"
  128. // Maximum: "100.000000"
  129. mce_runoffpercent "50"
  130.  
  131. // Warning time for runoff vote in seconds.
  132. // -
  133. // Default: "5.0"
  134. // Minimum: "0.000000"
  135. // Maximum: "30.000000"
  136. mce_runoffvotewarningtime "5.0"
  137.  
  138. // Specifies when to start the vote based on percents.
  139. // -
  140. // Default: "35.0"
  141. // Minimum: "0.000000"
  142. // Maximum: "100.000000"
  143. mce_start_percent "100.0"
  144.  
  145. // Enable or Disable percentage calculations when to start vote.
  146. // -
  147. // Default: "0"
  148. // Minimum: "0.000000"
  149. // Maximum: "1.000000"
  150. mce_start_percent_enable "0"
  151.  
  152. // Specifies when to start the vote base on frags remaining.
  153. // -
  154. // Default: "5.0"
  155. // Minimum: "1.000000"
  156. mce_startfrags "5.0"
  157.  
  158. // Specifies when to start the vote based on rounds remaining. Use 0 on DoD:S, CS:S, and TF2 to start vote during bonus round time
  159. // -
  160. // Default: "2.0"
  161. // Minimum: "0.000000"
  162. mce_startround "2.0"
  163.  
  164. // Specifies when to start the vote based on time remaining.
  165. // -
  166. // Default: "10.0"
  167. // Minimum: "1.000000"
  168. mce_starttime "1.0"
  169.  
  170. // Specifies how long the mapvote should be available for.
  171. // -
  172. // Default: "20"
  173. // Minimum: "5.000000"
  174. mce_voteduration "20"
  175.  
  176. // Warning time in seconds.
  177. // -
  178. // Default: "15.0"
  179. // Minimum: "0.000000"
  180. // Maximum: "60.000000"
  181. mce_warningtime "10.0"
  182.  
  183. // Location for the warning timer text. 0 is HintBox, 1 is Center text, 2 is Chat. Defaults to HintBox.
  184. // -
  185. // Default: "0"
  186. // Minimum: "0.000000"
  187. // Maximum: "2.000000"
  188. mce_warningtimerlocation "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement