Site Operation (Attachment) (Actor)
Site Operation (Attachment)
(Editor Screenshot) (need screenshot of Leviathan with and without tentacles)
Description
A SOp used to determine which attachment point on a model an attached model or effect is attached to
Hint
Avoid attachment methods where possible if you want your attachments to be exactly right Often used in combination with several other SOp types
Each model has its own set of attachment points with some types or numbers that other models lack, you can view attachment points in the model previewer
Example Usage
Leviathan Tentacle A-D
The Leviathan tentacles use attachment SOps to attach them to Hardpoint attachment points on the Leviathan model with index numbers 0-3 so that when the main Leviathan unit actor creates them under it's events they appear attached to the right attachment points.
URL
As Leviathan comes with the campaign dependencies no URL is needed
Tutorial: [Data] Working with Attachments (Beginner Difficulty)
A good clear tutorial that creates a bunker with an attached autoturret which has a shield attached to the turret. Attachment SOps are used to get the actors attached to the right hardpoints and Hosting is used to determine which model is attached to which.
URL
Tutorial: [Data] Working with Hosting and Site Operations - The Uberlisk, Axis Alignment and More!
A tutorial inspired by the Blizzcon uberlisk with six tentacles attached to it's back. Shows how to create an Uberlisk using attachment SOps to determine the starting location of the attached spine crawlers before moving them using Site Opperation (Local Offset).
URL
Fields Description
Actor Flags
- Unknown
Actor - Force Soft Attach
- Allows the attachment to choose another attachment point of the same type should it be unable to occupy the designated one
Actor - Hold Position
- When enabled prevents the model from moving from the spot it is created
- Not very useful except for structures
Actor - Hold Rotation
- When enabled prevents the model from rotating relative to the global axis
- Not very useful for SOp (Attachment)
Attachment - Attachment Query - Fallback
- Unknown
- Potentially used to relocate the attachment
Attachment - Attachment Query - Methods
- Uses Attachment Methods or chooses a hard point directly
- Use Direct methods if possible
Attachment - Reattachment Query - Fallback
- Unknown
Attachment - Reattachment Query - Methods
- Unknown
Attachment - Source
- Unknown
Hosting - Host Supporter+
- Used by events to refer to the supporter actor using the ::Supporter System reference
Properties+
- Determine what properties are inherited from the host unit
Related
Needs link to Unit and model actors and Attachment Methods