Sixze / ALS-Refactored

Completely reworked and improved C++ version of Advanced Locomotion System V4.
MIT License
977 stars 273 forks source link

Add-on for Sidescroller Template with FPS and TPS in ALS #551

Closed Riteshp2001 closed 1 month ago

Riteshp2001 commented 2 months ago

I'm working on a sidescroller game in Unreal Engine 5 using the ALSv4 template. I feel frustrated by the limitations of the default movement and camera system, which doesn't fully support the dynamic movement and gameplay needed for a sidescroller.

Manual Camera Setup: Manually adjust the camera for each level and event. However, this lacks the flexibility and responsiveness needed for dynamic gameplay.

Basic ALSv4 System: Using the default ALSv4 setup for a sidescroller game, but this doesn’t offer the depth of movement or interaction I need for a polished sidescroller.