From a82939c7c9ebd7909e868e6adfebfc43b8a98cd6 Mon Sep 17 00:00:00 2001 From: charnet3d Date: Sun, 4 Feb 2024 01:47:10 +0100 Subject: [PATCH] Section 12: Footsteps - Lecture 238 Playing Sounds with Anim Notify --- .../Characters/Heroes/Belica/Animations/Jog_Bwd.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_BwdToFwd_SpinCCW.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_BwdToFwd_SpinCW.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Bwd_Circle_Left.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Bwd_Circle_Right.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Bwd_Pivot180.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Bwd_Start.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Bwd_Stop.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Fwd.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_FwdToBwd_SpinCCW.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_FwdToBwd_SpinCW.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Fwd_Circle_Left.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Fwd_Circle_Right.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Fwd_Downhill.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Fwd_Pivot180.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Fwd_Start.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Fwd_Stop.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Fwd_Uphill.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Left.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Left_Circle_Left.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Left_Circle_Right.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Left_Pivot180.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Left_Start.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Left_Stop.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Right.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Right_Circle_Left.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Right_Circle_Right.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Right_Pivot180.uasset | 4 ++-- .../Heroes/Belica/Animations/Jog_Right_Start.uasset | 4 ++-- .../Characters/Heroes/Belica/Animations/Jog_Right_Stop.uasset | 4 ++-- .../Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset | 4 ++-- Content/_Game/AnimNotifies/FootStepsNotify.uasset | 3 +++ .../Assets/Textures/Crosshairs/Crosshair_Bracket_4.uasset | 3 --- .../Assets/Textures/Crosshairs/Crosshair_Circle_15.uasset | 3 --- .../Textures/Crosshairs/Crosshair_Circle_15_outlined.uasset | 3 --- .../Assets/Textures/Crosshairs/Crosshair_Circle_9.uasset | 3 --- .../_Game/Character/Animations/Aim/AimWalkBlendspace.uasset | 3 +++ Content/_Game/Character/Animations/Aim/AimingAimOffset.uasset | 3 +++ Content/_Game/Character/Animations/Aim/AimingPose.uasset | 3 +++ Content/_Game/Character/Animations/Aim/AimingPose_AR.uasset | 3 +++ .../_Game/Character/Animations/Aim/AimingPose_rotated.uasset | 3 +++ Content/_Game/Character/Animations/Aim/HipAimOffset.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_CC.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_CD.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_CU.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_LBC.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_LBD.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_LBU.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_LC.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_LD.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_LU.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_RBC.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_RBD.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_RBU.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_RC.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_RD.uasset | 3 +++ Content/_Game/Character/Animations/Aim/Idle_AO_RU.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_CC.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_CD.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_CU.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_L45.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_L45D.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_L45U.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_LC.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_LD.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_LU.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_R45.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_R45D.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_R45U.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_RC.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_RD.uasset | 3 +++ Content/_Game/Character/Animations/Aim/RMB_AO_RU.uasset | 3 +++ .../Character/Animations/Aim/Walk_Bwd_Rifle_Ironsights.uasset | 3 +++ .../Character/Animations/Aim/Walk_Fwd_Rifle_Ironsights.uasset | 3 +++ .../Character/Animations/Aim/Walk_Lt_Rifle_Ironsights.uasset | 3 +++ .../Character/Animations/Aim/Walk_Rt_Rifle_Ironsights.uasset | 3 +++ Content/_Game/Character/Animations/AimWalkBlendspace.uasset | 3 --- Content/_Game/Character/Animations/AimingAimOffset.uasset | 3 --- Content/_Game/Character/Animations/AimingPose.uasset | 3 --- Content/_Game/Character/Animations/AimingPose_AR.uasset | 3 --- Content/_Game/Character/Animations/AimingPose_rotated.uasset | 3 --- Content/_Game/Character/Animations/HipAimOffset.uasset | 3 --- .../Character/Animations/Idle_Turn_90_Left_Trimmed.uasset | 4 ++-- .../Character/Animations/Idle_Turn_90_Right_Trimmed.uasset | 4 ++-- Content/_Game/Character/Animations/Jog/JogBlendspace.uasset | 3 +++ .../_Game/Character/Animations/Jog/JogStartBlendspace.uasset | 3 +++ .../_Game/Character/Animations/Jog/JogStopBlendspace.uasset | 3 +++ .../_Game/Character/Animations/Jog/Jog_Bwd_Start_Trim.uasset | 3 +++ .../_Game/Character/Animations/Jog/Jog_Bwd_Stop_Trim.uasset | 3 +++ .../_Game/Character/Animations/Jog/Jog_Fwd_Start_Trim.uasset | 3 +++ .../_Game/Character/Animations/Jog/Jog_Fwd_Stop_Trim.uasset | 3 +++ Content/_Game/Character/Animations/Jog/Jog_Left_Start.uasset | 3 +++ .../_Game/Character/Animations/Jog/Jog_Left_Stop_Trim.uasset | 3 +++ Content/_Game/Character/Animations/Jog/Jog_Right_Start.uasset | 3 +++ .../_Game/Character/Animations/Jog/Jog_Right_Stop_Trim.uasset | 3 +++ Content/_Game/Character/Animations/JogStartBlendspace.uasset | 3 --- Content/_Game/Character/Animations/JogStopBlendspace.uasset | 3 --- .../_Game/Character/Animations/Jog_Bwd_Start_Trimmed.uasset | 3 --- .../_Game/Character/Animations/Jog_Bwd_Stop_Trimmed.uasset | 3 --- .../_Game/Character/Animations/Jog_Fwd_Start_Trimmed.uasset | 3 --- .../_Game/Character/Animations/Jog_Fwd_Stop_Trimmed.uasset | 3 --- .../_Game/Character/Animations/Jog_Left_Start_Trimmed.uasset | 3 --- .../_Game/Character/Animations/Jog_Left_Stop_Trimmed.uasset | 3 --- .../_Game/Character/Animations/Jog_Right_Start_Trimmed.uasset | 3 --- .../_Game/Character/Animations/Jog_Right_Stop_Trimmed.uasset | 3 --- .../Retargeted/AimWalking/Walk_Bwd_Rifle_Ironsights.uasset | 3 --- .../Retargeted/AimWalking/Walk_Fwd_Rifle_Ironsights.uasset | 3 --- .../Retargeted/AimWalking/Walk_Lt_Rifle_Ironsights.uasset | 3 --- .../Retargeted/AimWalking/Walk_Rt_Rifle_Ironsights.uasset | 3 --- .../Retargeted/Crouching/Crouch_Walk_Bwd_Rifle_Hip.uasset | 4 ++-- .../Retargeted/Crouching/Crouch_Walk_Fwd_Rifle_Hip.uasset | 4 ++-- .../Retargeted/Crouching/Crouch_Walk_Lt_Rifle_Hip.uasset | 4 ++-- .../Retargeted/Crouching/Crouch_Walk_Rt_Rifle_Hip.uasset | 4 ++-- .../Retargeted/Crouching/Crouching_Turn_90_Left.uasset | 4 ++-- .../Retargeted/Crouching/Crouching_Turn_90_Right.uasset | 4 ++-- Content/_Game/Character/Animations/RunningBlendspace.uasset | 3 --- Content/_Game/Character/ShooterAnimBP.uasset | 4 ++-- Content/_Game/Character/ShooterCharacterBP.uasset | 4 ++-- Content/_Game/Maps/DefaultMap.umap | 2 +- Content/_Game/Materials/PostProcess/M_SMG_Mat.uasset | 3 --- .../_Game/PlayerController/ShooterPlayerControllerBP.uasset | 4 ++-- 121 files changed, 241 insertions(+), 163 deletions(-) create mode 100644 Content/_Game/AnimNotifies/FootStepsNotify.uasset delete mode 100644 Content/_Game/Assets/Textures/Crosshairs/Crosshair_Bracket_4.uasset delete mode 100644 Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_15.uasset delete mode 100644 Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_15_outlined.uasset delete mode 100644 Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_9.uasset create mode 100644 Content/_Game/Character/Animations/Aim/AimWalkBlendspace.uasset create mode 100644 Content/_Game/Character/Animations/Aim/AimingAimOffset.uasset create mode 100644 Content/_Game/Character/Animations/Aim/AimingPose.uasset create mode 100644 Content/_Game/Character/Animations/Aim/AimingPose_AR.uasset create mode 100644 Content/_Game/Character/Animations/Aim/AimingPose_rotated.uasset create mode 100644 Content/_Game/Character/Animations/Aim/HipAimOffset.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_CC.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_CD.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_CU.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_LBC.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_LBD.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_LBU.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_LC.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_LD.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_LU.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_RBC.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_RBD.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_RBU.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_RC.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_RD.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Idle_AO_RU.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_CC.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_CD.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_CU.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_L45.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_L45D.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_L45U.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_LC.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_LD.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_LU.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_R45.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_R45D.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_R45U.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_RC.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_RD.uasset create mode 100644 Content/_Game/Character/Animations/Aim/RMB_AO_RU.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Walk_Bwd_Rifle_Ironsights.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Walk_Fwd_Rifle_Ironsights.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Walk_Lt_Rifle_Ironsights.uasset create mode 100644 Content/_Game/Character/Animations/Aim/Walk_Rt_Rifle_Ironsights.uasset delete mode 100644 Content/_Game/Character/Animations/AimWalkBlendspace.uasset delete mode 100644 Content/_Game/Character/Animations/AimingAimOffset.uasset delete mode 100644 Content/_Game/Character/Animations/AimingPose.uasset delete mode 100644 Content/_Game/Character/Animations/AimingPose_AR.uasset delete mode 100644 Content/_Game/Character/Animations/AimingPose_rotated.uasset delete mode 100644 Content/_Game/Character/Animations/HipAimOffset.uasset create mode 100644 Content/_Game/Character/Animations/Jog/JogBlendspace.uasset create mode 100644 Content/_Game/Character/Animations/Jog/JogStartBlendspace.uasset create mode 100644 Content/_Game/Character/Animations/Jog/JogStopBlendspace.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Bwd_Start_Trim.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Bwd_Stop_Trim.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Fwd_Start_Trim.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Fwd_Stop_Trim.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Left_Start.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Left_Stop_Trim.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Right_Start.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Right_Stop_Trim.uasset delete mode 100644 Content/_Game/Character/Animations/JogStartBlendspace.uasset delete mode 100644 Content/_Game/Character/Animations/JogStopBlendspace.uasset delete mode 100644 Content/_Game/Character/Animations/Jog_Bwd_Start_Trimmed.uasset delete mode 100644 Content/_Game/Character/Animations/Jog_Bwd_Stop_Trimmed.uasset delete mode 100644 Content/_Game/Character/Animations/Jog_Fwd_Start_Trimmed.uasset delete mode 100644 Content/_Game/Character/Animations/Jog_Fwd_Stop_Trimmed.uasset delete mode 100644 Content/_Game/Character/Animations/Jog_Left_Start_Trimmed.uasset delete mode 100644 Content/_Game/Character/Animations/Jog_Left_Stop_Trimmed.uasset delete mode 100644 Content/_Game/Character/Animations/Jog_Right_Start_Trimmed.uasset delete mode 100644 Content/_Game/Character/Animations/Jog_Right_Stop_Trimmed.uasset delete mode 100644 Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Bwd_Rifle_Ironsights.uasset delete mode 100644 Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Fwd_Rifle_Ironsights.uasset delete mode 100644 Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Lt_Rifle_Ironsights.uasset delete mode 100644 Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Rt_Rifle_Ironsights.uasset delete mode 100644 Content/_Game/Character/Animations/RunningBlendspace.uasset delete mode 100644 Content/_Game/Materials/PostProcess/M_SMG_Mat.uasset diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd.uasset index 653b29fc..c4cf1f58 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a0c6f398235bae3f0bcec1bf29b51c02aeeb64875669d142eb3131509c9317c -size 439047 +oid sha256:90c3d239041abcd2542f75388a65d27f4ca645b74d3fae85fb4fe151ba2bf5a8 +size 448520 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCCW.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCCW.uasset index d5ab3b1a..ba7b9d92 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCCW.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCCW.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39c98bf5147f4181ae61ddfd4ea621ea936f413f55e6d8f8c9d26f183836bc72 -size 557435 +oid sha256:cb24cfbbc9b118ed235be9472282c5634fd2fc2dc3fb5a60d95b7c0274cc95ab +size 194282 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCW.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCW.uasset index 3648eeb1..43042ad4 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCW.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCW.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2e00c6fc4c8136de56e41a638b5afcd30de04c0763476440cc941e30a79347a -size 591726 +oid sha256:72297f705cb6cd58b58c89dc1b6a113a51a4df362d38baa2375823a087ba02c6 +size 200503 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Left.uasset index c43d4a88..888344a3 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Left.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Left.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60a1194ba67996d15adce9ce685d20644ede546bd405bda1e2d0a3cfda375c40 -size 498783 +oid sha256:30e881b0e43e6615362ec775c9e7f359fbe033bb7098a5e952395e8f053cd31d +size 508186 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Right.uasset index 7a877b28..f82d6094 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Right.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e936eba228c8292554488598142b23fa60a3cdd02c32e62e6db17b1caa3eace -size 510739 +oid sha256:ffd0ed047eb9c420dbb3f8aa9abd355b58970b31c698c0a696be7a9af21ef364 +size 520262 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Pivot180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Pivot180.uasset index dbfc5282..00fddc26 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Pivot180.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Pivot180.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2009529800426a88a4c90e8287ca4694ca0b19fe92337eed51e4dfc161d1852 -size 907407 +oid sha256:1cc588e68f6a3a7cbc7d1ed535c41e1f2fa8e1ec8b987c78b26631ae3ad32761 +size 264025 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Start.uasset index b86604e0..ad4ec985 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Start.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Start.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ee7556d633f6dc5fcaee1b71ed67b5e613a85b7d37a1fffe4ac990805bfe0d4 -size 257067 +oid sha256:3e16b93ac5e97d65e68e0a1dc3e73378898ed84ff0cfdf55de7ede2f9b2a4f30 +size 260683 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Stop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Stop.uasset index 8dcf2127..18a92756 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Stop.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Stop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c42f8540e22dd62070fd823fcf529ec745e3f4c1c475f3ac6680fe1d21467ef -size 797073 +oid sha256:99cc3b8926e5d801ab25bf1b1f9f865cc23a0441290bfb2d900bb529e459c203 +size 236018 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd.uasset index 82624d9e..07bb6c1d 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3c5ad74308f75c6260cef58d4d94d1e999491de68b25fda4003c093df4bfa4b -size 396926 +oid sha256:92bf25b91c2777e4f25dd1f3f201c1bc0a99b2f11c7d1727d65056eb4f05c113 +size 403708 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCCW.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCCW.uasset index 2508e9d3..bb2bff97 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCCW.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCCW.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f05cad4ff38ca99572221d6477e18de8025500020139477c2668b59929ec2192 -size 602265 +oid sha256:638268cdc461f10ddf17437a927b38e66af98c5ef74ecdf9f6ec93ade5137ca2 +size 202831 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCW.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCW.uasset index f2ca7a12..a3342240 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCW.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCW.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b62aba1b211664d0c37a4a6f2557c7b980b9f8abca118754b62fb98e6ff281c -size 535853 +oid sha256:a624d2bc8265f45acabd75a8ee5ec80237138538bb2e4521f236512f5cc83012 +size 190078 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Left.uasset index dfad920e..1ff80f11 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Left.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Left.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e7b459a176b0f57a3532ee0e607b28b29a30923c361ceb3f0c430fe46f227ef -size 403977 +oid sha256:70218fb91412f17aa2de6c37be961829c8ff40f9b5eeb9a164fb2f9cab7f2cc2 +size 410759 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Right.uasset index bc4b3ae0..3a33b472 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Right.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:143197c5fcb416c66f50372a17d00a45821bbae888f58339d43f407632a19986 -size 406778 +oid sha256:230b6e700958804677596977476ad308521c2140662970861a75bec0252c15f3 +size 413567 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Downhill.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Downhill.uasset index c49d1909..98813361 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Downhill.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Downhill.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8e497865d88a5c7d80860c334388e5ac6d06af9cc214ec5c76bf6d8c0461080 -size 353189 +oid sha256:8ca20be84b0f68953f8d3d1f6644f5eaeba311258903ae3114715de5237b7a2c +size 154409 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Pivot180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Pivot180.uasset index ba9535f3..27bbbd6a 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Pivot180.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Pivot180.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e3ee8d7618ebe6c12502259f9d285bec51da88a08877a77500f5331103dabe0 -size 1107248 +oid sha256:b379972c30531aa34a4ea85a850f61c59edf4c70f60ed4ed85023df84fa913f2 +size 304417 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Start.uasset index 4ceb302b..219e3294 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Start.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Start.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cb11c9272fb8062793c9ea1a5f5823052aa9af1db92817e25e44f3272876c22 -size 816769 +oid sha256:6171ea0b26017e4e1183f43606702a80bee385e9033b4ceeef4adc5292ee7e0e +size 239516 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Stop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Stop.uasset index 4e49f419..be9c68f4 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Stop.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Stop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b45385bd64b40e15ce43c401eef2edfd0a7f96513fa1722aad589a2a37ecf8dd -size 781431 +oid sha256:b2b8bf13c3302996ae44941a88d0853349276fdd1291b672d939274cc7ccba32 +size 233121 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Uphill.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Uphill.uasset index 2b5386f3..6a9d224c 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Uphill.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Uphill.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18bf0d62c05e5e809c0ba990d0d236121d56a1992c66a3e77509b5643b6e52ca -size 361485 +oid sha256:cf907592ea3cdd8d24fa282ba4d155d039d57709d4be0d69f89ee1fdf729fe4c +size 154931 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left.uasset index 2414bdd9..54f3372c 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4faade09e2fd63b6bd159cb186104c32c8bb87e0e4367f487ced992286190540 -size 507457 +oid sha256:78de9923a76d6c9e383c13c56f773c8dc78157e0a9200129816826efa793870a +size 516980 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Left.uasset index 5bd05f38..2e20c5ff 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Left.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Left.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab85b5558f08f2343dd5fc998e28a17f6b9961e45362cf048b613a66f1a46a79 -size 517545 +oid sha256:67561c253a1d3d216debb6344f168267c884ca1ef154b2a8c6ccb48755df897b +size 526948 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Right.uasset index 01ef9414..b7264b46 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Right.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:360e4e6b0822b21ea2683c7d002548b9658c32ae1f28b5fcae7da8abc33917e3 -size 521722 +oid sha256:1907fd68278a361541211adee5a138451bf14260874f18a8b36ec848ef2d15c5 +size 531238 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Pivot180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Pivot180.uasset index 9e46164b..4e450272 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Pivot180.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Pivot180.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b38967490632aea72914512414a9a64cff330b4eb72598129a29b0afa379d85a -size 693106 +oid sha256:29d778f379fd9662c8f4d61bfec9df3ddc6a10d9c574e733309d06c76c1209df +size 227140 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Start.uasset index 7542e9fe..14937756 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Start.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Start.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8265c580ec6c038fc4a98db0c7096f29e8881aa507beb0360b94b97b9fea29c -size 564477 +oid sha256:0be0ca2016e4befe947bb96e28a7967bafc13d9336a9af985f6e97dfe75f422e +size 196742 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Stop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Stop.uasset index e7094d90..6354c277 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Stop.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Stop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:153bab3cce60b1f0829302a23abf5013e2dbd2b869246b7dae3d3ea32a6c7287 -size 641902 +oid sha256:d4abccc6d3b9a71be91937629dfe341670f4757683d03a76ae46d6fc9ca20b11 +size 209471 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right.uasset index d939d014..8ee336be 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfcd0a1902b026cfc64cfe7a5c44606141ab03ab9c63ee5f954b0677eb93bb59 -size 495862 +oid sha256:c809caf843fc3d78634e1d5f394c44a3e41421ed05784c1e48b7d4a815aa5412 +size 505372 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Left.uasset index 9511e185..4583583a 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Left.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Left.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e1e78744ce0f0bf9ef257b0db131950cc2cb4826dc42eee918f16494a2c7cb7 -size 534645 +oid sha256:cdd905b5eba38ace29cdbcc5d2b1d442b01f3ccce1d270f2ebc8144c4809ff6b +size 544159 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Right.uasset index 98902326..46505058 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Right.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2eb61baacd1452a2963395372b5a675cf351bf27a5b3a79f7b2f1cc10b2518fc -size 539055 +oid sha256:9e34c46aeeb843769a8ee7f44b1e9978591ac6b57269b4a2323196595b6a010f +size 548576 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Pivot180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Pivot180.uasset index 958f9c32..fbdc5770 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Pivot180.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Pivot180.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ec0c4d7e5c4fe9c635ad630430649e36064cd4bcac26e2cbb35768db47751c0 -size 1027883 +oid sha256:c2779bb8eafb51e91a1f15e3b0bfe2ff1e9bc32d44a676e439edfcbdaeeb4eea +size 285922 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Start.uasset index 2d6f905b..2453cc45 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Start.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Start.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb584b3cf0ca8eeef4920aa53d5cbb4cd9c20c9f19934fcc2d5b36aed13a6096 -size 574199 +oid sha256:12055e89af24fad12e42913f4eebedf93623d041600901e88063719ca17248f1 +size 196290 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Stop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Stop.uasset index c7e2e409..38c2a6d8 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Stop.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Stop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66d10b0425d9785186ba76624c2d246dd6a63a04015958d80c669476d7af8a71 -size 676100 +oid sha256:3a46ceb96517b32eb2be64ac0212c2b9e0e53e2cfcd2bf09c0b1b82080666d8b +size 216983 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset index 3e5ad1a8..f2b8fc83 100644 --- a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dae1540ed34d067c98c2cbba506c323c810721d65491ca0611e313155d06ac6 -size 67719 +oid sha256:07df64ecba0fe9807400507be606c06afd9c7ef23e908cd3f90dec8cc059e371 +size 67721 diff --git a/Content/_Game/AnimNotifies/FootStepsNotify.uasset b/Content/_Game/AnimNotifies/FootStepsNotify.uasset new file mode 100644 index 00000000..bb9fe1aa --- /dev/null +++ b/Content/_Game/AnimNotifies/FootStepsNotify.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821b97b99567c9224507c8f4090741b80deb022818e3d6ea1912b521d94c0edb +size 41556 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Bracket_4.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Bracket_4.uasset deleted file mode 100644 index 9f7c664d..00000000 --- a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Bracket_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e91ef79eb02bf86eeb4c368d4c5e448931e6fde726da93671699987d6fac12cb -size 1593 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_15.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_15.uasset deleted file mode 100644 index ce66fafc..00000000 --- a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:522e01f39f214bdf9f0dcb4616f3937e3c5fbe3cc51ef2fed586b9997c5c9589 -size 1590 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_15_outlined.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_15_outlined.uasset deleted file mode 100644 index ac9c3909..00000000 --- a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_15_outlined.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f37d30951cf5753352fb43243f611404558754d10451b049f8f20f897a8613b2 -size 1671 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_9.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_9.uasset deleted file mode 100644 index 80e27544..00000000 --- a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Circle_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bcfbcfc8ffacc63ccc12ef3bd09ad190e22b2ffa86dcc5041779f1255171bd4 -size 1585 diff --git a/Content/_Game/Character/Animations/Aim/AimWalkBlendspace.uasset b/Content/_Game/Character/Animations/Aim/AimWalkBlendspace.uasset new file mode 100644 index 00000000..96cccda5 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/AimWalkBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b245faefd03ceca20f7fd7155c05be99540b5e9be5a6a2e83a39d004051c23 +size 8120 diff --git a/Content/_Game/Character/Animations/Aim/AimingAimOffset.uasset b/Content/_Game/Character/Animations/Aim/AimingAimOffset.uasset new file mode 100644 index 00000000..8bec5223 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/AimingAimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f7a8246a32896f2d18dbe59b715e780b14bb14f647bb342155884c3592dae2 +size 28958 diff --git a/Content/_Game/Character/Animations/Aim/AimingPose.uasset b/Content/_Game/Character/Animations/Aim/AimingPose.uasset new file mode 100644 index 00000000..3a1acfcd --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/AimingPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e16c6e8aaf1b971fed09126da8de0fe011b7f31a96833fb110d4f2108229a3a +size 163193 diff --git a/Content/_Game/Character/Animations/Aim/AimingPose_AR.uasset b/Content/_Game/Character/Animations/Aim/AimingPose_AR.uasset new file mode 100644 index 00000000..dc85cd32 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/AimingPose_AR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9758d0af8db7846ddbaa7faf94d720628cd5d34410f9d4c27a63f952a6a8c545 +size 270491 diff --git a/Content/_Game/Character/Animations/Aim/AimingPose_rotated.uasset b/Content/_Game/Character/Animations/Aim/AimingPose_rotated.uasset new file mode 100644 index 00000000..37101f9f --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/AimingPose_rotated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7a0c931289055ecf02a333a59031b237f2a205d4f16fe6d876c2c57493ba43 +size 176574 diff --git a/Content/_Game/Character/Animations/Aim/HipAimOffset.uasset b/Content/_Game/Character/Animations/Aim/HipAimOffset.uasset new file mode 100644 index 00000000..cf3b6db1 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/HipAimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d726750e6b5f5d76ec445afb4f16a50b3e69970e322d5372044d53c67dbf2375 +size 28977 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_CC.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_CC.uasset new file mode 100644 index 00000000..c96ced98 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd253e9196635f0dad6780cd3da183c2373e4a9cc1c93241ba4b46495a46a8b +size 165144 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_CD.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_CD.uasset new file mode 100644 index 00000000..0bf97690 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cb14989b64eec91c8c9978ca2cb3203be66cb81e26a64bf1310d1a0336f8e8 +size 165067 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_CU.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_CU.uasset new file mode 100644 index 00000000..88c3089e --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee5b2c6d24ff4fc6425d2dbf8b0eda5d9fe653f7c26f0750670853e0b53dc20 +size 165183 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_LBC.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_LBC.uasset new file mode 100644 index 00000000..812d5ed4 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8654b0babd47c584f997ed537f96d85522e5f960aa0029f771644ab90df1144 +size 165163 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_LBD.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_LBD.uasset new file mode 100644 index 00000000..ad96e496 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1c52ccf65b24e553689addc6f273d600e7ae269d3d2f62290fe730949186f8 +size 165204 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_LBU.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_LBU.uasset new file mode 100644 index 00000000..1cf55b97 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eef07fb4fe99b1cbaed6ae7c5db0f33eea4d5c774f0cffa2c943a1a7438941e +size 165170 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_LC.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_LC.uasset new file mode 100644 index 00000000..5b6c02d6 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758e4c2c57a48d5ae8ce4d3a1a57ac33753921515bd0d3e900913a76222c9a0e +size 165189 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_LD.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_LD.uasset new file mode 100644 index 00000000..b3585f55 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fca22856c77ad4219243c35aa23df646058e727d53dbcb1c4050fd1caaa716 +size 165198 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_LU.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_LU.uasset new file mode 100644 index 00000000..7a37478d --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3bafc99f0bef5bd3dca858e2c64061dcd209b94a59570fc43c32e762d64f2c +size 165191 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_RBC.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_RBC.uasset new file mode 100644 index 00000000..f23fb5b0 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c45c8ba4f6468ab32009e624e7410a1f80695fe5f1431e25739ed5d5ff849f +size 165068 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_RBD.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_RBD.uasset new file mode 100644 index 00000000..20139eec --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf12b39cd1aab81883a4626b99c55c9f65f6291b7967b871e177b96b3f2d41c8 +size 165043 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_RBU.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_RBU.uasset new file mode 100644 index 00000000..2cc3fa68 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3431532e3d0d94fc0e245d316b7c3a2aac225b23c430cc462fca0302e5e07f42 +size 165068 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_RC.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_RC.uasset new file mode 100644 index 00000000..125cd4a0 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93715d28043bb65f3bcb1b04618bd0f7499863c93c2379d2b055d19ad4f34000 +size 165092 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_RD.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_RD.uasset new file mode 100644 index 00000000..bab9742f --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116b6d3a9441e3426155e6b6ba81b3aa219292193632b88a14117aeafb18dd16 +size 165097 diff --git a/Content/_Game/Character/Animations/Aim/Idle_AO_RU.uasset b/Content/_Game/Character/Animations/Aim/Idle_AO_RU.uasset new file mode 100644 index 00000000..3cc5de5c --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cf8624fdbe630789dfa312c5ce749e69de8a5bd02c9c4941c7aef19f726366 +size 165114 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_CC.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_CC.uasset new file mode 100644 index 00000000..d905e49c --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944de0364fd83fb6ee21452b7575eab2083c6b30eba0a1146059cc04b3948a6e +size 164947 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_CD.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_CD.uasset new file mode 100644 index 00000000..95dd3610 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc7b06710b57b0e12855d5ce5e5231d8f048d67065bed9c022416820fd1c4dd +size 165060 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_CU.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_CU.uasset new file mode 100644 index 00000000..4a786d11 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f474507d18682692bff8d13dc0e151607d4e5f2bd5e3cda71d767056f6674a89 +size 165144 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_L45.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_L45.uasset new file mode 100644 index 00000000..852795fd --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_L45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95b5c391ab1297a8b15f57be5483d3be2b0d6cc60858d074fc975831a903610 +size 165176 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_L45D.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_L45D.uasset new file mode 100644 index 00000000..9ea9ebe6 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_L45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5343f8c5301e0a1b153f3351828b1de68e790ec1baeb2ca2e9977afd063f68 +size 165204 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_L45U.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_L45U.uasset new file mode 100644 index 00000000..0c1ff8f0 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_L45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e770b9bd3acaa2e5940e7934bd5884ee6d2b7d639a76c6827dc066d6a5ff1920 +size 167733 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_LC.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_LC.uasset new file mode 100644 index 00000000..5b28b58a --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ad42d9f7ba087b737141c58eda4a96acd57a28495c1b943ebdfcd0f4881c8e +size 118412 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_LD.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_LD.uasset new file mode 100644 index 00000000..0c56d5f9 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbb9a3ad219d23f95534028c381b791e4fb33113a5b75d94d3c201337dec576 +size 118375 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_LU.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_LU.uasset new file mode 100644 index 00000000..fcd647ea --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdbbc72e955bcb6c04ecbb0b234d1caf46eb1b3c05fb9eeab6e1eeb01a99e7c +size 118434 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_R45.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_R45.uasset new file mode 100644 index 00000000..43f7c71a --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_R45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c63d0ae2139f5dbf424595087990a0cfc7098798f5fc3b6d3563070585ab28 +size 165170 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_R45D.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_R45D.uasset new file mode 100644 index 00000000..11019a41 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_R45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a48ecab635b54e834d29c5a3b2fc5014820d4df28387529d0ac3ef3e934773 +size 167513 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_R45U.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_R45U.uasset new file mode 100644 index 00000000..3661f4ff --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_R45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea2f5e859257a1205e78ca266982ea4f9f0eb5160df0bf0e2c99e5fc03fc03c +size 165162 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_RC.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_RC.uasset new file mode 100644 index 00000000..45a489dd --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d515c823fb0ce3f0924e527de5afd54a2008d86a3b154818b6e2d9edfcc665 +size 118337 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_RD.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_RD.uasset new file mode 100644 index 00000000..4ff871fc --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f887dc7ee25c79318bba0c2a730c342117e27dd9c438239135e11c7dbc5c08 +size 118320 diff --git a/Content/_Game/Character/Animations/Aim/RMB_AO_RU.uasset b/Content/_Game/Character/Animations/Aim/RMB_AO_RU.uasset new file mode 100644 index 00000000..13275fbb --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/RMB_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5114ba8478538ac55d9431d7b46f050ed4bdc60c1dda12e696f6f5a54c66c2d0 +size 118369 diff --git a/Content/_Game/Character/Animations/Aim/Walk_Bwd_Rifle_Ironsights.uasset b/Content/_Game/Character/Animations/Aim/Walk_Bwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..2cf60594 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Walk_Bwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706120635da0e95dff212fcab11a9b51dcb11e3074eec23c07535ef863ef6e97 +size 332076 diff --git a/Content/_Game/Character/Animations/Aim/Walk_Fwd_Rifle_Ironsights.uasset b/Content/_Game/Character/Animations/Aim/Walk_Fwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..dd8a0612 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Walk_Fwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545d92055ae264a489aac0307da3e0098b98fe1c69c7394bcb57dc1b6c17fcb1 +size 321315 diff --git a/Content/_Game/Character/Animations/Aim/Walk_Lt_Rifle_Ironsights.uasset b/Content/_Game/Character/Animations/Aim/Walk_Lt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..6ef02889 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Walk_Lt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e106596a76184587ee70c490272c508d803207fc39d22c5e9353e5483792f734 +size 333799 diff --git a/Content/_Game/Character/Animations/Aim/Walk_Rt_Rifle_Ironsights.uasset b/Content/_Game/Character/Animations/Aim/Walk_Rt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..ae87cdb3 --- /dev/null +++ b/Content/_Game/Character/Animations/Aim/Walk_Rt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9b9a8ae154c01c165443519ea0b3d4b6746c731546c9f2ad34db1b5ec017c4 +size 333836 diff --git a/Content/_Game/Character/Animations/AimWalkBlendspace.uasset b/Content/_Game/Character/Animations/AimWalkBlendspace.uasset deleted file mode 100644 index 6ddabee4..00000000 --- a/Content/_Game/Character/Animations/AimWalkBlendspace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5045112ad2b49fdb47d0587430f0f1c5531b9b3b94a18585b83ad6ea116312b2 -size 8152 diff --git a/Content/_Game/Character/Animations/AimingAimOffset.uasset b/Content/_Game/Character/Animations/AimingAimOffset.uasset deleted file mode 100644 index 9451e5cb..00000000 --- a/Content/_Game/Character/Animations/AimingAimOffset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99da8c75e316d35491f1ffe49b26419395067d0e83df93fe1a5a258a204680fa -size 29796 diff --git a/Content/_Game/Character/Animations/AimingPose.uasset b/Content/_Game/Character/Animations/AimingPose.uasset deleted file mode 100644 index ddbb85dc..00000000 --- a/Content/_Game/Character/Animations/AimingPose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c642ceabd6f357b5ad4960dba11d8421d9da7b22189e3d4790276435e51ec812 -size 72219 diff --git a/Content/_Game/Character/Animations/AimingPose_AR.uasset b/Content/_Game/Character/Animations/AimingPose_AR.uasset deleted file mode 100644 index c71b16b8..00000000 --- a/Content/_Game/Character/Animations/AimingPose_AR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36ac65e3e43097df07a08f449c550e83163a1bd25dcce04603912cc19567a1fa -size 270483 diff --git a/Content/_Game/Character/Animations/AimingPose_rotated.uasset b/Content/_Game/Character/Animations/AimingPose_rotated.uasset deleted file mode 100644 index 748228b8..00000000 --- a/Content/_Game/Character/Animations/AimingPose_rotated.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2476925e39d68c19a59aceca30100dbe4ad070763deee660d06d184bd7e4b6f -size 176959 diff --git a/Content/_Game/Character/Animations/HipAimOffset.uasset b/Content/_Game/Character/Animations/HipAimOffset.uasset deleted file mode 100644 index 90338507..00000000 --- a/Content/_Game/Character/Animations/HipAimOffset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a51707f2a2cffb52bd4f59e5fb248a2aa225e2fe4a6b8110de1865e735e8d78a -size 29772 diff --git a/Content/_Game/Character/Animations/Idle_Turn_90_Left_Trimmed.uasset b/Content/_Game/Character/Animations/Idle_Turn_90_Left_Trimmed.uasset index d1084874..4fee308d 100644 --- a/Content/_Game/Character/Animations/Idle_Turn_90_Left_Trimmed.uasset +++ b/Content/_Game/Character/Animations/Idle_Turn_90_Left_Trimmed.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46be27bb1c100743c8dbb67c7c9503bca21d89633d5122d8e10f6739375a2320 -size 136162 +oid sha256:d2ed5f46488ea373fbe3b5b372ff8b22026d13b0f2e85f1d52d7cc07d754b770 +size 266698 diff --git a/Content/_Game/Character/Animations/Idle_Turn_90_Right_Trimmed.uasset b/Content/_Game/Character/Animations/Idle_Turn_90_Right_Trimmed.uasset index cfc83b56..2b2743b2 100644 --- a/Content/_Game/Character/Animations/Idle_Turn_90_Right_Trimmed.uasset +++ b/Content/_Game/Character/Animations/Idle_Turn_90_Right_Trimmed.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a84fbb31214ec654ef8cdb564a1843de195cb6364bd25ccfa925d6192c3f316b -size 161443 +oid sha256:138d79c554cf982af2a408a2bb1e8c81cea22af1cc219bf90aeb08a634b3d4c8 +size 292901 diff --git a/Content/_Game/Character/Animations/Jog/JogBlendspace.uasset b/Content/_Game/Character/Animations/Jog/JogBlendspace.uasset new file mode 100644 index 00000000..7e422aa1 --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/JogBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1879fbabb58b191b8a919580af7bf1277472498743b4401b9ed1736ff1a8e32 +size 28471 diff --git a/Content/_Game/Character/Animations/Jog/JogStartBlendspace.uasset b/Content/_Game/Character/Animations/Jog/JogStartBlendspace.uasset new file mode 100644 index 00000000..0f254fcb --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/JogStartBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da334dccea6e0e6828f0422df17d84b7b2eeb8aae3a4357fd11854096ed696fe +size 8369 diff --git a/Content/_Game/Character/Animations/Jog/JogStopBlendspace.uasset b/Content/_Game/Character/Animations/Jog/JogStopBlendspace.uasset new file mode 100644 index 00000000..c558cffc --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/JogStopBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816c1d1b0d456197da931bd58447a910ced81aca042415ede464f75d057de923 +size 8516 diff --git a/Content/_Game/Character/Animations/Jog/Jog_Bwd_Start_Trim.uasset b/Content/_Game/Character/Animations/Jog/Jog_Bwd_Start_Trim.uasset new file mode 100644 index 00000000..932721bf --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/Jog_Bwd_Start_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa3ec88b30451bbac973e0766399d372f70635324c6f810947b3b889e4e0e39 +size 336920 diff --git a/Content/_Game/Character/Animations/Jog/Jog_Bwd_Stop_Trim.uasset b/Content/_Game/Character/Animations/Jog/Jog_Bwd_Stop_Trim.uasset new file mode 100644 index 00000000..4e1c4eeb --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/Jog_Bwd_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3449a3828810779fe9f2633f4fb0defac472f935239b9e732ff14f57f0a36967 +size 287405 diff --git a/Content/_Game/Character/Animations/Jog/Jog_Fwd_Start_Trim.uasset b/Content/_Game/Character/Animations/Jog/Jog_Fwd_Start_Trim.uasset new file mode 100644 index 00000000..e1d2fb91 --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/Jog_Fwd_Start_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15b3b3da793720bb5ef25dbe9c86d53d7104d21c6074dff21d9add1aed1dcbe +size 340143 diff --git a/Content/_Game/Character/Animations/Jog/Jog_Fwd_Stop_Trim.uasset b/Content/_Game/Character/Animations/Jog/Jog_Fwd_Stop_Trim.uasset new file mode 100644 index 00000000..593e8d80 --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/Jog_Fwd_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fffc0668dd375a3fec78084d1b27a499fc459d58df30d65647566971618d95 +size 608071 diff --git a/Content/_Game/Character/Animations/Jog/Jog_Left_Start.uasset b/Content/_Game/Character/Animations/Jog/Jog_Left_Start.uasset new file mode 100644 index 00000000..87015c34 --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d174a0b35b809849b9a6425b00f8187342ba2645fac26d5fa029da502dcde9 +size 567115 diff --git a/Content/_Game/Character/Animations/Jog/Jog_Left_Stop_Trim.uasset b/Content/_Game/Character/Animations/Jog/Jog_Left_Stop_Trim.uasset new file mode 100644 index 00000000..93cfb34e --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/Jog_Left_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea96e1206adfa1b272fdf81da033148f0e7af0fc524f2105741fa79f92ff710 +size 472437 diff --git a/Content/_Game/Character/Animations/Jog/Jog_Right_Start.uasset b/Content/_Game/Character/Animations/Jog/Jog_Right_Start.uasset new file mode 100644 index 00000000..7e9b837b --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b0b390f3c729ca18369756f5a00979709c0f36d2c40e655c71b744e59c00f9 +size 576176 diff --git a/Content/_Game/Character/Animations/Jog/Jog_Right_Stop_Trim.uasset b/Content/_Game/Character/Animations/Jog/Jog_Right_Stop_Trim.uasset new file mode 100644 index 00000000..c4f35180 --- /dev/null +++ b/Content/_Game/Character/Animations/Jog/Jog_Right_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b476dfc0237597e534d9f52dc34922686aa909e6bf5c0de4cc20315c7859c6b +size 568722 diff --git a/Content/_Game/Character/Animations/JogStartBlendspace.uasset b/Content/_Game/Character/Animations/JogStartBlendspace.uasset deleted file mode 100644 index db762ab5..00000000 --- a/Content/_Game/Character/Animations/JogStartBlendspace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c9993e202c412fdd8287e032c18843ba59909c49c577aa0e3ba166420bd8ff2 -size 8411 diff --git a/Content/_Game/Character/Animations/JogStopBlendspace.uasset b/Content/_Game/Character/Animations/JogStopBlendspace.uasset deleted file mode 100644 index 7652c860..00000000 --- a/Content/_Game/Character/Animations/JogStopBlendspace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6df6abbee4030654e1737212880d72468e8b29978f5cca9c7ee0a18e786bddfd -size 8552 diff --git a/Content/_Game/Character/Animations/Jog_Bwd_Start_Trimmed.uasset b/Content/_Game/Character/Animations/Jog_Bwd_Start_Trimmed.uasset deleted file mode 100644 index c9ce5775..00000000 --- a/Content/_Game/Character/Animations/Jog_Bwd_Start_Trimmed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52cd226641396efdaf0928939280bd524537b39e2406b4c9e7eeaa3962e197da -size 389442 diff --git a/Content/_Game/Character/Animations/Jog_Bwd_Stop_Trimmed.uasset b/Content/_Game/Character/Animations/Jog_Bwd_Stop_Trimmed.uasset deleted file mode 100644 index abddbb07..00000000 --- a/Content/_Game/Character/Animations/Jog_Bwd_Stop_Trimmed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34303300f759ca618ffa48d89bb4ae4cc3c6256633f6e3b1fc03a4fa79c6497 -size 514369 diff --git a/Content/_Game/Character/Animations/Jog_Fwd_Start_Trimmed.uasset b/Content/_Game/Character/Animations/Jog_Fwd_Start_Trimmed.uasset deleted file mode 100644 index a8d71fa9..00000000 --- a/Content/_Game/Character/Animations/Jog_Fwd_Start_Trimmed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf7a8f4a1be120644b9840b38c8850e288bdd8d425f9eb125e9a051e05111a7d -size 347673 diff --git a/Content/_Game/Character/Animations/Jog_Fwd_Stop_Trimmed.uasset b/Content/_Game/Character/Animations/Jog_Fwd_Stop_Trimmed.uasset deleted file mode 100644 index 3e100f42..00000000 --- a/Content/_Game/Character/Animations/Jog_Fwd_Stop_Trimmed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e998dc2cdeeb945ac97e1c9537684cd85f5e82a04d0f1f79c1332d8bdcf65a3c -size 385114 diff --git a/Content/_Game/Character/Animations/Jog_Left_Start_Trimmed.uasset b/Content/_Game/Character/Animations/Jog_Left_Start_Trimmed.uasset deleted file mode 100644 index 0b5dcf49..00000000 --- a/Content/_Game/Character/Animations/Jog_Left_Start_Trimmed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:612a5a079f3ac5f886836f9caccd31fecbccf54fdc42d66b57741a602f3a77da -size 274861 diff --git a/Content/_Game/Character/Animations/Jog_Left_Stop_Trimmed.uasset b/Content/_Game/Character/Animations/Jog_Left_Stop_Trimmed.uasset deleted file mode 100644 index 49c75a2f..00000000 --- a/Content/_Game/Character/Animations/Jog_Left_Stop_Trimmed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b222514f7139b8d3c97ce362473d32f1fd94e66b42567b958218eef3c958b117 -size 338398 diff --git a/Content/_Game/Character/Animations/Jog_Right_Start_Trimmed.uasset b/Content/_Game/Character/Animations/Jog_Right_Start_Trimmed.uasset deleted file mode 100644 index 69707301..00000000 --- a/Content/_Game/Character/Animations/Jog_Right_Start_Trimmed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d151be88f9275b9ae93dc5d35bf7d7cf34a1395746008a7dd7afeaf249f38585 -size 302121 diff --git a/Content/_Game/Character/Animations/Jog_Right_Stop_Trimmed.uasset b/Content/_Game/Character/Animations/Jog_Right_Stop_Trimmed.uasset deleted file mode 100644 index b9979052..00000000 --- a/Content/_Game/Character/Animations/Jog_Right_Stop_Trimmed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e120f8e0b33f83b306e7fdb8d788ef9f3c8b305a9fe05f64c9c6f92d6ec86d2 -size 323188 diff --git a/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Bwd_Rifle_Ironsights.uasset b/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Bwd_Rifle_Ironsights.uasset deleted file mode 100644 index 147c9e8c..00000000 --- a/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Bwd_Rifle_Ironsights.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f20509bd8b73fa73ee7a34be0454aff092c2c8ced945af9f478cd30d0f90916a -size 324114 diff --git a/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Fwd_Rifle_Ironsights.uasset b/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Fwd_Rifle_Ironsights.uasset deleted file mode 100644 index a84e3bd3..00000000 --- a/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Fwd_Rifle_Ironsights.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6bb13de51b23f1533b08c8a0effda31ab1246563d829088e62fc526a900d890 -size 313344 diff --git a/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Lt_Rifle_Ironsights.uasset b/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Lt_Rifle_Ironsights.uasset deleted file mode 100644 index fa37d1d2..00000000 --- a/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Lt_Rifle_Ironsights.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18e6035c08b75c137356160e01e6b5559ef5d4daae37d7db894493c6f53d12c5 -size 325834 diff --git a/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Rt_Rifle_Ironsights.uasset b/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Rt_Rifle_Ironsights.uasset deleted file mode 100644 index 95f3cd82..00000000 --- a/Content/_Game/Character/Animations/Retargeted/AimWalking/Walk_Rt_Rifle_Ironsights.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:256ad47ddcad3abc3c3713fec3704918a4f7a3de23ee97225b2f61ab44a4ae20 -size 325871 diff --git a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Bwd_Rifle_Hip.uasset b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Bwd_Rifle_Hip.uasset index 10add4a8..c72d3fb3 100644 --- a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Bwd_Rifle_Hip.uasset +++ b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Bwd_Rifle_Hip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a38e8ed557b030b9a03a0704561d58fcb734a4cb9d043738faa5853b9a455b1c -size 366634 +oid sha256:eddd635e069b5866b900646f1b57518ef433397de925581147537103a4d04515 +size 635280 diff --git a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Fwd_Rifle_Hip.uasset b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Fwd_Rifle_Hip.uasset index 32910ea5..abc28dc3 100644 --- a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Fwd_Rifle_Hip.uasset +++ b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Fwd_Rifle_Hip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa4a5ffe506eae22a13f1e09ff427a39ec651677431d77975171444b3294faf6 -size 379801 +oid sha256:f880ad56781c60d715620124651ae40739b2b1f677583861ff1dc4388212384d +size 607815 diff --git a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Lt_Rifle_Hip.uasset b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Lt_Rifle_Hip.uasset index 5c5ff5be..fab6d1a3 100644 --- a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Lt_Rifle_Hip.uasset +++ b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Lt_Rifle_Hip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13711abf999e28157f1f56a9ccd1bf7facd9ab728ad6b442165252ee49c22934 -size 373154 +oid sha256:cf18ec618418809edf5f2bc42150f97faf8477d9501fe07153383e359babead0 +size 614067 diff --git a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Rt_Rifle_Hip.uasset b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Rt_Rifle_Hip.uasset index 626e3736..1e315ae9 100644 --- a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Rt_Rifle_Hip.uasset +++ b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouch_Walk_Rt_Rifle_Hip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be2aa72bfd65830dd5061d2891888d815d5aedd8f790cf9c6db3770328fcebc9 -size 366511 +oid sha256:5cd6e3d46872991764b391127e0a900221c089d39aab18898583c065561f7df3 +size 625904 diff --git a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouching_Turn_90_Left.uasset b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouching_Turn_90_Left.uasset index f6fc5764..1c57e42f 100644 --- a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouching_Turn_90_Left.uasset +++ b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouching_Turn_90_Left.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6cbc715430f913ed5f433a47fcdbf92420497e9613fb7368ebbefab4201b526 -size 465007 +oid sha256:b452e1ec3101b878c423d34a02f004ea0130c1ba9186cddbd4a15b7a8eaff70b +size 615445 diff --git a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouching_Turn_90_Right.uasset b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouching_Turn_90_Right.uasset index 2c7dc37d..cac59244 100644 --- a/Content/_Game/Character/Animations/Retargeted/Crouching/Crouching_Turn_90_Right.uasset +++ b/Content/_Game/Character/Animations/Retargeted/Crouching/Crouching_Turn_90_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b5e18132e27798a369bc65d65b3c5b2bb6546c2fb575819728d2cdb2529a556 -size 465169 +oid sha256:1fbf6cb1479212c9e5727068c69552487685ba588e27aa8b6c2c80915a3e6044 +size 630312 diff --git a/Content/_Game/Character/Animations/RunningBlendspace.uasset b/Content/_Game/Character/Animations/RunningBlendspace.uasset deleted file mode 100644 index b3156397..00000000 --- a/Content/_Game/Character/Animations/RunningBlendspace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e9146f50cfd5f684364d4e20a510b79d876712298d0ef9eff721112cc7720d4 -size 28802 diff --git a/Content/_Game/Character/ShooterAnimBP.uasset b/Content/_Game/Character/ShooterAnimBP.uasset index a4ade8ac..d7e6da30 100644 --- a/Content/_Game/Character/ShooterAnimBP.uasset +++ b/Content/_Game/Character/ShooterAnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d5301120eb259cd262f208ba7999620c2535d267be73e0a6b49b99f578c4d42 -size 1527513 +oid sha256:6f089a59b10c2f57af4b10ebc6d2ac8eb3f272cb857aae9a367d3dd4074d44fb +size 1527162 diff --git a/Content/_Game/Character/ShooterCharacterBP.uasset b/Content/_Game/Character/ShooterCharacterBP.uasset index 4a2afc6d..d39d5999 100644 --- a/Content/_Game/Character/ShooterCharacterBP.uasset +++ b/Content/_Game/Character/ShooterCharacterBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7501fe4d452f8ef25a46dd291d3219fc14030a5e0559c7e3d9e5f3915191a92 -size 44096 +oid sha256:ce27375ebaf5a076169ad6237a83affee5082382d449e85b8a45d059d738e007 +size 44439 diff --git a/Content/_Game/Maps/DefaultMap.umap b/Content/_Game/Maps/DefaultMap.umap index 73c759ec..6ecc0a25 100644 --- a/Content/_Game/Maps/DefaultMap.umap +++ b/Content/_Game/Maps/DefaultMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f31d6547a18ad13df8aa108e07cab1f55e8e636184fbb06320b4aab9127a60e +oid sha256:a56b89e2894adfe16b9a2c0ab161c6d1902db04dfa0cc550a5be744394379ab9 size 164300 diff --git a/Content/_Game/Materials/PostProcess/M_SMG_Mat.uasset b/Content/_Game/Materials/PostProcess/M_SMG_Mat.uasset deleted file mode 100644 index 0c03238e..00000000 --- a/Content/_Game/Materials/PostProcess/M_SMG_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad4640f6817c747fccad71d5fbe357c85d2667bf24b0347336510956f69b7803 -size 1491 diff --git a/Content/_Game/PlayerController/ShooterPlayerControllerBP.uasset b/Content/_Game/PlayerController/ShooterPlayerControllerBP.uasset index b93fe3a9..4c9b2539 100644 --- a/Content/_Game/PlayerController/ShooterPlayerControllerBP.uasset +++ b/Content/_Game/PlayerController/ShooterPlayerControllerBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18448d0f70f33734630849ed400428d65ddf68ba8d2e0981c0d8a0157d6bab0b -size 19062 +oid sha256:a37c3e136e73e8ecba2dd4d738ac4e7d9aee9dfc5b4b19001d2309970bc40f01 +size 19708