NPC equipped weapons not visible #25

Open
opened 2026-03-18 09:00:33 +00:00 by kit · 0 comments
Owner

Problem

Weapons equipped by NPCs are not rendered. You can see the NPC model but not whatever weapon they're holding.

Likely cause

The server may not be streaming weapon attachment data for NPCs, or the client may not be parenting/attaching weapon models to NPC bone attachment points. This likely requires:

  1. Streaming the active weapon entity reference for NPCs
  2. Resolving the weapon's model
  3. Attaching the weapon model to the correct bone attachment point on the NPC model
## Problem Weapons equipped by NPCs are not rendered. You can see the NPC model but not whatever weapon they're holding. ## Likely cause The server may not be streaming weapon attachment data for NPCs, or the client may not be parenting/attaching weapon models to NPC bone attachment points. This likely requires: 1. Streaming the active weapon entity reference for NPCs 2. Resolving the weapon's model 3. Attaching the weapon model to the correct bone attachment point on the NPC model
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kit/gmod-web-stream#25
No description provided.