Advertisement
MGT

Untitled

MGT
Oct 18th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. class SM_Zombz
  2. {
  3. SM_Debug = 1;
  4. //Client
  5. SM_ZombieDamageAir = 0.01;
  6. SM_ZombieDamageAirStrenth = 1;
  7. SM_ZombieDistanceAir = 10;
  8. SM_ZombieDamagePlayer = 0.15;
  9. SM_ZombieDamagePlayerStrength = 1;
  10. SM_ZombieDistancePlayer = 2.35;
  11. SM_ZombieDamageTank = 0.002;
  12. SM_ZombieDamageTankStrenth = 0.4;
  13. SM_ZombieDistanceTank = 8;
  14. SM_ZombieDamageCar = 0.02;
  15. SM_ZombieDamageCarStrenth = 1.5;
  16. SM_ZombieDistanceCar = 7;
  17. SM_ZombieDistanceSW = 4.5;
  18. SM_SoundVolume = 1;
  19. SM_AttackSpeed = 1;
  20. SM_BleedingEnabled = 1;
  21. SM_BleedTime = 20;
  22. SM_BleedChanceHigh = 100;
  23. SM_BleedChanceLow = 90;
  24. SM_ZombieAgroRange = 500;
  25. SM_ZombieTargetPosMemory = 15;
  26. SM_ZombieSoundDelayAggressive = 3;
  27. SM_ZombieSoundDelayMoan = 15;
  28. SM_ZombieFindTargetDelay = 5;
  29. SM_ZombieSoundPitchHigh = 0.925;
  30. SM_ZombieSoundPitchLow = 0.1;
  31. SM_ZombieEat = 30;
  32. SM_SoundDistance = 30;
  33. SM_ZombieEatSoundDelay = 7;
  34. //DO NOT TOUCH ( NOT IMPLEMENTED )
  35. SM_InfectionIncrease = 0.25;
  36. SM_Infection = 0;
  37. SM_InfectionChanceHigh = 100;
  38. SM_InfectionChanceLow = 85;
  39. SM_InfectionDamage = 0.01;
  40. SM_InfectionDelay = 2;
  41. //Server
  42. SM_ZombiesPerWave = 2;
  43. SM_SpawnHordeInClump = 0;
  44. SM_SpawnZombiesInClump = 0;
  45. SM_HordeSpawnMaxDistanceFromPosition = 35;
  46. SM_ZombieSpawnMaxDistanceFromPosition = 15;
  47. SM_HordeMarkerCleanup = 30;
  48. SM_HordeSpawnDelay = 1800;
  49. SM_HordesEnabled = 0;
  50. SM_SpawnHordeChance = 1;
  51. SM_MaxZombiesInHorde = 10;
  52. SM_MinZombiesInHorde = 5;
  53. SM_FiredNearEVHEnabled = 1;
  54. //KEEP DISABLED UNTIL FIX IS FOUND! (destroys server FPS)
  55. SM_ExplodingHeadEnabled = 0;
  56. SM_Zombie_GlowingFace = 1;
  57. SM_Zombie_SpawnInGround = 1;
  58. SM_ZombieCleanupDeath = 120;
  59. SM_SpawnWaveZombies = 1;
  60. SM_ZombieItemCount = 3;
  61. SM_ZombieSpawnDelay = 600;
  62. SM_ZombieMaxDistance = 150;
  63. SM_ZombieMinDistance = 25;
  64. SM_ZombieCleanup = 60;
  65. SM_ZombieCleanupDistance = 300;
  66. SM_MaxZombies = 200;
  67. SM_ZombiesPerPlayer = 10;
  68. SM_ZombieHealth = 0.7;
  69. SM_GiveZombiePoptabs = 1;
  70. SM_MaxPoptabs = 30;
  71. SM_PoptabChanceHigh = 100;
  72. SM_PopTabsChanceLow = 65;
  73. SM_GivePlayerRespect = 1;
  74. SM_MaxRespect = 30;
  75. SM_MaxChanceOfLoot = 90;
  76. SM_MinChanceOfLoot = 50;
  77. SM_MaxItemDrop = 2;
  78. SM_Vest[] =
  79. {
  80. "V_HarnessOGL_brn",
  81. "V_HarnessOGL_gry",
  82. "V_HarnessO_brn",
  83. "V_HarnessO_gry",
  84. "V_HarnessOSpec_brn",
  85. "V_HarnessOSpec_gry",
  86. "V_TacVest_blk",
  87. "V_TacVest_blk_POLICE",
  88. "V_TacVest_brn",
  89. "V_TacVest_camo",
  90. "V_TacVest_khk",
  91. "V_TacVest_oli",
  92. "V_TacVestCamo_khk",
  93. "V_TacVestIR_blk",
  94. "V_Rangemaster_belt",
  95. "V_HarnessOGL_brn",
  96. "V_HarnessOGL_gry",
  97. "V_HarnessO_brn",
  98. "V_HarnessO_gry",
  99. "V_HarnessOSpec_brn",
  100. "V_HarnessOSpec_gry"
  101. };
  102. SM_ZombieClasses[] =
  103. {
  104. "RyanZombieB_Soldier_02_fslow",
  105. "RyanZombieB_Soldier_02_f_1slow",
  106. "RyanZombieB_Soldier_02_f_1_1slow",
  107. "RyanZombieB_Soldier_03_fslow",
  108. "RyanZombieB_Soldier_03_f_1slow",
  109. "RyanZombieB_Soldier_03_f_1_1slow",
  110. "RyanZombieB_Soldier_04_fslow",
  111. "RyanZombieB_Soldier_04_f_1slow",
  112. "RyanZombieB_Soldier_04_f_1_1slow",
  113. "RyanZombieB_Soldier_lite_Fslow",
  114. "RyanZombieB_Soldier_lite_F_1slow",
  115. "RyanZombieC_man_1Walker",
  116. "RyanZombieC_man_polo_1_FWalker",
  117. "RyanZombieC_man_polo_2_FWalker",
  118. "RyanZombieC_man_polo_4_FWalker",
  119. "RyanZombieC_man_polo_5_FWalker",
  120. "RyanZombieC_man_polo_6_FWalker",
  121. "RyanZombieC_man_p_fugitive_FWalker",
  122. "RyanZombieC_man_w_worker_FWalker",
  123. "RyanZombieC_scientist_FWalker",
  124. "RyanZombieC_man_hunter_1_FWalker",
  125. "RyanZombieC_man_pilot_FWalker",
  126. "RyanZombieC_journalist_FWalker",
  127. "RyanZombieC_OrestesWalker",
  128. "RyanZombieC_NikosWalker",
  129. "RyanZombie15walker",
  130. "RyanZombie16walker",
  131. "RyanZombie17walker",
  132. "RyanZombie18walker",
  133. "RyanZombie19walker",
  134. "RyanZombie20walker",
  135. "RyanZombie21walker",
  136. "RyanZombie22walker",
  137. "RyanZombie23walker",
  138. "RyanZombie24walker",
  139. "RyanZombie25walker",
  140. "RyanZombie26walker",
  141. "RyanZombie27walker",
  142. "RyanZombie28walker",
  143. "RyanZombie29walker",
  144. "RyanZombie30walker",
  145. "RyanZombie31walker",
  146. "RyanZombie32walker",
  147. "RyanZombieB_Soldier_02_fslow",
  148. "RyanZombieB_Soldier_02_f_1slow",
  149. "RyanZombieB_Soldier_02_f_1_1slow",
  150. "RyanZombieB_Soldier_03_fslow",
  151. "RyanZombieB_Soldier_03_f_1slow",
  152. "RyanZombieB_Soldier_03_f_1_1slow",
  153. "RyanZombieB_Soldier_04_fslow",
  154. "RyanZombieB_Soldier_04_f_1slow",
  155. "RyanZombieB_Soldier_04_f_1_1slow",
  156. "RyanZombieB_Soldier_lite_Fslow",
  157. "RyanZombieB_Soldier_lite_F_1slow",
  158. "RyanZombieC_man_1Walker",
  159. "RyanZombieC_man_polo_1_FWalker",
  160. "RyanZombieC_man_polo_2_FWalker",
  161. "RyanZombieC_man_polo_4_FWalker",
  162. "RyanZombieC_man_polo_5_FWalker",
  163. "RyanZombieC_man_polo_6_FWalker",
  164. "RyanZombieC_man_p_fugitive_FWalker",
  165. "RyanZombieC_man_w_worker_FWalker",
  166. "RyanZombieC_scientist_FWalker",
  167. "RyanZombieC_man_hunter_1_FWalker",
  168. "RyanZombieC_man_pilot_FWalker",
  169. "RyanZombieC_journalist_FWalker",
  170. "RyanZombieC_OrestesWalker",
  171. "RyanZombieC_NikosWalker",
  172. "RyanZombie15walker",
  173. "RyanZombie16walker",
  174. "RyanZombie17walker",
  175. "RyanZombie18walker",
  176. "RyanZombie19walker",
  177. "RyanZombie20walker",
  178. "RyanZombie21walker",
  179. "RyanZombie22walker",
  180. "RyanZombie23walker",
  181. "RyanZombie24walker",
  182. "RyanZombie25walker",
  183. "RyanZombie26walker",
  184. "RyanZombie27walker",
  185. "RyanZombie28walker",
  186. "RyanZombie29walker",
  187. "RyanZombie30walker",
  188. "RyanZombie31walker",
  189. "RyanZombie32walker",
  190. "RyanZombieCrawler1",
  191. "RyanZombieCrawler2",
  192. "RyanZombieCrawler3",
  193. "RyanZombieCrawler4",
  194. "RyanZombieCrawler5",
  195. "RyanZombieCrawler6",
  196. "RyanZombieCrawler7",
  197. "RyanZombieCrawler8",
  198. "RyanZombieCrawler9",
  199. "RyanZombieCrawler10",
  200. "RyanZombieCrawler11",
  201. "RyanZombieCrawler12",
  202. "RyanZombieCrawler13",
  203. "RyanZombieCrawler14",
  204. "RyanZombieCrawler15",
  205. "RyanZombieCrawler16",
  206. "RyanZombieCrawler17",
  207. "RyanZombieCrawler18",
  208. "RyanZombieCrawler19",
  209. "RyanZombieCrawler20",
  210. "RyanZombieCrawler21",
  211. "RyanZombieCrawler22",
  212. "RyanZombieCrawler23",
  213. "RyanZombieCrawler24",
  214. "RyanZombieCrawler25",
  215. "RyanZombieCrawler26",
  216. "RyanZombieCrawler27",
  217. "RyanZombieCrawler28",
  218. "RyanZombieCrawler29",
  219. "RyanZombieCrawler30",
  220. "RyanZombieCrawler31",
  221. "RyanZombieCrawler32"
  222. };
  223. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement