I've been looking around in the data editor for where to edit the effect to appear over the casting units head. I'm trying to use the Stimpack model but whenever my characters use it, it appears right where they are. I'm trying to find a value for the offset or something similar but I'm having no luck. Any help would be appreciated.
In the actors StimpackStartImpact and StimpackEndImpact, you'll want to look at the field: HostSiteOperations. There you'll see SOpAttachOverhead; this tells the effect model to attach to the Overhead anchor point on the host model (in this case, marine or marauder). Just copy that and you'll be good to go.
I've been looking around in the data editor for where to edit the effect to appear over the casting units head. I'm trying to use the Stimpack model but whenever my characters use it, it appears right where they are. I'm trying to find a value for the offset or something similar but I'm having no luck. Any help would be appreciated.
@NotoriousSpy:
In the actors StimpackStartImpact and StimpackEndImpact, you'll want to look at the field: HostSiteOperations. There you'll see SOpAttachOverhead; this tells the effect model to attach to the Overhead anchor point on the host model (in this case, marine or marauder). Just copy that and you'll be good to go.
@xenrathe: Go
Thanks! it worked.