This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hey guys,
I have created a unit based on Ghost, and he fires projectile (based of Battlecruiser). The problem is, the projectile comes out of his feet! Is there a way to make it come out some what closer to hes gun?
Thanks
Go to your attack actor. Check these three fields:
Launch Attachment Query +: Set it to AMFilterWeapon
Missile: Set it to your Missile Model (use the drop down menu, don't type it in)
Events +: Make sure it is layed out like so:
Effect.(Your Launch Effect).Start
At Caster (Term)
Create
Effect.(Your Impact Effect).Start.
FromEffectTreeDescendant (Term)
Action Impact
Also, please use the search function in the future. This has been asked countless time in the past.
@wingednosering: Go
Thank you so much :) And okay, I'll search more in the future.
Hey guys,
I have created a unit based on Ghost, and he fires projectile (based of Battlecruiser). The problem is, the projectile comes out of his feet! Is there a way to make it come out some what closer to hes gun?
Thanks
Go to your attack actor. Check these three fields:
Launch Attachment Query +: Set it to AMFilterWeapon
Missile: Set it to your Missile Model (use the drop down menu, don't type it in)
Events +: Make sure it is layed out like so:
Effect.(Your Launch Effect).Start
At Caster (Term)
Create
Effect.(Your Impact Effect).Start.
At Caster (Term)
FromEffectTreeDescendant (Term)
Action Impact
Also, please use the search function in the future. This has been asked countless time in the past.
@wingednosering: Go
Thank you so much :) And okay, I'll search more in the future.