Advertisement
Guest User

Untitled

a guest
Jul 12th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. //Enable Points
  2. "points_enable" "1"
  3.  
  4. //Points for finishing a map everytime?.
  5. "points_anyway" "3"
  6.  
  7. //Points for finishing a map (only first time)
  8. "points_first" "20"
  9.  
  10. //Points for finishing a map (only 5 times)
  11. "points_first5" "10"
  12.  
  13. //Points for finishing a map (only 10 times)
  14. "points_first10" "5"
  15.  
  16. //Points for finishing a map (only 25 times)
  17. "points_first25" "0"
  18.  
  19. //Points for finishing a map (only 50 times)
  20. "points_first50" "0"
  21.  
  22. //Points for finishing a map (only 100 times)
  23. "points_first100" "0"
  24.  
  25. //Points for finishing a map (only 250 times)
  26. "points_first250" "0"
  27.  
  28. //Points for improving (time)
  29. "points_improved_time" "1"
  30.  
  31. //Points for improving (rank)
  32. "points_improved_rank" "2"
  33.  
  34. //Points for new world record
  35. "points_new_wr" "5"
  36.  
  37. //Points for beat own world record
  38. "points_new_wr_self" "1"
  39.  
  40. //Points for climb into top10
  41. "points_top10" "2"
  42.  
  43. //Points for climb into top25
  44. "points_top25" "1"
  45.  
  46. //Points for climb into top50
  47. "points_top50" "1"
  48.  
  49. //Points for climb into top100
  50. "points_top100" "1"
  51.  
  52. //Points for climb into top250
  53. "points_top250" "1"
  54.  
  55. //Points for climb into top500
  56. "points_top500" "1"
  57.  
  58. //Points you get for Vegas win
  59. "points_vegas" "10"
  60.  
  61. //Amount of points to increase for any next map during Vegas
  62. "points_vegas_add" "2"
  63.  
  64. //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.
  65. "points_total_bonus_1_3" "3"
  66. "points_total_bonus_4_10" "5"
  67. "points_total_bonus_11_25" "10"
  68. "points_total_bonus_26_50" "20"
  69. "points_total_bonus_51_100" "30"
  70. "points_total_bonus_101_200" "40"
  71. "points_total_bonus_201_300" "50"
  72. "points_total_bonus_301_400" "60"
  73. "points_total_bonus_401_500" "70"
  74. "points_total_bonus_501_600" "80"
  75. "points_total_bonus_601_700" "90"
  76. "points_total_bonus_701_900" "100"
  77. "points_total_bonus_901_1000" "110"
  78. "points_total_bonus_1001_1250" "120"
  79. "points_total_bonus_1251_1500" "130"
  80. "points_total_bonus_1551_1750" "140"
  81. "points_total_bonus_1751_2000" "150"
  82. "points_total_bonus_2001" "200"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement