Few of them working if you go to attachment actor and remove the Unit Birth creat, and instead this you make a Unit Birth creat part in the host actor. It not solved all the attachment bugs but a it solved few of mine but not all of them, so I started to attach them with 3ds studio max.
My other problems are fixed, they get bugged from testing m3a addition.and when I removed those changes they work fine again. So this tutorial can work again. :)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
@MangledMind: Go
Few of them working if you go to attachment actor and remove the Unit Birth creat, and instead this you make a Unit Birth creat part in the host actor. It not solved all the attachment bugs but a it solved few of mine but not all of them, so I started to attach them with 3ds studio max.
in host actor(xml view) type in like this:
<On index="nextqueuenumber" Terms="UnitBirth.HostID" Send="Create AttachmentID"/>
nextqueuenumber= last index +1. if your last index=10 then new one is 11
HostID means the ID of unit actor that you use as host. for example Troll
AttachmentID means the ID of attachment actor that you use as attachment. for example TrollHelmet.
then code is like this:
<On index="11" Terms="UnitBirth.Troll" Send="Create TrollHelmet"/>
@ragadozo444: Go
My other problems are fixed, they get bugged from testing m3a addition.and when I removed those changes they work fine again. So this tutorial can work again. :)