Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. "Styles"
  2. {
  3. "0" // This is the default style that players will be set to when they join the server
  4. {
  5. "name" "Normal" // The name of this style
  6. "abbr" "n" // The name of this style abbreviated
  7. "enable" "1" // Enable this style so players can use it
  8. "main" "1" // Allow style on main timer
  9. "bonus" "1" // Allow style on bonus timer
  10. "freestyle" "1" // Allow freestyle zones for this style
  11. "freestyle_unrestrict" "1" // Unrestrict player keys when they are inside a freestyle zone
  12. "freestyle_ezhop" "1" // Keep ezhop enabled inside a freestyle zone
  13. "freestyle_auto" "1" // Allow autobhop on this style
  14. "auto" "1" // Allow autobhop on this style
  15. "ezhop" "1" // Allow ezhop on this style
  16. "gravity" "0" // 0 = Normal gravity, 0.5 is a pretty good low gravity number
  17. "runspeed" "0" // Max running speed. (Example: Set to 240 and players can not run faster than 240 for any weapon)
  18. "maxvel" "0" // Max velocity a player is allowed to bhop with. Set to 0 for no enforcing.
  19. "minfps" "0" // Minimum fps_max value a player is allowed to have. Set to 0 for no enforcing.
  20. "sync" "1" // Record and display sync. Works only on styles like normal, where mostly left and right keys are used
  21. "prevent_left" "0" // Prevent using left movement key
  22. "prevent_right" "0"
  23. "prevent_back" "0"
  24. "prevent_forward" "0"
  25. "require_left" "0" // Require player to use the left movement key
  26. "require_right" "0"
  27. "require_back" "0"
  28. "require_forward" "0"
  29. "hud_style" "0" // Show the name of the style on the top of the timer hint text
  30. "hud_strafes" "1" // Show strafes
  31. "hud_jumps" "1" // Show jumps
  32. "count_left_strafe" "1" // Add to strafe counter when a player hits the left strafe key
  33. "count_right_strafe" "1"
  34. "count_back_strafe" "0"
  35. "count_forward_strafe" "0"
  36. "ghost_use" "1" // Show the replay bot on main timer
  37. "ghost_save" "1" // Save the replay bot on main timer
  38. "ghost_use_b" "1" // Show the replay bot on bonus timer
  39. "ghost_save_b" "1" // Save the replay bot on bonus timer
  40. "prespeed" "290.0" // Max prespeed in a start zone, 0 for no affect
  41. "slowedspeed" "290.0" // The speed a player is set to when they are caught prespeeding
  42. "special" "0" // 1 means this style has special properties that must be programmed
  43. }
  44.  
  45. "1"
  46. {
  47. "name" "Sideways"
  48. "abbr" "sw"
  49. "enable" "1"
  50. "main" "1"
  51. "bonus" "0"
  52. "freestyle" "1"
  53. "freestyle_unrestrict" "1"
  54. "freestyle_ezhop" "1"
  55. "freestyle_auto" "1"
  56. "auto" "1"
  57. "ezhop" "1"
  58. "gravity" "0.0"
  59. "runspeed" "0"
  60. "maxvel" "0"
  61. "minfps" "0"
  62. "sync" "0"
  63. "prevent_left" "1"
  64. "prevent_right" "1"
  65. "prevent_back" "0"
  66. "prevent_forward" "0"
  67. "require_left" "0"
  68. "require_right" "0"
  69. "require_back" "0"
  70. "require_forward" "0"
  71. "hud_style" "1"
  72. "hud_strafes" "1"
  73. "hud_jumps" "1"
  74. "count_left_strafe" "0"
  75. "count_right_strafe" "0"
  76. "count_back_strafe" "1"
  77. "count_forward_strafe" "1"
  78. "ghost_use" "1"
  79. "ghost_save" "1"
  80. "ghost_use_b" "0"
  81. "ghost_save_b" "0"
  82. "prespeed" "290.0"
  83. "slowedspeed" "290.0"
  84. "special" "1" // What's special about sideways is that you can't allow players to use W-Only on it for their whole runs
  85. "specialid" "sw" // This is a key so the plugin knows what to do with this specific style
  86. }
  87.  
  88. "2"
  89. {
  90. "name" "W-Only"
  91. "abbr" "w"
  92. "enable" "1"
  93. "main" "1"
  94. "bonus" "0"
  95. "freestyle" "1"
  96. "freestyle_unrestrict" "1"
  97. "freestyle_ezhop" "1"
  98. "freestyle_auto" "1"
  99. "auto" "1"
  100. "ezhop" "1"
  101. "gravity" "0.0"
  102. "runspeed" "0"
  103. "maxvel" "0"
  104. "minfps" "0"
  105. "sync" "0"
  106. "prevent_left" "1"
  107. "prevent_right" "1"
  108. "prevent_back" "1"
  109. "prevent_forward" "0"
  110. "require_left" "0"
  111. "require_right" "0"
  112. "require_back" "0"
  113. "require_forward" "1"
  114. "hud_style" "1"
  115. "hud_strafes" "0"
  116. "hud_jumps" "1"
  117. "count_left_strafe" "0"
  118. "count_right_strafe" "0"
  119. "count_back_strafe" "0"
  120. "count_forward_strafe" "0"
  121. "ghost_use" "1"
  122. "ghost_save" "1"
  123. "ghost_use_b" "0"
  124. "ghost_save_b" "0"
  125. "prespeed" "290.0"
  126. "slowedspeed" "290.0"
  127. "special" "0"
  128. }
  129.  
  130. "3"
  131. {
  132. "name" "Stamina"
  133. "abbr" "stam"
  134. "enable" "1"
  135. "main" "1"
  136. "bonus" "0"
  137. "freestyle" "1"
  138. "freestyle_unrestrict" "0"
  139. "freestyle_ezhop" "1"
  140. "freestyle_auto" "1"
  141. "auto" "1"
  142. "ezhop" "0"
  143. "gravity" "0.0"
  144. "runspeed" "0"
  145. "maxvel" "0"
  146. "minfps" "0"
  147. "sync" "1"
  148. "prevent_left" "0"
  149. "prevent_right" "0"
  150. "prevent_back" "0"
  151. "prevent_forward" "0"
  152. "require_left" "0"
  153. "require_right" "0"
  154. "require_back" "0"
  155. "require_forward" "0"
  156. "hud_style" "1"
  157. "hud_strafes" "1"
  158. "hud_jumps" "1"
  159. "count_left_strafe" "1"
  160. "count_right_strafe" "1"
  161. "count_back_strafe" "0"
  162. "count_forward_strafe" "0"
  163. "ghost_use" "1"
  164. "ghost_save" "1"
  165. "ghost_use_b" "0"
  166. "ghost_save_b" "0"
  167. "prespeed" "290.0"
  168. "slowedspeed" "290.0"
  169. "special" "0"
  170. }
  171.  
  172. "4"
  173. {
  174. "name" "Half-Sideways"
  175. "abbr" "hsw"
  176. "enable" "1"
  177. "main" "1"
  178. "bonus" "0"
  179. "freestyle" "1"
  180. "freestyle_unrestrict" "1"
  181. "freestyle_ezhop" "1"
  182. "auto" "1"
  183. "ezhop" "1"
  184. "gravity" "0.0"
  185. "runspeed" "0"
  186. "maxvel" "0"
  187. "minfps" "0"
  188. "sync" "0"
  189. "prevent_left" "0"
  190. "prevent_right" "0"
  191. "prevent_back" "0"
  192. "prevent_forward" "0"
  193. "require_left" "0"
  194. "require_right" "0"
  195. "require_back" "0"
  196. "require_forward" "0"
  197. "hud_style" "1"
  198. "hud_strafes" "1"
  199. "hud_jumps" "1"
  200. "count_left_strafe" "1"
  201. "count_right_strafe" "1"
  202. "count_back_strafe" "0"
  203. "count_forward_strafe" "0"
  204. "ghost_use" "1"
  205. "ghost_save" "1"
  206. "ghost_use_b" "0"
  207. "ghost_save_b" "0"
  208. "prespeed" "290.0"
  209. "slowedspeed" "290.0"
  210. "special" "1" // Half-Sideways is special because the way it restricts keys is too unique to put inside a config
  211. "specialid" "hsw"
  212. }
  213. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement