diff --git a/Foliage/MAX.prp b/Foliage/MAX.prp index 40a2ace..4420518 100644 --- a/Foliage/MAX.prp +++ b/Foliage/MAX.prp @@ -47,28 +47,14 @@ Layer(0) Layer(1) { - SpreadFactor(0.4); - Mesh() - { - File("end_prop_fern5.msh", 30); - Frequency(20); - Scale(1); - Stiffness(0.0); - CollisionSound("foliage_collision"); - ColorVariation(0.2); - AIVisibilityFactor(0.7,1.0); - } - - Mesh() - { - File("end_prop_treeclump_1.msh", 50); + GrassPatch("end_fern.odf", 70); + File("editor_grasspatch.msh", 80); Frequency(50); Scale(1); Stiffness(0.0); - CollisionSound("foliage_collision"); + CollisionSound("foliage_collision"); ColorVariation(0.2); - AIVisibilityFactor(0.35,0.6); - } + AIVisibilityFactor(0.7,1.0); } Layer(2) diff --git a/Foliage/MSH/editor_grasspatch.msh b/Foliage/MSH/editor_grasspatch.msh new file mode 100644 index 0000000..732ed4c Binary files /dev/null and b/Foliage/MSH/editor_grasspatch.msh differ diff --git a/Foliage/MSH/editor_grasspatch_small.msh b/Foliage/MSH/editor_grasspatch_small.msh new file mode 100644 index 0000000..c42d153 Binary files /dev/null and b/Foliage/MSH/editor_grasspatch_small.msh differ diff --git a/Foliage/MSH/end_grass.tga b/Foliage/MSH/end_grass.tga new file mode 100644 index 0000000..b76ba3f Binary files /dev/null and b/Foliage/MSH/end_grass.tga differ diff --git a/Foliage/MSH/end_grass_tall.tga b/Foliage/MSH/end_grass_tall.tga new file mode 100644 index 0000000..b76ba3f Binary files /dev/null and b/Foliage/MSH/end_grass_tall.tga differ diff --git a/Foliage/MSH/end_leaf2.tga b/Foliage/MSH/end_leaf2.tga new file mode 100644 index 0000000..5491dbf Binary files /dev/null and b/Foliage/MSH/end_leaf2.tga differ