Advertisement
Guest User

Untitled

a guest
May 21st, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. class DefaultClutter;
  2. class clutter
  3. {
  4. class aphx_drygrass1: DefaultClutter
  5. {
  6. model = "a3\plants_f\clutter\c_grassdead_tuft_stony.p3d";
  7. affectedByWind = 0.8;
  8. swLighting = 1;
  9. scaleMin = 0.5;
  10. scaleMax = 0.6;
  11. };
  12.  
  13. class aphx_germaderweeds: DefaultClutter
  14. {
  15. model = "a3\plants_f\clutter\c_strplantgermader_group.p3d";
  16. affectedByWind = 0.1;
  17. swLighting = 1;
  18. scaleMin = 0.9;
  19. scaleMax = 1.0;
  20. };
  21.  
  22. class aphx_weedshute: DefaultClutter
  23. {
  24. model = "a3\plants_f\clutter\c_grass_brushhigh_dry.p3d";
  25. affectedByWind = 0.8;
  26. swLighting = 1;
  27. scaleMin = 0.8;
  28. scaleMax = 0.9;
  29. };
  30.  
  31. class aphx_yellowflowerweed: DefaultClutter
  32. {
  33. model = "a3\plants_f\clutter\c_strthistleyellowshrub.p3d";
  34. affectedByWind = 0.1;
  35. swLighting = 1;
  36. scaleMin = 0.9;
  37. scaleMax = 1.0;
  38. };
  39.  
  40. class aphx_purpleweed: DefaultClutter
  41. {
  42. model = "a3\plants_f\clutter\c_strthistlepurple_small.p3d";
  43. affectedByWind = 0.1;
  44. swLighting = 1;
  45. scaleMin = 0.9;
  46. scaleMax = 1.0;
  47. };
  48.  
  49. class aphx_brnweedgrp: DefaultClutter
  50. {
  51. model = "a3\plants_f\clutter\c_strweedbrowntall_group.p3d";
  52. affectedByWind = 0.8;
  53. swLighting = 1;
  54. scaleMin = 0.6;
  55. scaleMax = 0.7;
  56. };
  57.  
  58. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement