Advertisement
Guest User

cfgClutter

a guest
Sep 13th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. class Clutter
  2. {
  3. class JWC_Santo_BigFallenBranches_pine: DefaultClutter
  4. {
  5. model = "A3\Plants_F\Clutter\c_bigFallenBranches_pine.p3d";
  6. affectedByWind = 0.0;
  7. swLighting = "false";
  8. scaleMin = 0.3;
  9. scaleMax = 0.7;
  10. };
  11. class JWC_Santo_BigFallenBranches_pine02: DefaultClutter
  12. {
  13. model = "A3\Plants_F\Clutter\c_bigFallenBranches_pine02.p3d";
  14. affectedByWind = 0.0;
  15. swLighting = "false";
  16. scaleMin = 0.3;
  17. scaleMax = 0.7;
  18. };
  19. class JWC_Santo_BigFallenBranches_pine03: DefaultClutter
  20. {
  21. model = "A3\Plants_F\Clutter\c_bigFallenBranches_pine03.p3d";
  22. affectedByWind = 0.0;
  23. swLighting = "false";
  24. scaleMin = 0.3;
  25. scaleMax = 0.7;
  26. };
  27. class JWC_Santo_GrassGreenGroup: DefaultClutter
  28. {
  29. model = "A3\plants_f\Clutter\c_StrGrassGreen_group.p3d";
  30. affectedByWind = 0.6;
  31. swLighting = "true";
  32. scaleMin = 0.7;
  33. scaleMax = 1.0;
  34. };
  35. class JWC_Santo_GrassDry: DefaultClutter
  36. {
  37. model = "A3\plants_f\Clutter\c_StrGrassDry.p3d";
  38. affectedByWind = 0.5;
  39. swLighting = "true";
  40. scaleMin = 0.8;
  41. scaleMax = 1.2;
  42. };
  43. class JWC_Santo_GrassDryGroup: DefaultClutter
  44. {
  45. model = "A3\plants_f\Clutter\c_StrGrassDry_group.p3d";
  46. affectedByWind = 0.65;
  47. swLighting = "true";
  48. scaleMin = 0.65;
  49. scaleMax = 1.0;
  50. };
  51. class JWC_Santo_GrassDryMediumGroup: DefaultClutter
  52. {
  53. model = "A3\plants_f\Clutter\c_StrGrassDryMedium_group.p3d";
  54. affectedByWind = 0.7;
  55. swLighting = "true";
  56. scaleMin = 0.8;
  57. scaleMax = 1.0;
  58. };
  59. class JWC_Santo_WeedBrownTallGroup: DefaultClutter
  60. {
  61. model = "A3\plants_f\Clutter\c_StrWeedBrownTall_group.p3d";
  62. affectedByWind = 0.3;
  63. swLighting = "true";
  64. scaleMin = 0.9;
  65. scaleMax = 1.25;
  66. };
  67. class JWC_Santo_WeedGreenTall: DefaultClutter
  68. {
  69. model = "A3\plants_f\Clutter\c_StrWeedGreenTall.p3d";
  70. affectedByWind = 0.3;
  71. swLighting = "true";
  72. scaleMin = 0.8;
  73. scaleMax = 1.2;
  74. };
  75. class JWC_Santo_PlantMullein: DefaultClutter
  76. {
  77. model = "A3\plants_f\Clutter\c_StrPlantMullein.p3d";
  78. affectedByWind = 0.35;
  79. swLighting = "true";
  80. scaleMin = 0.7;
  81. scaleMax = 1.15;
  82. };
  83. class JWC_Santo_ThistleYellowShrub: DefaultClutter
  84. {
  85. model = "A3\plants_f\Clutter\c_StrThistleYellowShrub.p3d";
  86. affectedByWind = 0.2;
  87. swLighting = "true";
  88. scaleMin = 0.7;
  89. scaleMax = 1.1;
  90. };
  91. class JWC_Santo_ThistleThornGreen: DefaultClutter
  92. {
  93. model = "A3\plants_f\Clutter\c_Thistle_Thorn_Green.p3d";
  94. affectedByWind = 0.3;
  95. swLighting = "false";
  96. scaleMin = 0.3;
  97. scaleMax = 1.0;
  98. };
  99. class JWC_Santo_ThistleThornGreenSmall: DefaultClutter
  100. {
  101. model = "A3\plants_f\Clutter\c_Thistle_Thorn_Green.p3d";
  102. affectedByWind = 0.25;
  103. swLighting = "false";
  104. scaleMin = 0.4;
  105. scaleMax = 0.7;
  106. };
  107. class JWC_Santo_FlowerLowYellow2: DefaultClutter
  108. {
  109. model = "A3\plants_f\Clutter\c_Flower_Low_Yellow2.p3d";
  110. affectedByWind = 0.4;
  111. swLighting = "true";
  112. scaleMin = 0.6;
  113. scaleMax = 1.0;
  114. };
  115.  
  116. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement