Advertisement
Guest User

Untitled

a guest
Jul 8th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.8.0.6016)
  2. // ConVars for plugin "l4d_superversus.smx"
  3.  
  4.  
  5. // Change Difficulty
  6. // -
  7. // Default: "0"
  8. // Minimum: "0.000000"
  9. // Maximum: "1.000000"
  10. director_auto_difficulty "1"
  11.  
  12. // Infected spawning rate Multiplier (multi*(survivors-4)). Requires director_auto_difficulty 1
  13. // -
  14. // Default: "0.25"
  15. // Minimum: "0.000000"
  16. // Maximum: "1.000000"
  17. director_ci_multi "0.15"
  18.  
  19. // SI HP Multiplier (multi*(survivors-4)). Requires director_auto_difficulty 1
  20. // -
  21. // Default: "0.00"
  22. // Minimum: "0.000000"
  23. // Maximum: "1.000000"
  24. director_si_hpmulti "0.0"
  25.  
  26. // In coop, spawn 1 more SI per extra player? Requires director_auto_difficulty 1
  27. // -
  28. // Default: "1"
  29. // Minimum: "0.000000"
  30. // Maximum: "1.000000"
  31. director_si_more "1"
  32.  
  33. // Delay in seconds added to z_ghost_delay_max for SI bots spawning in versus
  34. // -
  35. // Default: "5"
  36. director_si_more_delay "5"
  37.  
  38. // Tanks HP Multiplier (multi*(survivors-4)). Requires director_auto_difficulty 1
  39. // -
  40. // Default: "0.25"
  41. // Minimum: "0.000000"
  42. // Maximum: "1.000000"
  43. director_tank_hpmulti "0.2"
  44.  
  45. // Once a player connects, 2: Put in random team, 1: Show teammenu, 0: Do nothing
  46. // -
  47. // Default: "2"
  48. // Minimum: "0.000000"
  49. // Maximum: "2.000000"
  50. l4d_autojoin "2"
  51.  
  52. // Allow extra first aid kits for extra players. 0: No extra kits. 1: one extra kit per player above four
  53. // -
  54. // Default: "1"
  55. // Minimum: "0.000000"
  56. // Maximum: "1.000000"
  57. l4d_extra_first_aid "1"
  58.  
  59. // Max amount of infected (will not affect bots)
  60. // -
  61. // Default: "4"
  62. // Minimum: "4.000000"
  63. // Maximum: "24.000000"
  64. l4d_infected_limit "6"
  65.  
  66. // Should we clear Lobby reservation? (For use with Left4DownTown extension ONLY)
  67. // -
  68. // Default: "1"
  69. // Minimum: "0.000000"
  70. // Maximum: "1.000000"
  71. l4d_killreservation "1"
  72.  
  73. // 3: Enable teammenu & commands, 2: commands only, 1: !infected,!survivor,!join only, 0: Nothing
  74. // -
  75. // Default: "3"
  76. // Minimum: "0.000000"
  77. // Maximum: "4.000000"
  78. l4d_management "1"
  79.  
  80. // Respawn alive when joining as an extra survivor? 0: No, 1: Yes (first time only)
  81. // -
  82. // Default: "1"
  83. // Minimum: "0.000000"
  84. // Maximum: "1.000000"
  85. l4d_respawn_on_join "1"
  86.  
  87. // Maximum amount of survivors
  88. // -
  89. // Default: "4"
  90. // Minimum: "1.000000"
  91. // Maximum: "24.000000"
  92. l4d_survivor_limit "4"
  93.  
  94. // If player is afk on versus, 0: Do nothing, 1: Become idle, 2: Become spectator, 3: Kicked
  95. // -
  96. // Default: "1"
  97. // Minimum: "0.000000"
  98. // Maximum: "3.000000"
  99. l4d_versus_afk "1"
  100.  
  101. // If less infected players than l4d_infected_limit in versus/scavenge, spawn SI bots?
  102. // -
  103. // Default: "1"
  104. // Minimum: "0.000000"
  105. // Maximum: "1.000000"
  106. l4d_versus_si_more "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement