You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ALSXT.uplugin
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
{
2
2
"FileVersion": 3,
3
3
"Version": 1,
4
-
"VersionName": ".2",
4
+
"VersionName": ".5",
5
5
"FriendlyName": "ALSXT",
6
-
"Description": "An Unreal Engine 5 plugin that extends ALS-Refactored with a set of popular replicated gameplay features, to demonstrate the extendability of ALS-Refactored in a Modular, Data-Driven, UE5 Way.",
6
+
"Description": "An Unreal Engine 5 plugin that extends ALS-Refactored into a Modular, GAS-based, Data-oriented, Character System with the Latest UE5 Features.",
Copy file name to clipboardExpand all lines: README.md
+30-19Lines changed: 30 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
<h1align="center">ALSXT</h1>
2
+
<palign="center">
3
+
<b>Seize the Means of Animation</b>
4
+
</p>
2
5
3
6
<palign="center">
4
7
<imgsrc="ALSXT.png"alt="ALSXT">
@@ -25,9 +28,9 @@
25
28
> [!NOTE]
26
29
> Following the acquisition of GitHub by Micro$lop, we have taken principled action and have begun primarily hosting code and content on [Codeberg](https://codeberg.org/Voidware-Prohibited/). Mirrors will still be maintained on [GitHub](https://github.com/Voidware-Prohibited/ALSXT/) and [GitLab](https://gitlab.com/Voidware-Prohibited/ALSXT/).
27
30
28
-
An Unreal Engine 5 plugin that extends ALS-Refactored into a Modular, GAS-based, Data-oriented, Character Systemwith the Latest UE5 Features. The feature-set is informed the parent project [Target Vector](https://github.com/Voidware-Prohibited/TargetVector/).
31
+
ALSXT is a modular, GAS-based Unreal Engine 5 plugin that extends ALS-Refactored into a cutting-edge Character System. ALSXT empowers developers with AAA animation and features like Character Customization, runtime Mesh Painting, Gameplay Camera System, Combat, Impact Reactions, and advanced Firearms mechanics with Procedural Aim and Recoil, all streamlined into a rapid, data-driven workflow, ensuring stability without sacrificing flexibility. A part of the [Target Vector](https://github.com/Voidware-Prohibited/TargetVector/) framework.
- Generate truly unlimited, unique and immersive Characters with extensive States, deep Character Customization, Southpaw and support for blending multiple Locomotion and Overlay Layers.
@@ -54,7 +57,7 @@ An Unreal Engine 5 plugin that extends ALS-Refactored into a Modular, GAS-based,
54
57
55
58
## Improvements
56
59
- Alsxt Character Movement Component - Expanded Movement Featurees and GAS Integration
57
-
- Expanded Character States - Combat Stance, Sex, Variant, Weapon Ready Position, etc
60
+
- Expanded Character States - Orthodox/Southpaw Stances, Locmotion Variants, Readiness, Weapon Ready Position, etc
58
61
- Expanded Footprints System - Independent foot states, Saturation, Material Transfer, Vertex Paint Support(Static Mesh only, In Progress)
59
62
60
63
## New Features
@@ -65,19 +68,19 @@ An Unreal Engine 5 plugin that extends ALS-Refactored into a Modular, GAS-based,
65
68
- Gameplay Camera System Director
66
69
- Third and First Person Camera Rigs
67
70
- GAS Gameplay Abilities - With Cost Gameplay Effects
68
-
- Nearly all exiting Input Actions
71
+
- Nearly all existing Input Actions
69
72
- Movement Ability that can modify Regen Magnitudes
70
73
- Extended State Input Actions
71
74
- New Locomotion Actions: Slide, Flip, Hold Breath, Focus
72
-
- + More
75
+
- Plus more
73
76
- GAS Gameplay Effects
74
77
- Staus Effects, such as Injuries, that modify Movement Speed Magnitudes
75
78
- Stamina Regen with Magnitude
76
79
- Hold Breath Regen with Magnitude
77
80
- GAS Gameplay Attribute Sets
78
81
- Stamina
79
82
- Breath
80
-
- + More
83
+
- Plus more
81
84
- Advanced Customizable and Paintable Master Materials for Characters and Objects
82
85
83
86
### Firearm Features
@@ -92,12 +95,12 @@ An Unreal Engine 5 plugin that extends ALS-Refactored into a Modular, GAS-based,
92
95
## Features In Development
93
96
- Smart Object based Generic Interaction System
94
97
- Contextual Animation
95
-
- Combat System
96
-
- Impact Reactions (Blending reaction animations with Physical Animation)
98
+
- Combat System with Targeting
99
+
- Impact Reactions System
97
100
- Physical Animation
98
101
- Character Customization
99
102
- Paintable Mesh Components
100
-
- Character Sound Component
103
+
- Character Sounds
101
104
- Vaulting
102
105
- Idle Animation Component
103
106
@@ -124,14 +127,6 @@ An Unreal Engine 5 plugin that extends ALS-Refactored into a Modular, GAS-based,
124
127
- Untested: XCode (MacOS), Jetbrains Rider, VS Code, Visual Studio (Linux)
125
128
- clang -20 13.0.1
126
129
127
-
## CI System Requirements
128
-
Systems performing Continous Intergration Workflows will have additional requirements depending on the CI solution used.
129
-
- Git
130
-
- OpenCppCoverage
131
-
- Domain Name or ngrok (For Self Hosted CI)
132
-
- Workflow Actions services and Runners configured for Forgejo/Codeberg, GitHub or GitLab.
133
-
- Jenkins and Java 11 (For Jenkins)
134
-
135
130
## Engine Plugins
136
131
The following are built-in Engine plugins that are enabled in the Plugins window. Warning: some plugins may be Experimental or Beta software.
@@ -155,6 +150,23 @@ The following are built-in Engine plugins that are enabled in the Plugins window
155
150
The following plugins require cloning or downloading into your projects `Plugins` folder.
156
151
-[Advanced Locomotion System Refactored](https://github.com/Sixze/ALS-Refactored/)
157
152
153
+
## Vertex Detection
154
+
To enable vertex detection in packaged builds (required for line tracing, procedural mesh, or runtime vertex inspection), you must enable Allow CPU Access on each mesh. This setting ensures vertex data is not stripped during cooking, allowing CPU-based functions to read vertex buffers at runtime.
155
+
156
+
For each Static Mesh:
157
+
- Open the Static Mes in the Content Browser.
158
+
- In the Details panel, check "Allow CPU Access".
159
+
- Bulk Edit Meshes: For multiple meshes, select them in the Content Browser, right-click, and use Asset Actions > Bulk Edit via Property Matrix to enable this setting in bulk.
160
+
- Rebuild/Repackage: Save the meshes and repackage the project for the changes to take effect in the build.
161
+
162
+
## CI System Requirements
163
+
Systems performing Continous Intergration Workflows will have additional requirements depending on the CI solution used.
164
+
- Git
165
+
- OpenCppCoverage
166
+
- Domain Name or ngrok (For Self Hosted CI)
167
+
- Workflow Actions services and Runners configured for Forgejo/Codeberg, GitHub or GitLab.
0 commit comments