Phys bone follower

From Valve Developer Community
Revision as of 06:45, 27 May 2018 by Ficool2 (talk | contribs) (Created page with "{{stub}} {{base point|phys_bone_follower}} All props (except prop_static and prop_detail), generate phys_bone_followers if they have a collision model. These bone fol...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

Template:Base point

All props (except prop_static and prop_detail), generate phys_bone_followers if they have a collision model. These bone followers are created for every attachment on the model, and if it doesn't have any, it will create a default one. These can quickly eat up the edict count! However, if the "Disable Bone Followers" keyvalue on the prop entity is set to Yes, the prop will disable bone followers, although the prop will no longer have a functioning collision model.

Tip.pngTip:A model can be modified to to remove all attachments except the necessary needed, to decrease the amount of bone followers and therefore save the edict count and allow a functioning collision model.
Todo: More information is needed! Why exactly is this entity needed/created?