Skip to content

Commit 5e553e2

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
2 parents 607f37c + dd3b51d commit 5e553e2

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,19 @@ Replicated and optimized community version of [Advanced Locomotion System V4](ht
1818
- Fully implemented in C++
1919
- Full replication support with low bandwidth usage (Ragdoll replication is in experimental state)
2020
- Plugin structure
21+
- Animation Blueprint is optimized with new property binding feature
22+
- Inputs are handled with Enhanced Input System
2123
- Highly optimized for production
22-
- Mantling and debugging features are implemented as a separate plug-in/plug-out type actor component to reduce total overhead on base character class
23-
- Improved footstep behavior with Niagara particle & decal support.
24+
- Mantling and debugging features are implemented as a separate actor components to reduce total overhead on base character class
25+
- Improved footstep behavior with Niagara particle & decal support
2426
- Lots of bug fixes additional to marketplace version
2527

2628
## Known Issues & Discussion
2729
- See [Issues](https://github.com/dyanikoglu/ALS-Community/issues) section for list of known issues
2830
- 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.
2931

30-
## Setting Up The Plugin
31-
- **C++ project is a requirement. BP projects are currently not supported.**
32-
- Clone the repository inside your project's `Plugins` folder, or download the latest release and extract it into your project's `Plugins` folder.
33-
- Build your project from Visual Studio
34-
- Launch the project, and enable plugin content viewer as seen below. This will show contents of the plugin in your content browser:
35-
![image](https://github.com/dyanikoglu/ALS-Community/raw/main/Resources/Readme_Content_1.png)
36-
37-
## Functions To Override In Blueprints
38-
- There are a few functions you will need to override in blueprints. You will also need to update these functions for every new overlay state you add. These are commented in the C++ code, but are listed here for quick reference as well.
39-
- In your player character blueprint: **GetGetUpAnimation** & **GetRollAnimation**
40-
- In the MantleComponent: **GetMantleAsset**
32+
## Documentation
33+
Instructions for setting up the plugin can be found on [Wiki](https://github.com/dyanikoglu/ALS-Community/wiki/Setting-Up-The-Plugin) section.
4134

4235
## License & Contribution
4336
**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.

0 commit comments

Comments
 (0)