Page 1 of 1

Foliage problem [Solved]

Posted: Thu Feb 21, 2013 3:30 pm
by LEO
Hey Guys i've got an foliage problem

Mr. MungeLog:

Code: Select all

ERROR[levelpack EAR.req]:Unexpected end of file while searching for closing bracket.
File : munged\pc\ear.prop.req(10)...
ERROR[levelpack EAR.req]:Unexpected end of file while searching for closing bracket.
File : munged\pc\ear.prop.req(10)...
 [continuing]
   2 Errors    0 Warnings

ERROR[levelpack EAR.req]:Unexpected end of file while searching for closing bracket.
File : munged\pc\ear.prop.req(10)...
ERROR[levelpack EAR.req]:Unexpected end of file while searching for closing bracket.
File : munged\pc\ear.prop.req(10)...
 [continuing]
   2 Errors    0 Warnings
Can anyone help??

Edit:
The Grass is untextured visible in the Editor. But I placed the Texture in the msh folder.

Re: Foliage

Posted: Thu Feb 21, 2013 4:11 pm
by CressAlbane
Looks like you may have a missing bracket in your .prp file. Would you mind posting it? And grass is supposed to be untextured in the editor, as it uses a special .msh for the editor called editor_grasspatch.

Re: Foliage

Posted: Thu Feb 21, 2013 4:18 pm
by LEO

Code: Select all

Layer(0)
   {
      SpreadFactor(0.3);
      Mesh()
      {
         GrassPatch("yav_prop_grass.odf", 30);
         File("editor_grasspatch.msh", 30);
         Frequency(100);
         Scale(1);
         Stiffness(0.0);
      }
   }
} Thats the F***** Error
I know the error

Closed

Re: Foliage

Posted: Thu Feb 21, 2013 4:33 pm
by Marth8880
Heh, yeeeaaah... It helps to edit these files using Notepad++ since it shows you when you have out-of-place brackets and parentheses.