Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. "Gamemode"
  2. {
  3. "base" "base"
  4. "title" "Deathrun"
  5. "maps" "^deathrun_|^dr_"
  6. "author" "Mr. Gash"
  7. "menusystem" "1"
  8.  
  9. "settings"
  10. {
  11. 1
  12. {
  13. "name" "dr_roundtime_seconds"
  14. "text" "Round Time (in seconds)"
  15. "help" "The length of the round in seconds."
  16. "type" "Numeric"
  17. "default" "300"
  18. }
  19.  
  20. 2
  21. {
  22.  
  23. "name" "dr_total_rounds"
  24. "text" "Total Rounds"
  25. "help" "The amount of rounds to play before changing the map."
  26. "type" "Numeric"
  27. "default" "10"
  28.  
  29. }
  30.  
  31. 3
  32. {
  33.  
  34. "name" "dr_death_rate"
  35. "text" "Percent of Death Players"
  36. "help" "Percentage of total players that will become a death. The player amount is multiplied by this number, then rounded down."
  37. "type" "Numeric"
  38. "default" "0.25"
  39.  
  40. }
  41.  
  42. 4
  43. {
  44.  
  45. "name" "dr_death_max"
  46. "text" "Maximum Amount of Deaths"
  47. "help" "The maximum amount players allowed to be in the Death team."
  48. "type" "Numeric"
  49. "default" "6"
  50.  
  51. }
  52.  
  53.  
  54. 5
  55. {
  56. "name" "dr_highlight_admins"
  57. "text" "Highlight Admins"
  58. "help" "When enabled, the scoreboard will show admins with a gold name and a shield icon."
  59. "type" "CheckBox"
  60. "default" "1"
  61. }
  62.  
  63. 6
  64. {
  65.  
  66. "name" "dr_allow_death_suicide"
  67. "text" "Suicide Allowed for Deaths"
  68. "help" "If disabled, players on the Death team will not be allowed to kill themselves."
  69. "type" "CheckBox"
  70. "default" "0"
  71.  
  72. }
  73.  
  74. 7
  75. {
  76.  
  77. "name" "dr_allow_autojump"
  78. "text" "Allow Autojump"
  79. "help" "If set to 0, players will not autojump by holding down their spacebar (regardless if they have it enabled/disabled). I don't recommend disabling this."
  80. "type" "CheckBox"
  81. "default" "1"
  82.  
  83. }
  84.  
  85. 8
  86. {
  87.  
  88. "name" "dr_unlimited_ammo"
  89. "text" "Unlimited Ammo"
  90. "help" "If set to 1, primary ammo will not be taken when players shoot weapons. This won't work with default HL2 weapons."
  91. "type" "CheckBox"
  92. "default" "1"
  93.  
  94. }
  95.  
  96. 9
  97. {
  98.  
  99. "name" "dr_allow_death_pickup"
  100. "text" "Deaths Can Use All Weapons"
  101. "help" "If set to 0, players on the Death team will be unable to pick up any weapons aside from the crowbar."
  102. "type" "CheckBox"
  103. "default" "0"
  104.  
  105. }
  106.  
  107. 10
  108. {
  109.  
  110. "name" "dr_realistic_fall_damage"
  111. "text" "Realistic Fall Damage"
  112. "help" "If set to 1, players will be damaged based on the speed at which they fall. If set to 0, the fall damage will be 10, regardless of speed or height."
  113. "type" "CheckBox"
  114. "default" "1"
  115.  
  116. }
  117.  
  118. 11
  119. {
  120.  
  121. "name" "dr_notify_rounds_left"
  122. "text" "Notify Rounds Left on Prep Phase"
  123. "help" "Notify everyone on the server how many rounds are left as the prep phase begins."
  124. "type" "CheckBox"
  125. "default" "1"
  126.  
  127. }
  128.  
  129. 12
  130. {
  131.  
  132. "name" "dr_push_collide"
  133. "text" "Push on Collide"
  134. "help" "If set to 1, when one player enters another, they will be pushed apart."
  135. "type" "CheckBox"
  136. "default" "0"
  137.  
  138. }
  139.  
  140. }
  141.  
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement