Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. class clutter
  2. {
  3. class coop_greengrass: DefaultClutter
  4. {
  5. model = "WW2\Objects_m\Vegetation\IF_Clutters_m\WW2_C_france_grass.p3d";
  6. affectedByWind = 0.2;
  7. swLighting = 0;
  8. scaleMin = 0.7;
  9. scaleMax = 1.2;
  10. };
  11. class coop_fern: DefaultClutter
  12. {
  13. model = "fow\fow_clutter_e\fow_fern.p3d";
  14. affectedByWind = 0.1;
  15. swLighting = 0;
  16. scaleMin = 0.3;
  17. scaleMax = 0.7;
  18. };
  19. class coop_hay_field: DefaultClutter
  20. {
  21. model = "fow\fow_clutter_e\fow_GrassTall.p3d";
  22. affectedByWind = 0.1;
  23. swLighting = 0;
  24. scaleMin = 0.3;
  25. scaleMax = 1;
  26. };
  27. class coop_french_flowers: DefaultClutter
  28. {
  29. model = "fow\fow_clutter_e\fow_flower_mix.p3d";
  30. affectedByWind = 0.1;
  31. swLighting = 0;
  32. scaleMin = 0.7;
  33. scaleMax = 1.1;
  34. };
  35. class coop_wheat: DefaultClutter
  36. {
  37. model = "fow\fow_clutter_e\fow_wheat_L.p3d";
  38. affectedByWind = 0.1;
  39. swLighting = 0;
  40. scaleMin = 0.7;
  41. scaleMax = 1.1;
  42. };
  43. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement