Code: Select all
File("desert_grass.msh", 30);I have the stock naboo grass/grass_close odf for it, anyone know what could be wrong?
EDIT:

That is what I mean.
Moderator: Moderators

Code: Select all
File("desert_grass.msh", 30);


Code: Select all
Layer(0)
{
SpreadFactor(0.3);
Mesh()
{
GrassPatch("GRASS.odf", 60);
File("NEWMODEL.msh", 50);
Frequency(100);
Scale(1);
Stiffness(0.0);
CollisionSound("foliage_collision");
}Code: Select all
Layer(0)
{
SpreadFactor(0.4);
Mesh()
{
File("NEWMODEL.msh", 30);
Frequency(20);
Scale(2);
Stiffness(0.0);
CollisionSound("foliage_collision");
ColorVariation(0.2);
AIVisibilityFactor(0.7,1.0);
}
}

;DDarth_Spiderpig wrote:No need, got it all working.
Darth_Spiderpig wrote:I wanted to change the msh of the naboo foliage to Sky's desert grass model
