Advertisement
Guest User

cfgclutter.hpp

a guest
Jul 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. class Clutter
  2. {
  3. class GrasGruenGroup: DefaultClutter
  4. {
  5. model = "A3\plants_f\Clutter\c_StrGrassGreen_group.p3d";
  6. affectedByWind = 0.6;
  7. swLighting = "true";
  8. scaleMin = 0.5;
  9. scaleMax = 1.5;
  10. };
  11.  
  12. class rasen_gras_eins: DefaultClutter
  13. {
  14. model = "A3\plants_f\Clutter\c_GrassDesert_GroupHard.p3d";
  15. afffectedByWind = 0.6;
  16. swLighting = "true";
  17. scaleMin = 0.6;
  18. scaleMax = 1.0;
  19. };
  20.  
  21. class rasen_blumen_eins: DefaultClutter
  22. {
  23. model = "A3\plants_f\Clutter\c_Flower_BrushMedium_Blue.p3d";
  24. afffectedByWind = 0.6;
  25. swLighting = "true";
  26. scaleMin = 0.6;
  27. scaleMax = 1.0;
  28. };
  29.  
  30. class rasen_blumen_zwei: DefaultClutter
  31. {
  32. model = "A3\plants_f\Clutter\c_Flower_cakile.p3d";
  33. afffectedByWind = 0.6;
  34. swLighting = "true";
  35. scaleMin = 0.6;
  36. scaleMax = 1.0;
  37. };
  38. class rasen_blumen_drei: DefaultClutter
  39. {
  40. model = "A3\plants_f\Clutter\c_Flower_low_yellow1.p3d";
  41. afffectedByWind = 0.6;
  42. swLighting = "true";
  43. scaleMin = 0.6;
  44. scaleMax = 1.0;
  45. };
  46. class waldboden: DefaultClutter
  47. {
  48. model = "A3\plants_f\Clutter\c_Grass_Tall_Dead.p3d";
  49. afffectedByWind = 0.6;
  50. swLighting = "true";
  51. scaleMin = 0.5;
  52. scaleMax = 0.8;
  53. };
  54. class waldboden2: DefaultClutter
  55. {
  56. model = "A3\plants_f\Clutter\c_Grass_brushhigh_green.p3d";
  57. afffectedByWind = 0.6;
  58. swLighting = "true";
  59. scaleMin = 0.5;
  60. scaleMax = 0.85;
  61. };
  62.  
  63. class waldboden3: DefaultClutter
  64. {
  65. model = "A3\plants_f\Clutter\c_bigfallenbranches_pine03.p3d";
  66. afffectedByWind = 0.6;
  67. swLighting = "true";
  68. scaleMin = 0.3;
  69. scaleMax = 0.7;
  70. };
  71. class waldboden4: DefaultClutter
  72. {
  73. model = "A3\plants_f\Clutter\c_grass_green.p3d";
  74. afffectedByWind = 0.6;
  75. swLighting = "true";
  76. scaleMin = 0.3;
  77. scaleMax = 0.7;
  78. };
  79.  
  80. class trocken: DefaultClutter
  81. {
  82. model = "A3\plants_f\Clutter\c_StrGrassGreen_group.p3d";
  83. afffectedByWind = 0.6;
  84. swLighting = "true";
  85. scaleMin = 0.3;
  86. scaleMax = 1;
  87. };
  88. class trocken_zwei: DefaultClutter
  89. {
  90. model = "A3\plants_f\Clutter\c_Grass_Tall_Dead.p3d";
  91. afffectedByWind = 0.6;
  92. swLighting = "true";
  93. scaleMin = 0.4;
  94. scaleMax = 1.0;
  95. };
  96. class trocken_drei: DefaultClutter
  97. {
  98. model = "A3\plants_f\Clutter\c_Grass_brushhigh_green.p3d";
  99. afffectedByWind = 0.6;
  100. swLighting = "true";
  101. scaleMin = 0.3;
  102. scaleMax = 1.3;
  103. };
  104. class trocken_vier: DefaultClutter
  105. {
  106. model = "A3\plants_f\Clutter\c_Grass_bunch_small.p3d";
  107. afffectedByWind = 0.6;
  108. swLighting = "true";
  109. scaleMin = 0.2;
  110. scaleMax = 1.2;
  111. };
  112. class trocken_fuenf: DefaultClutter
  113. {
  114. model = "A3\plants_f\Clutter\c_Grass_tuftdry.p3d";
  115. afffectedByWind = 0.6;
  116. swLighting = "true";
  117. scaleMin = 0.3;
  118. scaleMax = 1;
  119. };
  120.  
  121. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement