This article's documentation is for anything that uses the Source engine. Click here for more information.

$hgroup

From Valve Developer Community
Revision as of 20:54, 18 July 2025 by Equalizer5118 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

$hgroup is a QC command available in all Source Source games. Puts auto generated hitboxes into groups based on their parent bone. Groups also propagate down to the children.

$hgroup 1 "Bip01 Head"
$hgroup 3 "Bip01 Pelvis"
$hgroup 2 "Bip01 Spine2"
$hgroup 4 "Bip01 L Arm1"
$hgroup 5 "Bip01 R Arm1"
$hgroup 6 "Bip01 L Leg"
$hgroup 7 "Bip01 R Leg"

Syntax

$hgroup (group) (bone name)