Advertisement
Guest User

clutter

a guest
Oct 10th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. class Clutter
  2. {
  3. class DefaultClutter;
  4. class Grass_Green1: DefaultClutter
  5. {
  6. model = "arma3map\kapolei\data\clutter\c_StrGrassGreen_group.p3d";
  7. affectedByWind = 0.6;
  8. swLighting = "true";
  9. scaleMin = 0.7;
  10. scaleMax = 1.0;
  11. };
  12. class Grass_Green2: DefaultClutter
  13. {
  14. model = "arma3map\kapolei\data\clutter\c_GrassGreen_GroupSoft.p3d";
  15. affectedByWind = 0.6;
  16. swLighting = "true";
  17. scaleMin = 0.7;
  18. scaleMax = 1.0;
  19. };
  20. class Grass_Green3: DefaultClutter
  21. {
  22. model = "arma3map\kapolei\data\clutter\c_Grass_Green.p3d";
  23. affectedByWind = 0.6;
  24. swLighting = "true";
  25. scaleMin = 0.7;
  26. scaleMax = 1.0;
  27. };
  28. class Grass_Green4: DefaultClutter
  29. {
  30. model = "arma3map\kapolei\data\clutter\c_GrassGreen_GroupHard.p3d";
  31. affectedByWind = 0.6;
  32. swLighting = "true";
  33. scaleMin = 0.7;
  34. scaleMax = 1.0;
  35. };
  36. class drier_grass: DefaultClutter
  37. {
  38. model = "arma3map\kapolei\data\clutter\c_StrWeedBrownTall_group.p3d";
  39. affectedByWind = 0.6;
  40. swLighting = "true";
  41. scaleMin = 0.7;
  42. scaleMax = 1.0;
  43. };
  44. class stones1: DefaultClutter
  45. {
  46. model = "arma3map\kapolei\data\clutter\c_sharpStones_erosion.p3d";
  47. affectedByWind = 0.6;
  48. swLighting = "true";
  49. scaleMin = 0.7;
  50. scaleMax = 1.0;
  51. };
  52. class stones2: DefaultClutter
  53. {
  54. model = "arma3map\kapolei\data\clutter\c_sharpStones_erosion_v2.p3d";
  55. affectedByWind = 0.6;
  56. swLighting = "true";
  57. scaleMin = 0.7;
  58. scaleMax = 1.0;
  59. };
  60. class flower1: DefaultClutter
  61. {
  62. model = "arma3map\kapolei\data\clutter\c_Flower_Low_Yellow1.p3d";
  63. affectedByWind = 0.6;
  64. swLighting = "true";
  65. scaleMin = 0.7;
  66. scaleMax = 1.0;
  67. };
  68. class flower2: DefaultClutter
  69. {
  70. model = "arma3map\kapolei\data\clutter\c_Flower_Low_Yellow2.p3d";
  71. affectedByWind = 0.6;
  72. swLighting = "true";
  73. scaleMin = 0.7;
  74. scaleMax = 1.0;
  75. };
  76. class flower3: DefaultClutter
  77. {
  78. model = "arma3map\kapolei\data\clutter\c_Flower_Medium_White1.p3d";
  79. affectedByWind = 0.6;
  80. swLighting = "true";
  81. scaleMin = 0.7;
  82. scaleMax = 1.0;
  83. };
  84. class flower4: DefaultClutter
  85. {
  86. model = "arma3map\kapolei\data\clutter\c_Flower_Medium_White2.p3d";
  87. affectedByWind = 0.6;
  88. swLighting = "true";
  89. scaleMin = 0.7;
  90. scaleMax = 1.0;
  91. };
  92. class flower5: DefaultClutter
  93. {
  94. model = "arma3map\kapolei\data\clutter\c_Flower_Tansy.p3d";
  95. affectedByWind = 0.6;
  96. swLighting = "true";
  97. scaleMin = 0.7;
  98. scaleMax = 1.0;
  99. };
  100. class flower6: DefaultClutter
  101. {
  102. model = "arma3map\kapolei\data\clutter\c_Flower_Cakile.p3d";
  103. affectedByWind = 0.6;
  104. swLighting = "true";
  105. scaleMin = 0.7;
  106. scaleMax = 1.0;
  107. };
  108. class brush1: DefaultClutter
  109. {
  110. model = "arma3map\kapolei\data\clutter\c_Grass_BrushHigh_Green.p3d";
  111. affectedByWind = 0.6;
  112. swLighting = "true";
  113. scaleMin = 0.7;
  114. scaleMax = 1.0;
  115. };
  116. class brush2: DefaultClutter
  117. {
  118. model = "arma3map\kapolei\data\clutter\c_Grass_BrushLow_Sharp.p3d";
  119. affectedByWind = 0.6;
  120. swLighting = "true";
  121. scaleMin = 0.7;
  122. scaleMax = 1.0;
  123. };
  124. class brush3: DefaultClutter
  125. {
  126. model = "arma3map\kapolei\data\clutter\c_Grass_Bunch_Small.p3d";
  127. affectedByWind = 0.6;
  128. swLighting = "true";
  129. scaleMin = 0.7;
  130. scaleMax = 1.0;
  131. };
  132. class weed1: DefaultClutter
  133. {
  134. model = "arma3map\kapolei\data\clutter\c_StrWeedBrownTall_group.p3d";
  135. affectedByWind = 0.6;
  136. swLighting = "true";
  137. scaleMin = 0.7;
  138. scaleMax = 1.0;
  139. };
  140. class weed2: DefaultClutter
  141. {
  142. model = "arma3map\kapolei\data\clutter\c_StrWeedGreenTall.p3d";
  143. affectedByWind = 0.6;
  144. swLighting = "true";
  145. scaleMin = 0.7;
  146. scaleMax = 1.0;
  147. };
  148. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement