Added Foliage group with msh and odfs

This commit is contained in:
Maxim Stewart 2017-06-12 02:28:24 -05:00
parent 245508437f
commit bfe588cd5f
32 changed files with 163 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 75e7f1082244dfbfebb9fde78c69435205ad8c28

120
Foliage/MAX.prp Normal file
View File

@ -0,0 +1,120 @@
Layer(0)
{
SpreadFactor(0.2);
// Mesh()
// {
// GrassPatch("end_fern.odf", 70);
// File("editor_grasspatch.msh", 80);
// Frequency(50);
// Scale(1);
// Stiffness(0.0);
// CollisionSound("foliage_collision");
// ColorVariation(0.2);
// AIVisibilityFactor(0.7,1.0);
// }
Mesh()
{
File("end_prop_fern5.msh", 100);
Frequency(50);
Scale(1);
Stiffness(0.0);
CollisionSound("foliage_collision");
ColorVariation(0.2);
AIVisibilityFactor(0.7,1.0);
}
Mesh()
{
File("end_prop_fern5.msh", 150);
Frequency(70);
Scale(1);
Stiffness(0.0);
CollisionSound("foliage_collision");
ColorVariation(0.2);
AIVisibilityFactor(0.7,1.0);
}
Mesh()
{
GrassPatch("end_prop_grass.odf", 40);
File("editor_grasspatch.msh", 80);
Frequency(50);
Scale(1);
Stiffness(0.0);
CollisionSound("foliage_collision");
ColorVariation(0.2);
AIVisibilityFactor(0.40,0.9);
}
}
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);
Frequency(50);
Scale(1);
Stiffness(0.0);
CollisionSound("foliage_collision");
ColorVariation(0.2);
AIVisibilityFactor(0.35,0.6);
}
}
Layer(2)
{
SpreadFactor(0.4);
Mesh()
{
File("end_prop_foliage5.msh", 150);
Frequency(50);
Scale(1);
Stiffness(0.0);
CollisionSound("foliage_collision");
ColorVariation(0.1);
FadeDist(10.0);
AIVisibilityFactor(0.2,0.4);
}
Mesh()
{
File("end_prop_foliage6.msh", 200);
Frequency(50);
Scale(1);
Stiffness(0.5);
CollisionSound("foliage_collision");
ColorVariation(0.1);
FadeDist(10.0);
AIVisibilityFactor(0.1,0.2);
}
Mesh()
{
File("end_prop_foliage7.msh", 180);
Frequency(50);
Scale(1);
Stiffness(0.5);
CollisionSound("foliage_collision");
ColorVariation(0.1);
FadeDist(10.0);
AIVisibilityFactor(0.1,0.2);
}
}
TreeLine()
{
Path("jungle1")
{
Distance(28);
BorderOdf("end_prop_treebill.odf");
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

View File

@ -0,0 +1 @@
-nocollision

Binary file not shown.

View File

@ -0,0 +1 @@
-nocollision

Binary file not shown.

View File

@ -0,0 +1 @@
-nocollision

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,19 @@
[GameObjectClass]
ClassLabel = "grasspatch"
GeometryName = "editor_grasspatch.msh"
[Properties]
MinSize = "0.7"
MaxSize = "1.1"
Alpha = "1.0"
NumParticles = "100"
MaxDistance = "30"
Texture = "end_leaf2"
RadiusFadeMin = "3.0"
RadiusFadeMax = "4.0"
DarknessMin = "0.6"
DarknessMax = "1.0"

View File

@ -0,0 +1,20 @@
[GameObjectClass]
ClassLabel = "grasspatch"
GeometryName = "editor_grasspatch.msh"
[Properties]
MinSize = "2.5"
MaxSize = "3.5"
Alpha = "1.0"
NumParticles = "40"
MaxDistance = "40"
Texture = "end_grass_tall"
NumParts = "1"
RadiusFadeMin = "4.0"
RadiusFadeMax = "5.0"
DarknessMin = "0.5"
DarknessMax = "1.0"