# ALS-Community **Repository Path**: SAIKIO/ALS-Community ## Basic Information - **Project Name**: ALS-Community - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-12 - **Last Updated**: 2025-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Advanced Locomotion System - Community Version  Replicated and optimized version of [Advanced Locomotion System V4](https://www.unrealengine.com/marketplace/en-US/product/advanced-locomotion-system-v1) for **Unreal Engine 5.4** with additional bug fixes
## About This Repository Advanced Locomotion system is built upon pretty outdated animation programming techniques of pre Unreal Engine 5 era, and I highly recommended to utilize other available locomotion systems, such as Epic's Lyra sample project. This repository will only receive engine compatibility fixes from now. ## Supported Platforms - Windows - Linux *Console, Mac and mobile platforms are not tested and supported at the moment. Use the plugin on those platforms with your own risk.* ## Features - Fully implemented and optimized in C++. Implementation is based on latest marketplace release (V4) of ALS - Complete replication support with low bandwidth usage (Ragdoll replication is in experimental state) - Redesigned as plugin - Animation blueprint is optimized with new property binding feature - Player input is handled with new Enhanced Input Plugin - Mantling and debugging features are implemented as separate actor components to reduce total overhead on base character class - Improved footstep system with decal & Niagara particle support - Lots of additional bug fixes ## Known Issues & Discussion - See [Issues](https://github.com/dyanikoglu/ALS-Community/issues) section for list of known issues - See [Discussions](https://github.com/dyanikoglu/ALS-Community/discussions) section to discuss anything about the plugin, and ask questions. Please do not open an issue for questions. ## Documentation Instructions for setting up the plugin can be found on [Wiki](https://github.com/dyanikoglu/ALS-Community/wiki/Setting-Up-The-Plugin) section. ## License & Contribution **Source code** of the plugin is licensed under MIT license, and other developers are encouraged to fork the repository, open issues & pull requests to help the development.