Cloth Addon Help
Posted: Fri Jun 12, 2015 10:57 am
I'm sure I'm doing this right, but my addon cloth isn't showing up in game. I am using the Jedi Robes i got from http://www.gametoast.com/viewtopic.php?f=64&t=23298.
I have this in the cloth ODF:
And this in my unit ODF: (SHORTENED)
In my msh folder, there are all the .tga files and .msh files that come with the download. But when I clean/munge/load, the cape doesnt show up (only the model).
I have this in the cloth ODF:
Code: Select all
[GameObjectClass]
ClassLabel = "cloth"
[Properties]
attachedmesh = "rep_inf_jedi_male_open"
WindDirection = "100 -120"
WindSpeed = 0.3
Dampening = 0.5
Drag = -2.25
ParticleMass = 1.25
MaxAcceleration = 20
Priority = 1
Transparent = 0
CrossConstraint = 1
BendConstraint = 1
StretchConstraint = 1Code: Select all
[GameObjectClass]
ClassParent = "com_jedi_default"
GeometryName = "rep_inf_jedi_male_open.msh"