Commit 643ec90
committed
Add DataConfig and update ALSXT
1 parent 95038f2 commit 643ec90
4 files changed
+30
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
- Config/DefaultALSXT.ini+9
- Source/ALSXT/ALSXT.Build.cs+39-2
- Source/ALSXT/Private/ALSXTAdvancedAnimationInstance.cpp+5-5
- Source/ALSXT/Private/ALSXTAnimationInstance.cpp+59-59
- Source/ALSXT/Private/ALSXTCameraAnimationInstance.cpp+3-3
- Source/ALSXT/Private/ALSXTCharacter.cpp+78-75
- Source/ALSXT/Private/ALSXTCharacterAdvanced.cpp+8-8
- Source/ALSXT/Private/ALSXTCharacterMovementComponent.cpp+2-2
- Source/ALSXT/Private/ALSXTCharacterNPCAdvanced.cpp-8
- Source/ALSXT/Private/ALSXTCharacter_Actions.cpp+2-2
- Source/ALSXT/Private/AbilitySystem/AbilitySystemComponent/AlsxtAbilitySystemComponent.cpp+122-110
- Source/ALSXT/Private/AbilitySystem/Character/GASDemoCharacterBase.cpp+1-1
- Source/ALSXT/Private/AbilitySystem/GameplayAbilities/AlsxtGameplayAbilityJump.cpp+1-2
- Source/ALSXT/Private/AbilitySystem/PlayerState/AlsxtPlayerState.cpp+2-1
- Source/ALSXT/Private/AlsxtBlueprintFunctionLibrary.cpp+8-8
- Source/ALSXT/Private/AlsxtCharacterNPC.cpp-42
- Source/ALSXT/Private/AlsxtCharacterNpc.cpp+60
- Source/ALSXT/Private/AlsxtCharacterNpcAdvanced.cpp+8
- Source/ALSXT/Private/AlsxtCharacterPlayer.cpp+7
- Source/ALSXT/Private/AlsxtPlayerController.cpp+15-5
- Source/ALSXT/Private/Components/Character/ALSXTAcrobaticActionComponent.cpp+12-12
- Source/ALSXT/Private/Components/Character/ALSXTCharacterCameraEffectsComponent.cpp+50-50
- Source/ALSXT/Private/Components/Character/ALSXTCharacterCustomizationComponent.cpp+7-7
- Source/ALSXT/Private/Components/Character/ALSXTCharacterSoundComponent.cpp+76-76
- Source/ALSXT/Private/Components/Character/ALSXTCombatComponent.cpp+72-72
- Source/ALSXT/Private/Components/Character/ALSXTEmoteComponent.cpp+3-3
- Source/ALSXT/Private/Components/Character/ALSXTGestureComponent.cpp+13-13
- Source/ALSXT/Private/Components/Character/ALSXTIdleAnimationComponent.cpp+60-60
- Source/ALSXT/Private/Components/Character/ALSXTImpactReactionComponent.cpp+338-338
- Source/ALSXT/Private/Components/Character/ALSXTStationaryModeComponent.cpp-46
- Source/ALSXT/Private/Components/Character/AlsxtCharacterEquipmentComponent.cpp+11-11
- Source/ALSXT/Private/Components/Character/AlsxtSlidingActionComponent.cpp+22-22
- Source/ALSXT/Private/Components/Character/AlsxtStationaryModeComponent.cpp+46
- Source/ALSXT/Private/Components/Mesh/AlsxtPaintableSkeletalMeshComponent.cpp+39-39
- Source/ALSXT/Private/Components/Mesh/AlsxtPaintableStaticMeshComponent.cpp+39-39
- Source/ALSXT/Private/Components/Mesh/AlsxtViewModelSkeletalMeshComponent.cpp+9-9
- Source/ALSXT/Private/Components/Mesh/AlsxtViewModelStaticMeshComponent.cpp+9-9
- Source/ALSXT/Private/Components/PlayerController/AlsxtPlayerViewportEffectsComponent.cpp+48-48
- Source/ALSXT/Private/Notify/ALSXTAnimNotifyState_HITrace.cpp+8-8
- Source/ALSXT/Private/Notify/ALSXTAnimNotifyState_UCTrace.cpp+12-12
- Source/ALSXT/Private/Notify/ALSXTAnimNotify_CharacterBreathEffects.cpp+4-4
- Source/ALSXT/Private/Notify/ALSXTAnimNotify_CharacterMovementSound.cpp+4-4
- Source/ALSXT/Private/Notify/ALSXTAnimNotify_FootstepEffects.cpp+70-70
- Source/ALSXT/Private/Notify/ALSXTAnimNotify_ResponseVocalizationSound.cpp+3-3
- Source/ALSXT/Private/Notify/ALSXTAnimNotify_SlideEffects.cpp+1-1
- Source/ALSXT/Private/RootMotionSources/ALSXTRootMotionSource_CombatAttack.cpp+3-3
- Source/ALSXT/Private/RootMotionSources/ALSXTRootMotionSource_ImpactReaction.cpp+3-3
- Source/ALSXT/Private/RootMotionSources/ALSXTRootMotionSource_SyncedAttackReaction.cpp+3-3
- Source/ALSXT/Public/ALSXTAnimationInstance.h+1-1
- Source/ALSXT/Public/ALSXTCameraAnimationInstance.h+2-2
- Source/ALSXT/Public/ALSXTCharacter.h+69-47
- Source/ALSXT/Public/ALSXTCharacterAdvanced.h+6-6
- Source/ALSXT/Public/ALSXTCharacterNPCAdvanced.h-20
- Source/ALSXT/Public/AbilitySystem/AbilitySystemComponent/AlsxtAbilitySystemComponent.h+4-1
- Source/ALSXT/Public/AbilitySystem/GameplayAbilities/AlsxtGameplayAbilityBase.h+5
- Source/ALSXT/Public/AbilitySystem/Interfaces/AlsxtAbilitySystemInterface.h+4-2
- Source/ALSXT/Public/AbilitySystem/PlayerState/AlsxtPlayerState.h+4-7
- Source/ALSXT/Public/AlsxtBlueprintFunctionLibrary.h+2-2
- Source/ALSXT/Public/AlsxtCharacterNpc.h+7-6
- Source/ALSXT/Public/AlsxtCharacterNpcAdvanced.h+20
- Source/ALSXT/Public/AlsxtCharacterPlayer.h+6-4
- Source/ALSXT/Public/AlsxtPlayerController.h+8-3
- Source/ALSXT/Public/Components/Character/ALSXTAcrobaticActionComponent.h+1-1
- Source/ALSXT/Public/Components/Character/ALSXTCharacterCustomizationComponent.h+5-5
- Source/ALSXT/Public/Components/Character/ALSXTGestureComponent.h+3-3
- Source/ALSXT/Public/Components/Character/ALSXTIdleAnimationComponent.h+4-4
- Source/ALSXT/Public/Components/Character/AlsxtCharacterEquipmentComponent.h+18-18
- Source/ALSXT/Public/Components/Character/AlsxtSlidingActionComponent.h+3-3
- Source/ALSXT/Public/Components/Character/AlsxtStationaryModeComponent.h+3-3
- Source/ALSXT/Public/Components/Mesh/AlsxtPaintableSkeletalMeshComponent.h+4-4
- Source/ALSXT/Public/Components/Mesh/AlsxtPaintableStaticMeshComponent.h+4-4
- Source/ALSXT/Public/Components/Mesh/AlsxtViewModelSkeletalMeshComponent.h+3-3
- Source/ALSXT/Public/Components/Mesh/AlsxtViewModelStaticMeshComponent.h+3-3
- Source/ALSXT/Public/Components/PlayerController/AlsxtPlayerViewportEffectsComponent.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtAIInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtAcrobaticActionComponentInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtCharacterCameraEffectsComponentInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtCharacterCustomizationComponentInterface.h+4-4
- Source/ALSXT/Public/Interfaces/AlsxtCharacterEquipmentComponentInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtCharacterInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtCharacterSoundComponentInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtCollisionInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtCombatInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtControllerInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtControllerRenderInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtControllerVFXInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtFirearmInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtHeadLookAtInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtHeldItemInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtIdleAnimationComponentInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtMeshPaintingInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtStationaryModeComponentInterface.h+3-3
- Source/ALSXT/Public/Interfaces/AlsxtTargetLockInterface.h+3-3
Submodule DataConfig added at 32c8612
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
203 | | - | |
204 | | - | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
208 | 228 | | |
209 | 229 | | |
210 | 230 | | |
| |||
331 | 351 | | |
332 | 352 | | |
333 | 353 | | |
334 | | - | |
| 354 | + | |
335 | 355 | | |
336 | | - | |
| 356 | + | |
337 | 357 | | |
338 | 358 | | |
339 | 359 | | |
| |||
0 commit comments