From c5d7e354c64a32df1f78d71cba928d619e5f4be9 Mon Sep 17 00:00:00 2001 From: Rafal Swierczek Date: Fri, 15 Mar 2024 02:28:33 +0000 Subject: [PATCH] Imported Mixamo Leonard Char with Happy Idle Anim --- .../Content/AI/PartyCrowd/Base/BP_BasePartyCharacter.uasset | 4 ++-- .../PartyCrowd/Leonard/BP_BasePartyCharacter_Leonard.uasset | 3 +++ .../AI/PartyCrowd/Leonard/Character/Ch31_1001_Diffuse.uasset | 3 +++ .../PartyCrowd/Leonard/Character/Ch31_1001_Glossiness.uasset | 3 +++ .../AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal.uasset | 3 +++ .../Leonard/Character/Ch31_1001_Normal_ncl1_1.uasset | 3 +++ .../AI/PartyCrowd/Leonard/Character/Ch31_1001_Specular.uasset | 3 +++ .../AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse.uasset | 3 +++ .../Leonard/Character/Ch31_1002_Diffuse_ncl1_1.uasset | 3 +++ .../Content/AI/PartyCrowd/Leonard/Character/Ch31_body.uasset | 3 +++ .../Content/AI/PartyCrowd/Leonard/Character/Ch31_hair.uasset | 3 +++ .../AI/PartyCrowd/Leonard/Character/IK_LeonardChar.uasset | 3 +++ .../AI/PartyCrowd/Leonard/Character/LeonardChar.uasset | 3 +++ .../Leonard/Character/LeonardChar_PhysicsAsset.uasset | 3 +++ .../PartyCrowd/Leonard/Character/LeonardChar_Skeleton.uasset | 3 +++ .../Leonard/Character/RTG_LeonardChar_Mannequin.uasset | 3 +++ .../Leonard/Character/RTG_Mannequin_LeonardChar.uasset | 3 +++ .../Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle.uasset | 3 +++ .../AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle_Montage.uasset | 3 +++ .../AI/PartyCrowd/Leonard/RetargetedABP/ABP_Leonard.uasset | 3 +++ .../AI/PartyCrowd/Leonard/RetargetedABP/BS_MM_WalkRun.uasset | 3 +++ .../AI/PartyCrowd/Leonard/RetargetedABP/MM_Fall_Loop.uasset | 3 +++ .../AI/PartyCrowd/Leonard/RetargetedABP/MM_Idle.uasset | 3 +++ .../AI/PartyCrowd/Leonard/RetargetedABP/MM_Jump.uasset | 3 +++ .../AI/PartyCrowd/Leonard/RetargetedABP/MM_Land.uasset | 3 +++ .../AI/PartyCrowd/Leonard/RetargetedABP/MM_Run_Fwd.uasset | 3 +++ .../AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_Fwd.uasset | 3 +++ .../PartyCrowd/Leonard/RetargetedABP/MM_Walk_InPlace.uasset | 3 +++ .../AI/PartyCrowd/Louise/BP_BasePartyCharacter_Louise.uasset | 4 ++-- .../Louise/PartyAnim/Sitting_Talking_Montage.uasset | 4 ++-- .../Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset | 2 +- EndlessVendetta/Content/Levels/Apartment_hit.umap | 4 ++-- .../Content/StarterContent/Particles/P_Ambient_Dust.uasset | 2 +- 33 files changed, 91 insertions(+), 10 deletions(-) create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/BP_BasePartyCharacter_Leonard.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Diffuse.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Glossiness.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal_ncl1_1.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Specular.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse_ncl1_1.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_body.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_hair.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/IK_LeonardChar.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar_PhysicsAsset.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar_Skeleton.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/RTG_LeonardChar_Mannequin.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/RTG_Mannequin_LeonardChar.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle_Montage.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/ABP_Leonard.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/BS_MM_WalkRun.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Fall_Loop.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Idle.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Jump.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Land.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Run_Fwd.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_Fwd.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_InPlace.uasset diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Base/BP_BasePartyCharacter.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Base/BP_BasePartyCharacter.uasset index 3ee2fe08..325dd1a1 100644 --- a/EndlessVendetta/Content/AI/PartyCrowd/Base/BP_BasePartyCharacter.uasset +++ b/EndlessVendetta/Content/AI/PartyCrowd/Base/BP_BasePartyCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71efe084c6315740a5f8005fdc2b34d957e5fc5a918dabdd62f33c8db6030bc0 -size 37555 +oid sha256:974a2b2c9e7ec106982353a07476895d9ea897fa2497935173562b46347e49ad +size 31332 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/BP_BasePartyCharacter_Leonard.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/BP_BasePartyCharacter_Leonard.uasset new file mode 100644 index 00000000..8c0f8cce --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/BP_BasePartyCharacter_Leonard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3a10867da6cc7c52263d2583aab1f50476284b5fac498c470e089b0ea0d4d9 +size 33666 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Diffuse.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Diffuse.uasset new file mode 100644 index 00000000..56f8767f --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3008b686c685538b5f693adae69b92c9f1ff1d06c964ad336a069adb68bc8325 +size 17679442 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Glossiness.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Glossiness.uasset new file mode 100644 index 00000000..360b934a --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dffd88a515a9614e7bc195177d8d04ae1ad5e0f1f69e70bdf07732f2992dab +size 5944598 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal.uasset new file mode 100644 index 00000000..a8b986b6 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed62b201b32a5fcca8b0473825572555645c6faea0c529e69088a7ccc9306cc5 +size 27782656 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal_ncl1_1.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal_ncl1_1.uasset new file mode 100644 index 00000000..16dae63e --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Normal_ncl1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f033daf9c5007b44a46266b302067da32aae1ab6663775772dcfd9cdbe615b +size 27782687 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Specular.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Specular.uasset new file mode 100644 index 00000000..5e0b76d1 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1001_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cdaeb54742467a4b84ed76ec664a11ada625177b709a24ca497040c0579823 +size 61737 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse.uasset new file mode 100644 index 00000000..d06b283c --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6339317cde07b61db0f3ff20cadb761fd250b2501276a2648eea266c134a3883 +size 4303728 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse_ncl1_1.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse_ncl1_1.uasset new file mode 100644 index 00000000..541a7cae --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_1002_Diffuse_ncl1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d182e24b3701d7f20c873ba5bd9ac750b369c571ba30776b26f2722e33e789 +size 4303759 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_body.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_body.uasset new file mode 100644 index 00000000..b3e1437a --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa5b341a5273f7ca7f9b94f5e402f66cbf94ef1aa119ff4eb8ef76b10380491 +size 11971 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_hair.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_hair.uasset new file mode 100644 index 00000000..dd93bdd6 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/Ch31_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae72efebc6c9a75017fac84d1a567e6ec37fc7c55ce490ebbce8a4970f995f6b +size 9769 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/IK_LeonardChar.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/IK_LeonardChar.uasset new file mode 100644 index 00000000..145a429d --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/IK_LeonardChar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67373de67fc8a5ed18703b6940a3ed86398df6aeae70f4ca2c25f11a213513b +size 64280 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar.uasset new file mode 100644 index 00000000..7aa51124 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babf71a98ceebcc5f146eb8f40ce6f466a9f15b58ff3cf4f3fb72c49a9bf12fe +size 7477947 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar_PhysicsAsset.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar_PhysicsAsset.uasset new file mode 100644 index 00000000..98ca0647 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bc6ce2e475cd0b447aeff9391b0afefe7301fec618f39a6e3455e8af2d41ff +size 30054 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar_Skeleton.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar_Skeleton.uasset new file mode 100644 index 00000000..ae742a19 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/LeonardChar_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976f068fa9c5433a28ca593072e2d8d32217d0a54ec75ad40582cc0fb987f9db +size 28414 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/RTG_LeonardChar_Mannequin.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/RTG_LeonardChar_Mannequin.uasset new file mode 100644 index 00000000..a732cb4c --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/RTG_LeonardChar_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7f8beb7f0148aafb376e045d3ef314475f0d23ce8e64e74e4475e05d2c182f +size 36090 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/RTG_Mannequin_LeonardChar.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/RTG_Mannequin_LeonardChar.uasset new file mode 100644 index 00000000..3804a88c --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/Character/RTG_Mannequin_LeonardChar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f763ddc93cd9a66b590b93b9021a4a1981b7b088aca844978c066b4fd93955aa +size 15017 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle.uasset new file mode 100644 index 00000000..1f51eba7 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e76c6051cc664fcda8aaac817f600311b12e6349049b099e3476359df4fe41 +size 331823 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle_Montage.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle_Montage.uasset new file mode 100644 index 00000000..2f11180f --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/PartyAnim/Happy_Idle_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad300d52d1e60bcf6b01662ccf2b811d1426b4a18bcf0a031d729801ccb65ecc +size 8564 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/ABP_Leonard.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/ABP_Leonard.uasset new file mode 100644 index 00000000..3d22fb31 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/ABP_Leonard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26fb413f49ab2d2e006616e2e14e84c401f7bd590406d5f33a051c872af99d7 +size 356036 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/BS_MM_WalkRun.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/BS_MM_WalkRun.uasset new file mode 100644 index 00000000..bd210e16 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/BS_MM_WalkRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3711ed503a84339c873ff1ec656f8a508e08843873e0cbaa9e81ffd01f78ed68 +size 8486 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Fall_Loop.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Fall_Loop.uasset new file mode 100644 index 00000000..b4069d50 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Fall_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc99eb5275613ee6629843a3c642e4946ccc574f310f71276918dad83edede8b +size 278445 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Idle.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Idle.uasset new file mode 100644 index 00000000..df7b75ee --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6b2974cc3e5a200477035a4e9611d7c72db515688f919064fffced2f60974b +size 640123 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Jump.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Jump.uasset new file mode 100644 index 00000000..98996b5f --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f3996852546b13ccee316567b1e386db44ccf7f352b952551db5c563d7d804 +size 109368 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Land.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Land.uasset new file mode 100644 index 00000000..63408dbe --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654d754f975110635af5b19270ee8b8047612f7122c808794c4888ca33b2924d +size 109928 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Run_Fwd.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Run_Fwd.uasset new file mode 100644 index 00000000..61f20dc7 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16410cf997d52f861e2b56bc6edcdec65ef427fdd545f4952ad8acefc60e7cf +size 192409 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_Fwd.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_Fwd.uasset new file mode 100644 index 00000000..2170e9c4 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514a363a4f0cc1f24398c4b7f8391bfe208da90586a5bdddf0af2299bdb2a63a +size 258574 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_InPlace.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_InPlace.uasset new file mode 100644 index 00000000..cffa2911 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Leonard/RetargetedABP/MM_Walk_InPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ce8ba756af73ca0722f5fadb188b4e597cfe01f07c28aecc672b4b214f1e5 +size 256940 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Louise/BP_BasePartyCharacter_Louise.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Louise/BP_BasePartyCharacter_Louise.uasset index 760a9abe..ba9fbdbe 100644 --- a/EndlessVendetta/Content/AI/PartyCrowd/Louise/BP_BasePartyCharacter_Louise.uasset +++ b/EndlessVendetta/Content/AI/PartyCrowd/Louise/BP_BasePartyCharacter_Louise.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d02651f4dbf3bec5589efb8daf1929b10b3f14d8167c30e68b0e9b0f4db20f70 -size 34346 +oid sha256:bdc94bf9722a96175f65868ea5fd59441f825f568f1b5147bbaca6ba8831a841 +size 33616 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Louise/PartyAnim/Sitting_Talking_Montage.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Louise/PartyAnim/Sitting_Talking_Montage.uasset index 12f77669..6f58c917 100644 --- a/EndlessVendetta/Content/AI/PartyCrowd/Louise/PartyAnim/Sitting_Talking_Montage.uasset +++ b/EndlessVendetta/Content/AI/PartyCrowd/Louise/PartyAnim/Sitting_Talking_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a96d1831588b7c55de0d9372588bc08574f664cf552937d41924353b52164b3 -size 8837 +oid sha256:fbfac41e78bc8bc77bb16e1b6cd0f6f806dd12f013c91101d9ee982735f1b364 +size 8879 diff --git a/EndlessVendetta/Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset b/EndlessVendetta/Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset index b567fac8..28974dc8 100644 --- a/EndlessVendetta/Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset +++ b/EndlessVendetta/Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c863503fd81d5a5e3a843b78faaf3431cc2a40717864486001974279c76ff0b +oid sha256:8226529eabbdb34ab7f33d3bca11962fb65d04c2b7067815146245543cc1e4f4 size 83291 diff --git a/EndlessVendetta/Content/Levels/Apartment_hit.umap b/EndlessVendetta/Content/Levels/Apartment_hit.umap index 3a15066e..cae86d94 100644 --- a/EndlessVendetta/Content/Levels/Apartment_hit.umap +++ b/EndlessVendetta/Content/Levels/Apartment_hit.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd418ff30c31c61383a82fa99e0642da1d096916f730567f4f903860f272ff27 -size 851655 +oid sha256:d40f3962b908cbe2f0b9a6a9cc385f5840862e4b626a85c0770020dadb285e9c +size 852797 diff --git a/EndlessVendetta/Content/StarterContent/Particles/P_Ambient_Dust.uasset b/EndlessVendetta/Content/StarterContent/Particles/P_Ambient_Dust.uasset index 1a39f776..fad5e205 100644 --- a/EndlessVendetta/Content/StarterContent/Particles/P_Ambient_Dust.uasset +++ b/EndlessVendetta/Content/StarterContent/Particles/P_Ambient_Dust.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:303fed716fd28da131e71d22964fd855e2786298eaddfce0b6904379e1424272 +oid sha256:119c2f5d27c4aac2de71e04fe9a4f31e143c1acbc9a23cadd107a71096e2f0f0 size 53268