Page 1 of 1
Endor Tree Clump problem [Solved]
Posted: Wed Aug 01, 2007 10:25 pm
by authraw
I feel kinda dumb coming here for a missing msh file error, but I honestly don't know what to do...
I used end_prop_treeclump03 in my map. It shows up nicely in ZeroEditor. My map crashes while loading. The BFront2.log says that I'm missing end_prop_treeclump03.msh, but I definitely have that file in my msh folder:
What does this mean?
RE: Endor Tree Clump problem
Posted: Wed Aug 01, 2007 10:49 pm
by 1z2x3c
i had the same prob but i just didnt use it in my map
RE: Endor Tree Clump problem
Posted: Wed Aug 01, 2007 10:55 pm
by Teancum
Open up end_prop_treeclump03.odf, highlight everything, then paste this over it:
Code: Select all
[GameObjectClass]
ClassLabel = "prop"
GeometryName = "end_prop_treeclump03.msh"
[Properties]
GeometryName = "end_prop_treeclump03"
AttachOdf = "end_prop_godray"
AttachToHardPoint = "hp_godray"
AttachToHardPoint = "hp_godray6"
AttachToHardPoint = "hp_godray7"
AttachToHardPoint = "hp_godray8"
AttachToHardPoint = "hp_godray9"
AttachToHardPoint = "hp_godray10"
AttachToHardPoint = "hp_godray11"
AttachToHardPoint = "hp_godray12"
AttachToHardPoint = "hp_godray13"
AttachToHardPoint = "hp_godray14"
AttachToHardPoint = "hp_godray15"
What happened is they left '.msh' in the second GeometryName.
RE: Endor Tree Clump problem
Posted: Wed Aug 01, 2007 11:53 pm
by authraw
Wow. I'm glad it wasn't me this time. Silly devs.
Thanks.