Hey guys,
Recently, I've been working on custom monsters for my conversion of Amnesia but I ran into a problem. Apparently, I can't attach particle systems to a monster. I attached a body to the monster and the particle system, however the particle system in-game stays where the monster is spawned at. This is probably due to the monsters animations messing everything up, but I would love to know if there would be a way to get this to work. The results in my opinion would be great.
Thanks
(11-26-2011, 07:32 AM)Krymtel Wrote: [ -> ]Hey guys,
Recently, I've been working on custom monsters for my conversion of Amnesia but I ran into a problem. Apparently, I can't attach particle systems to a monster. I attached a body to the monster and the particle system, however the particle system in-game stays where the monster is spawned at. This is probably due to the monsters animations messing everything up, but I would love to know if there would be a way to get this to work. The results in my opinion would be great.
Thanks
click on the monsters joints, go into the next tab, and attach the particles to the joint. Also make sure it is a looping particle.
(11-26-2011, 07:35 AM)Statyk Wrote: [ -> ] (11-26-2011, 07:32 AM)Krymtel Wrote: [ -> ]Hey guys,
Recently, I've been working on custom monsters for my conversion of Amnesia but I ran into a problem. Apparently, I can't attach particle systems to a monster. I attached a body to the monster and the particle system, however the particle system in-game stays where the monster is spawned at. This is probably due to the monsters animations messing everything up, but I would love to know if there would be a way to get this to work. The results in my opinion would be great.
Thanks
click on the monsters joints, go into the next tab, and attach the particles to the joint. Also make sure it is a looping particle.
So the particle system has to be following a joint, right? Would this mean it would be placed at the joint or just connected to it?
It's not working. I followed your steps exactly. Any suggestions?
Thanks
Question... What particle system are you using?
(11-26-2011, 08:10 AM)Statyk Wrote: [ -> ]Question... What particle system are you using?
My own custom particle system. I've tried default particle systems as well.
(11-26-2011, 08:15 AM)Krymtel Wrote: [ -> ]My own custom particle system. I've tried default particle systems as well.
how many are you attaching to the model?
View --> Outline --> Select a bone --> Edit attachments
gl

It may be more practical to create a particle system entity and use AddAttachedPropToProp() to attach the particle system entities on the monster.
I just attached to joints and saved after each attachment. Your Computer saw it =\ It worked for me.