map im making has a CTF game mode in it . im having a little polishing problem with the FLAG!
right now when a hero picks it up it simply goes in his Inventory , i was wondering how i would go about to Attaching it to the HEroes BACK , so other players can CLEARLY see who has the flag.
any ideas on how this is done? actors? behaviour? triggers?
I would add a Carry Behavior to the item and use an actor of type Model, based on ModelAnimationStyleContinuous.
Open the Events + - field and add following events:
Behavior.(MyCarryBehavior).on
create
Behavior.(MyCarryBehavior).off
destroy
Select your desired graphical effect, set the Host to _Selectable, use Host Site Operations to attach the graphics at your desired attachment point (for example SOpAttachOverhead).
Hey every one
map im making has a CTF game mode in it . im having a little polishing problem with the FLAG!
right now when a hero picks it up it simply goes in his Inventory , i was wondering how i would go about to Attaching it to the HEroes BACK , so other players can CLEARLY see who has the flag.
any ideas on how this is done? actors? behaviour? triggers?
None of the attachment tutorials helped You?
and yeah, done with actors
I would add a Carry Behavior to the item and use an actor of type Model, based on ModelAnimationStyleContinuous.
Open the Events + - field and add following events:
Select your desired graphical effect, set the Host to _Selectable, use Host Site Operations to attach the graphics at your desired attachment point (for example SOpAttachOverhead).
cool , thanx for the help :)