Advertisement
Guest User

Untitled

a guest
Nov 13th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.84 KB | None | 0 0
  1. "Settings"
  2. {
  3. "Timer"
  4. {
  5. //Allow players to pause/resume their timer
  6. "pause_enable" "1"
  7.  
  8. //Allow players to start their timer
  9. "start_enable" "1"
  10.  
  11. //Allow players to restart their timer
  12. "restart_enable" "1"
  13.  
  14. //Automatically terminate round end?
  15. "terminate_round" "1"
  16. }
  17. "Physics"
  18. {
  19. //Disable this to use default style only
  20. "multimode_enable" "0"
  21.  
  22. //Enable bhop commands (like sm_tauto)
  23. "bhop_enable" "0"
  24.  
  25. //Enable jump stats (only display, still saving to DB)
  26. "jumps_enable" "1"
  27.  
  28. //Enable noclip command (noclip stops timer)
  29. "noclip_enable" "1"
  30.  
  31. //Enable this to force players selecting a style (can't leave start zone)
  32. "force_style" "0"
  33.  
  34. //Open style selection menu on spawn
  35. "style_menu_on_spawn" "0"
  36.  
  37. //Disable Gravity overwrite
  38. "style_no_gravity_update" "1"
  39.  
  40. //Enable godmode for players (you can still use PvP arena zones)
  41. "godmode" "1"
  42.  
  43. //Allow player to player teleport? (stop timer)
  44. "teleport_player2player" "0"
  45.  
  46. //Teleport players to start zone when they change style?
  47. "teleport_on_style_changed" "1"
  48.  
  49. //Vegas mode - get points by jumping on the correct blocks
  50. //Enable vegas mode?
  51. "vegas_enable" "0"
  52.  
  53. //Minimum platforms for Vegas mode?
  54. "vegas_min_platforms" "100"
  55.  
  56. //Maximum maps for Vegas mode
  57. "vegas_map_max_games" "5"
  58.  
  59. //Chance to add red blocks in Vegas mode
  60. "vegas_avoid_chance" "5.0"
  61.  
  62. //Chance to add red blocks in next games
  63. "vegas_avoid_chance_add" "2.0"
  64.  
  65. //Chance to add green blocks in Vegas mode
  66. "vegas_collect_chance" "20.0"
  67.  
  68. //Chance to add green blocks in next games
  69. "vegas_collect_chance_add" "3.0"
  70. }
  71. "Multibhop"
  72. {
  73. //Overwrite func_door/button to allow multibhop
  74. "multibhop_enable" "1"
  75.  
  76. //Min jump time to count as a jump (multibhop only)
  77. "multibhop_jump_time" "0.5"
  78.  
  79. //Max time a player can touch a bhop platform (multibhop only)
  80. "multibhop_delay" "0.15"
  81.  
  82. //Reset a bhop platform anyway until this cooldown lifts (multibhop only)
  83. "multibhop_cooldown" "0.2"
  84. }
  85. "Mapzone"
  86. {
  87. //Enable visible effects of zones
  88. "zone_effects_enable" "1"
  89.  
  90. //Enable to turn noblock all the time on (toggle noblock for players inside start/end zones if disabled)
  91. "noblock_enable" "1"
  92.  
  93. //Let players confirm teleporting of NPCs
  94. "npc_confirm" "1"
  95.  
  96. //Teleport to startzone on spawn
  97. "teleport_onspawn" "0"
  98.  
  99. //Enable !stage Command
  100. "level_teleport_enable" "1"
  101.  
  102. //Enable !stuck Command
  103. "stuck_enable" "1"
  104.  
  105. //Stuck Penalty Time
  106. "stuck_penalty_time" "10.0"
  107.  
  108. //Allow multiple start zones? Disable to remove any leftover start zones after adding a new one.
  109. "allow_multiple_start" "1"
  110.  
  111. //Allow multiple end zones? Disable to remove any leftover end zones after adding a new one.
  112. "allow_multiple_end" "1"
  113.  
  114. //Allow multiple short-end zones? Disable to remove any leftover short-end zones after adding a new one.
  115. "allow_multiple_shortend" "0"
  116.  
  117. //Allow multiple bonus start zones? Disable to remove any leftover bonus start zones after adding a new one.
  118. "allow_multiple_bonusstart" "0"
  119.  
  120. //Allow multiple bonus end zones? Disable to remove any leftover bonus end zones after adding a new one.
  121. "allow_multiple_bonusend" "0"
  122.  
  123. //Adjust beam height of zones
  124. "beam_height" "6.0"
  125.  
  126. //Set thickness of zone beams
  127. "beam_thickness" "4.0"
  128.  
  129. //Resize trigger_multiple by this size (16.0 = old size)
  130. "trigger_resize" "16.0"
  131.  
  132. //Set Npc Zone Model
  133. "npc_model" "models/player/ct_gign.mdl"
  134.  
  135. //Set Npc Double Zone Model
  136. "npc_double_model" "models/player/ct_gign.mdl"
  137.  
  138. //Set spawn height for zone teleport
  139. "teleport_z" "10.0"
  140.  
  141. //Use spawn height for zone teleport ("1" - use z spawn height "0" - use center spawn height)
  142. "use_teleport_z" "1"
  143.  
  144. //Disable bhop plattform sounds
  145. "disable_button_sounds" "0"
  146. "disable_door_sounds" "0"
  147.  
  148. //Force map end with announcement (usefull on bhop/surf server)
  149. "force_map_end" "1"
  150. }
  151. "Hud"
  152. {
  153. //Use time with deaths to sort players in scoreboard for best times?
  154. "hud_use_death_rank" "0"
  155.  
  156. //Use rank with frags to sort players in scoreboard for most points?
  157. "hud_use_frag_points_rank" "0"
  158.  
  159. //Use clan tag to display info
  160. "hud_use_clan_tag" "0"
  161.  
  162. //Use clan tag to display current style
  163. "hud_use_clan_tag_style" "0"
  164.  
  165. //Use clan tag to display running timer (displays best time if timer is stopped)
  166. "hud_use_clan_tag_time" "0"
  167.  
  168. //Change player MVPs for (points/100)? Max MVPs are 9,999 due to an engine limit.
  169. "hud_use_mvp_stars" "1"
  170.  
  171. //Speed unit (0=units/s, 1=km/h)
  172. "hud_speed_unit" "0"
  173.  
  174. //Enable HUD
  175. "hud_master_enable" "1"
  176.  
  177. //Allow only to turn on/off master
  178. "hud_master_only_enable" "0"
  179.  
  180. //Enable Center HUD
  181. "hud_center_enable" "1"
  182.  
  183. //Enable Side HUD
  184. "hud_side_enable" "1"
  185.  
  186. //Enable Speed
  187. "hud_show_speed" "1"
  188.  
  189. //Enable max. Speed
  190. "hud_show_speedmax" "0"
  191.  
  192. //Enable Strafe-counter
  193. "hud_show_strafes" "1"
  194.  
  195. //Show Timeleft
  196. "hud_show_timeleft" "1"
  197.  
  198. //Show Jumps
  199. "hud_show_jumps" "1"
  200.  
  201. //Show Jumpaccuracy
  202. "hud_show_jumpacc" "0"
  203.  
  204. //Show Mapname & Tier
  205. "hud_show_mapname" "0"
  206.  
  207. //Show Stylename
  208. "hud_show_style" "0"
  209.  
  210. //Show Worldrecrd
  211. "hud_show_wr" "1"
  212.  
  213. //Show Personal Best
  214. "hud_show_pb" "1"
  215.  
  216. //Show Time to Worldrecord
  217. "hud_show_wwtr" "1"
  218.  
  219. //Show Keys
  220. "hud_show_keys" "1"
  221.  
  222. //Show Speclist
  223. "hud_show_speclist" "0"
  224.  
  225. //Show SteamID
  226. "hud_show_steamid" "0"
  227.  
  228. //Show Level
  229. "hud_show_level" "1"
  230.  
  231. //Show Rank
  232. "hud_show_rank" "0"
  233.  
  234. //Show Points
  235. "hud_show_points" "0"
  236. }
  237. "Teams"
  238. {
  239. //Enable Challenge
  240. "challenge_enable" "0"
  241.  
  242. //Cooldown before being able to get any new challenge requests
  243. "challenge_ignore_cooldown" "60.0"
  244.  
  245. //Time until you auto-lose if you stop the timer
  246. "challenge_abort_time" "10.0"
  247.  
  248. //Minimum points to start a challenge for
  249. "challenge_min_points" "1000"
  250.  
  251. //If you lose more points than this, you can't challenge until a map change.
  252. "challenge_map_max_lose" "-500"
  253.  
  254. //Save records for finished challenges
  255. "challenge_save_records" "1"
  256.  
  257. //How much points to challenge for, each option listed:
  258. "challenge_bet_option_1" "25"
  259. "challenge_bet_option_2" "50"
  260. "challenge_bet_option_3" "75"
  261. "challenge_bet_option_4" "100"
  262. "challenge_bet_option_5" "150"
  263.  
  264. //Enable Coop (Trikz special)
  265. "coop_enable" "0"
  266.  
  267. //Force player into coop mode (can't leave start zone without teammate) (Disable if running shavit's Trikz Redux plugin)
  268. "coop_only" "0"
  269.  
  270. //Enable Race (not finished)
  271. "race_enable" "0"
  272. }
  273. "Points"
  274. {
  275. //Enable Points
  276. "points_enable" "1"
  277.  
  278. //Points for finishing a map everytime?.
  279. "points_anyway" "2"
  280.  
  281. //Points for finishing a map (only first time)
  282. "points_first" "20"
  283.  
  284. //Points for finishing a map (only 5 times)
  285. "points_first5" "5"
  286.  
  287. //Points for finishing a map (only 10 times)
  288. "points_first10" "3"
  289.  
  290. //Points for finishing a map (only 25 times)
  291. "points_first25" "0"
  292.  
  293. //Points for finishing a map (only 50 times)
  294. "points_first50" "0"
  295.  
  296. //Points for finishing a map (only 100 times)
  297. "points_first100" "0"
  298.  
  299. //Points for finishing a map (only 250 times)
  300. "points_first250" "0"
  301.  
  302. //Points for improving (time)
  303. "points_improved_time" "1"
  304.  
  305. //Points for improving (rank)
  306. "points_improved_rank" "1"
  307.  
  308. //Points for new world record
  309. "points_new_wr" "5"
  310.  
  311. //Points for beat own world record
  312. "points_new_wr_self" "1"
  313.  
  314. //Points for climb into top10
  315. "points_top10" "2"
  316.  
  317. //Points for climb into top25
  318. "points_top25" "1"
  319.  
  320. //Points for climb into top50
  321. "points_top50" "1"
  322.  
  323. //Points for climb into top100
  324. "points_top100" "1"
  325.  
  326. //Points for climb into top250
  327. "points_top250" "1"
  328.  
  329. //Points for climb into top500
  330. "points_top500" "1"
  331.  
  332. //Points you get for Vegas win
  333. "points_vegas" "10"
  334.  
  335. //Amount of points to increase for any next map during Vegas
  336. "points_vegas_add" "2"
  337.  
  338. //Total bonus points to get for having an amount of records for each map getting beaten, should make points more worthy by getting better times then grinding on different maps.
  339. "points_total_bonus_1_3" "3"
  340. "points_total_bonus_4_10" "5"
  341. "points_total_bonus_11_25" "10"
  342. "points_total_bonus_26_50" "20"
  343. "points_total_bonus_51_100" "30"
  344. "points_total_bonus_101_200" "40"
  345. "points_total_bonus_201_300" "50"
  346. "points_total_bonus_301_400" "60"
  347. "points_total_bonus_401_500" "70"
  348. "points_total_bonus_501_600" "80"
  349. "points_total_bonus_601_700" "90"
  350. "points_total_bonus_701_900" "100"
  351. "points_total_bonus_901_1000" "110"
  352. "points_total_bonus_1001_1250" "120"
  353. "points_total_bonus_1251_1500" "130"
  354. "points_total_bonus_1551_1750" "140"
  355. "points_total_bonus_1751_2000" "150"
  356. "points_total_bonus_2001" "200"
  357. }
  358. "Tierscale"
  359. {
  360. //Scale points for map tier 1
  361. "points_tier1" "1.0"
  362.  
  363. //Scale points for map tier 2
  364. "points_tier2" "2.0"
  365.  
  366. //Scale points for map tier 3
  367. "points_tier3" "3.0"
  368.  
  369. //Scale points for map tier 4
  370. "points_tier4" "4.0"
  371.  
  372. //Scale points for map tier 5
  373. "points_tier5" "5.0"
  374.  
  375. //Scale points for map tier 6
  376. "points_tier6" "6.0"
  377.  
  378. //Scale points for map tier 7
  379. "points_tier7" "7.0"
  380.  
  381. //Scale points for map tier 8
  382. "points_tier8" "8.0"
  383.  
  384. //Scale points for map tier 9
  385. "points_tier9" "9.0"
  386.  
  387. //Scale points for map tier 10
  388. "points_tier10" "10.0"
  389. }
  390. "Worldrecord"
  391. {
  392. //Enable Short-End WR
  393. "worldrecord_shortwr_enable" "1"
  394.  
  395. //Enable Bonus-End WR
  396. "worldrecord_bonuswr_enable" "1"
  397. }
  398. "Weapons"
  399. {
  400. //Enable weapon buy/pickup
  401. "weapons_allow" "1"
  402.  
  403. //Enable to remove weapons on ground
  404. "weapons_remove" "0"
  405.  
  406. //Enable to not remove weapons spawned by a map
  407. "weapons_keep_map" "1"
  408.  
  409. //Enable to have a fake buyzone everywhere (you have to increase buytime)
  410. "weapons_buyzone" "1"
  411.  
  412. //Enable give scount on spawn
  413. "weapons_give_scout" "0"
  414.  
  415. //Enable to allow dropping your knife
  416. "weapons_knifedrop_enable" "1"
  417. }
  418. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement