Skip to content

ALS

ALS on FAB marketplace
ALS on FAB marketplace

ALS on FAB

ALS (Advanced Locomotion System) is a free, open-source locomotion framework for Unreal Engine, originally created by Longmire Locomotion.

It provides a highly polished, production-quality character movement system that handles the complex blending and state logic that’s typically painful to build from scratch. Key features include:

  • 8-directional movement with smooth blending between walk, run, sprint
  • Stances — standing and crouching, with transitions
  • Overlay states — allows layering different upper-body poses (holding a rifle, pistol, bow, etc.) on top of the base locomotion
  • Aim offset & IK — foot IK, hand IK, look-at
  • Ragdoll & getting-up system
  • Camera system — third-person with shoulder swap
  • Mantling / vaulting (ability to climb or vault over obstacles like walls, railings, and boxes)
  • In-air states with fall blending

VersionNotes
ALS v4 (Last update: October 9, 2024)The classic Blueprint-only version
ALS-RefactoredCommunity-maintained C++ rewrites with extra features