Advertisement
chrondog

Untitled

Nov 13th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.41 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. "start" "3"
  7. "abbr" "n" // The name of this style abbreviated
  8. "enable" "1" // Enable this style so players can use it
  9. "main" "1" // Allow style on main timer
  10. "bonus" "1" // Allow style on bonus timer
  11. "freestyle" "1" // Allow freestyle zones for this style
  12. "freestyle_unrestrict" "1" // Unrestrict player keys when they are inside a freestyle zone
  13. "freestyle_ezhop" "0" // Keep ezhop enabled inside a freestyle zone
  14. "freestyle_auto" "0" // Allow autobhop on this style
  15. "auto" "0" // Allow autobhop on this style
  16. "ezhop" "0" // Allow ezhop on this style
  17. "gravity" "800" // 0 = Normal gravity, 0.5 is a pretty good low gravity number
  18. "runspeed" "250" // Max running speed. (Example: Set to 240 and players can not run faster than 240 for any weapon)
  19. "maxvel" "0" // Max velocity a player is allowed to bhop with. Set to 0 for no enforcing.
  20. "minfps" "60" // Minimum fps_max value a player is allowed to have. Set to 0 for no enforcing.
  21. "sync" "1" // Record and display sync. Works only on styles like normal, where mostly left and right keys are used
  22. "prevent_left" "0" // Prevent using left movement key
  23. "prevent_right" "0"
  24. "prevent_back" "0"
  25. "prevent_forward" "0"
  26. "require_left" "0" // Require player to use the left movement key
  27. "require_right" "0"
  28. "require_back" "0"
  29. "require_forward" "0"
  30. "hud_style" "1" // Show the name of the style on the top of the timer hint text
  31. "hud_strafes" "1" // Show strafes
  32. "hud_jumps" "1" // Show jumps
  33. "count_left_strafe" "1" // Add to strafe counter when a player hits the left strafe key
  34. "count_right_strafe" "1"
  35. "count_back_strafe" "0"
  36. "count_forward_strafe" "0"
  37. "ghost_use" "1" // Show the replay bot on main timer
  38. "ghost_save" "1" // Save the replay bot on main timer
  39. "ghost_use_b" "1" // Show the replay bot on bonus timer
  40. "ghost_save_b" "1" // Save the replay bot on bonus timer
  41. "prespeed" "290.0" // Max prespeed in a start zone, 0 for no affect
  42. "slowedspeed" "290.0" // The speed a player is set to when they are caught prespeeding
  43. "special" "0" // 1 means this style has special properties that must be programmed
  44. "aa" "100"
  45. "enablebhop" "1"
  46. "allowcheckpoints" "1"
  47. }
  48. "1" // This is the default style that players will be set to when they join the server
  49. {
  50. "name" "Sideways" // The name of this style
  51. "start" "4"
  52. "abbr" "sw" // The name of this style abbreviated
  53. "enable" "1" // Enable this style so players can use it
  54. "main" "1" // Allow style on main timer
  55. "bonus" "1" // Allow style on bonus timer
  56. "freestyle" "1" // Allow freestyle zones for this style
  57. "freestyle_unrestrict" "1" // Unrestrict player keys when they are inside a freestyle zone
  58. "freestyle_ezhop" "0" // Keep ezhop enabled inside a freestyle zone
  59. "freestyle_auto" "0" // Allow autobhop on this style
  60. "auto" "0" // Allow autobhop on this style
  61. "ezhop" "0" // Allow ezhop on this style
  62. "gravity" "800" // 0 = Normal gravity, 0.5 is a pretty good low gravity number
  63. "runspeed" "250" // Max running speed. (Example: Set to 240 and players can not run faster than 240 for any weapon)
  64. "maxvel" "0" // Max velocity a player is allowed to bhop with. Set to 0 for no enforcing.
  65. "minfps" "60" // Minimum fps_max value a player is allowed to have. Set to 0 for no enforcing.
  66. "sync" "1" // Record and display sync. Works only on styles like normal, where mostly left and right keys are used
  67. "prevent_left" "1" // Prevent using left movement key
  68. "prevent_right" "1"
  69. "prevent_back" "0"
  70. "prevent_forward" "0"
  71. "require_left" "0" // Require player to use the left movement key
  72. "require_right" "0"
  73. "require_back" "0"
  74. "require_forward" "0"
  75. "hud_style" "1" // Show the name of the style on the top of the timer hint text
  76. "hud_strafes" "1" // Show strafes
  77. "hud_jumps" "1" // Show jumps
  78. "count_left_strafe" "0" // Add to strafe counter when a player hits the left strafe key
  79. "count_right_strafe" "0"
  80. "count_back_strafe" "1"
  81. "count_forward_strafe" "1"
  82. "ghost_use" "1" // Show the replay bot on main timer
  83. "ghost_save" "1" // Save the replay bot on main timer
  84. "ghost_use_b" "1" // Show the replay bot on bonus timer
  85. "ghost_save_b" "1" // Save the replay bot on bonus timer
  86. "prespeed" "290.0" // Max prespeed in a start zone, 0 for no affect
  87. "slowedspeed" "290.0" // The speed a player is set to when they are caught prespeeding
  88. "special" "0" // 1 means this style has special properties that must be programmed
  89. "aa" "100"
  90. "enablebhop" "1"
  91. "allowcheckpoints" "1"
  92. }
  93. "2" // This is the default style that players will be set to when they join the server
  94. {
  95. "name" "W-Only" // The name of this style
  96. "start" "5"
  97. "abbr" "w" // The name of this style abbreviated
  98. "enable" "1" // Enable this style so players can use it
  99. "main" "1" // Allow style on main timer
  100. "bonus" "1" // Allow style on bonus timer
  101. "freestyle" "1" // Allow freestyle zones for this style
  102. "freestyle_unrestrict" "1" // Unrestrict player keys when they are inside a freestyle zone
  103. "freestyle_ezhop" "0" // Keep ezhop enabled inside a freestyle zone
  104. "freestyle_auto" "0" // Allow autobhop on this style
  105. "auto" "0" // Allow autobhop on this style
  106. "ezhop" "0" // Allow ezhop on this style
  107. "gravity" "800" // 0 = Normal gravity, 0.5 is a pretty good low gravity number
  108. "runspeed" "250" // Max running speed. (Example: Set to 240 and players can not run faster than 240 for any weapon)
  109. "maxvel" "0" // Max velocity a player is allowed to bhop with. Set to 0 for no enforcing.
  110. "minfps" "60" // Minimum fps_max value a player is allowed to have. Set to 0 for no enforcing.
  111. "sync" "1" // Record and display sync. Works only on styles like normal, where mostly left and right keys are used
  112. "prevent_left" "1" // Prevent using left movement key
  113. "prevent_right" "1"
  114. "prevent_back" "1"
  115. "prevent_forward" "0"
  116. "require_left" "0" // Require player to use the left movement key
  117. "require_right" "0"
  118. "require_back" "0"
  119. "require_forward" "0"
  120. "hud_style" "1" // Show the name of the style on the top of the timer hint text
  121. "hud_strafes" "0" // Show strafes
  122. "hud_jumps" "1" // Show jumps
  123. "count_left_strafe" "0" // Add to strafe counter when a player hits the left strafe key
  124. "count_right_strafe" "0"
  125. "count_back_strafe" "0"
  126. "count_forward_strafe" "0"
  127. "ghost_use" "1" // Show the replay bot on main timer
  128. "ghost_save" "1" // Save the replay bot on main timer
  129. "ghost_use_b" "1" // Show the replay bot on bonus timer
  130. "ghost_save_b" "1" // Save the replay bot on bonus timer
  131. "prespeed" "290.0" // Max prespeed in a start zone, 0 for no affect
  132. "slowedspeed" "290.0" // The speed a player is set to when they are caught prespeeding
  133. "special" "0" // 1 means this style has special properties that must be programmed
  134. "aa" "100"
  135. "enablebhop" "1"
  136. "allowcheckpoints" "1"
  137. }
  138. "3" // This is the default style that players will be set to when they join the server
  139. {
  140. "name" "Normal Pro" // The name of this style
  141. "break" "0"
  142. "selectable" "0"
  143. "abbr" "np" // The name of this style abbreviated
  144. "enable" "1" // Enable this style so players can use it
  145. "main" "1" // Allow style on main timer
  146. "bonus" "1" // Allow style on bonus timer
  147. "freestyle" "1" // Allow freestyle zones for this style
  148. "freestyle_unrestrict" "1" // Unrestrict player keys when they are inside a freestyle zone
  149. "freestyle_ezhop" "0" // Keep ezhop enabled inside a freestyle zone
  150. "freestyle_auto" "0" // Allow autobhop on this style
  151. "auto" "0" // Allow autobhop on this style
  152. "ezhop" "0" // Allow ezhop on this style
  153. "gravity" "800" // 0 = Normal gravity, 0.5 is a pretty good low gravity number
  154. "runspeed" "250" // Max running speed. (Example: Set to 240 and players can not run faster than 240 for any weapon)
  155. "maxvel" "0" // Max velocity a player is allowed to bhop with. Set to 0 for no enforcing.
  156. "minfps" "60" // Minimum fps_max value a player is allowed to have. Set to 0 for no enforcing.
  157. "sync" "1" // Record and display sync. Works only on styles like normal, where mostly left and right keys are used
  158. "prevent_left" "0" // Prevent using left movement key
  159. "prevent_right" "0"
  160. "prevent_back" "0"
  161. "prevent_forward" "0"
  162. "require_left" "0" // Require player to use the left movement key
  163. "require_right" "0"
  164. "require_back" "0"
  165. "require_forward" "0"
  166. "hud_style" "1" // Show the name of the style on the top of the timer hint text
  167. "hud_strafes" "1" // Show strafes
  168. "hud_jumps" "1" // Show jumps
  169. "count_left_strafe" "1" // Add to strafe counter when a player hits the left strafe key
  170. "count_right_strafe" "1"
  171. "count_back_strafe" "0"
  172. "count_forward_strafe" "0"
  173. "ghost_use" "1" // Show the replay bot on main timer
  174. "ghost_save" "1" // Save the replay bot on main timer
  175. "ghost_use_b" "1" // Show the replay bot on bonus timer
  176. "ghost_save_b" "1" // Save the replay bot on bonus timer
  177. "prespeed" "290.0" // Max prespeed in a start zone, 0 for no affect
  178. "slowedspeed" "290.0" // The speed a player is set to when they are caught prespeeding
  179. "special" "0" // 1 means this style has special properties that must be programmed
  180. "aa" "100"
  181. "enablebhop" "1"
  182. }
  183. "4" // This is the default style that players will be set to when they join the server
  184. {
  185. "name" "Sideways Pro" // The name of this style
  186. "break" "1"
  187. "selectable" "0"
  188. "abbr" "swp" // The name of this style abbreviated
  189. "enable" "1" // Enable this style so players can use it
  190. "main" "1" // Allow style on main timer
  191. "bonus" "1" // Allow style on bonus timer
  192. "freestyle" "1" // Allow freestyle zones for this style
  193. "freestyle_unrestrict" "1" // Unrestrict player keys when they are inside a freestyle zone
  194. "freestyle_ezhop" "0" // Keep ezhop enabled inside a freestyle zone
  195. "freestyle_auto" "0" // Allow autobhop on this style
  196. "auto" "0" // Allow autobhop on this style
  197. "ezhop" "0" // Allow ezhop on this style
  198. "gravity" "800" // 0 = Normal gravity, 0.5 is a pretty good low gravity number
  199. "runspeed" "250" // Max running speed. (Example: Set to 240 and players can not run faster than 240 for any weapon)
  200. "maxvel" "0" // Max velocity a player is allowed to bhop with. Set to 0 for no enforcing.
  201. "minfps" "60" // Minimum fps_max value a player is allowed to have. Set to 0 for no enforcing.
  202. "sync" "1" // Record and display sync. Works only on styles like normal, where mostly left and right keys are used
  203. "prevent_left" "1" // Prevent using left movement key
  204. "prevent_right" "1"
  205. "prevent_back" "0"
  206. "prevent_forward" "0"
  207. "require_left" "0" // Require player to use the left movement key
  208. "require_right" "0"
  209. "require_back" "0"
  210. "require_forward" "0"
  211. "hud_style" "1" // Show the name of the style on the top of the timer hint text
  212. "hud_strafes" "1" // Show strafes
  213. "hud_jumps" "1" // Show jumps
  214. "count_left_strafe" "0" // Add to strafe counter when a player hits the left strafe key
  215. "count_right_strafe" "0"
  216. "count_back_strafe" "1"
  217. "count_forward_strafe" "1"
  218. "ghost_use" "1" // Show the replay bot on main timer
  219. "ghost_save" "1" // Save the replay bot on main timer
  220. "ghost_use_b" "1" // Show the replay bot on bonus timer
  221. "ghost_save_b" "1" // Save the replay bot on bonus timer
  222. "prespeed" "290.0" // Max prespeed in a start zone, 0 for no affect
  223. "slowedspeed" "290.0" // The speed a player is set to when they are caught prespeeding
  224. "special" "0" // 1 means this style has special properties that must be programmed
  225. "aa" "100"
  226. "enablebhop" "1"
  227. }
  228. "5" // This is the default style that players will be set to when they join the server
  229. {
  230. "name" "W-Only Pro" // The name of this style
  231. "break" "2"
  232. "selectable" "0"
  233. "abbr" "wp" // The name of this style abbreviated
  234. "enable" "1" // Enable this style so players can use it
  235. "main" "1" // Allow style on main timer
  236. "bonus" "1" // Allow style on bonus timer
  237. "freestyle" "1" // Allow freestyle zones for this style
  238. "freestyle_unrestrict" "1" // Unrestrict player keys when they are inside a freestyle zone
  239. "freestyle_ezhop" "0" // Keep ezhop enabled inside a freestyle zone
  240. "freestyle_auto" "0" // Allow autobhop on this style
  241. "auto" "0" // Allow autobhop on this style
  242. "ezhop" "0" // Allow ezhop on this style
  243. "gravity" "800" // 0 = Normal gravity, 0.5 is a pretty good low gravity number
  244. "runspeed" "250" // Max running speed. (Example: Set to 240 and players can not run faster than 240 for any weapon)
  245. "maxvel" "0" // Max velocity a player is allowed to bhop with. Set to 0 for no enforcing.
  246. "minfps" "60" // Minimum fps_max value a player is allowed to have. Set to 0 for no enforcing.
  247. "sync" "1" // Record and display sync. Works only on styles like normal, where mostly left and right keys are used
  248. "prevent_left" "1" // Prevent using left movement key
  249. "prevent_right" "1"
  250. "prevent_back" "1"
  251. "prevent_forward" "0"
  252. "require_left" "0" // Require player to use the left movement key
  253. "require_right" "0"
  254. "require_back" "0"
  255. "require_forward" "0"
  256. "hud_style" "1" // Show the name of the style on the top of the timer hint text
  257. "hud_strafes" "0" // Show strafes
  258. "hud_jumps" "1" // Show jumps
  259. "count_left_strafe" "0" // Add to strafe counter when a player hits the left strafe key
  260. "count_right_strafe" "0"
  261. "count_back_strafe" "0"
  262. "count_forward_strafe" "0"
  263. "ghost_use" "1" // Show the replay bot on main timer
  264. "ghost_save" "1" // Save the replay bot on main timer
  265. "ghost_use_b" "1" // Show the replay bot on bonus timer
  266. "ghost_save_b" "1" // Save the replay bot on bonus timer
  267. "prespeed" "290.0" // Max prespeed in a start zone, 0 for no affect
  268. "slowedspeed" "290.0" // The speed a player is set to when they are caught prespeeding
  269. "special" "0" // 1 means this style has special properties that must be programmed
  270. "aa" "100"
  271. "enablebhop" "1"
  272. }
  273. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement