Motion Weave

Shooter Setup

Layer aim and reload poses over the Character locomotion State in Game Creator 2 Shooter.

Game Creator 2 Shooter Setup

This is a quick setup for a Game Creator 2 Shooter weapon, using AK_Weapon as an example.

Aim

  1. In the shooter weapon, remove the current weapon state. From now on, the Character component's normal walk and run state handles locomotion.
  2. In the sight, remove the AK aim state.
  3. Create a Motion Weave State and assign the aim clip.
  4. In Body Part Weight, set Spine, Chest, and Upper Chest to 0.383. Set Head and Neck to 0.616. Leave the other values as they are, or adjust them for the character.
  5. In the sight's On Enter instructions, add Enter Motion Weave State. Assign the new Motion Weave State and use First Overlay Layer 10.
  6. In the sight's On Exit instructions, add Stop Motion Weave State with the same Character and First Overlay Layer 10.

The default walk or run state now stays active while the aim pose is layered on top.

Reload

Use the same pattern for reload:

  1. Create a Motion Weave State with the reload clip.
  2. Add Enter Motion Weave State when reload starts.
  3. Use First Overlay Layer 11, one layer above the aim State.
  4. Add Stop Motion Weave State when reload ends, using layer 11.

Because reload uses layer 11, it composes after the aim State on layer 10.