From f453662198c7108d9484e89c3b25a21f56407927 Mon Sep 17 00:00:00 2001 From: charnet3d Date: Sat, 6 May 2023 15:13:59 +0100 Subject: [PATCH] Section 8: Advanced Movement - Lecture 125 Retargeting Anims with Different Skeletons --- Content/Audio/S_Reservoir.uasset | 3 --- .../DialogueWaves/LtBelica_Kill_Revenge_010_Dialogue.uasset | 3 --- .../Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset | 4 ++-- .../Character/Animations/Crouching/Crouch_Turn_Left_90.uasset | 3 +++ .../Animations/Crouching/Crouch_Turn_Right_90.uasset | 3 +++ Content/_Game/Character/Rigs/IK_Mixamo.uasset | 3 +++ Content/_Game/Character/Rigs/RTG_Mixamo.uasset | 3 +++ Content/_Game/Maps/DefaultMap.umap | 2 +- Shooter.uproject | 4 ++++ 9 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 Content/Audio/S_Reservoir.uasset delete mode 100644 Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_010_Dialogue.uasset create mode 100644 Content/_Game/Character/Animations/Crouching/Crouch_Turn_Left_90.uasset create mode 100644 Content/_Game/Character/Animations/Crouching/Crouch_Turn_Right_90.uasset create mode 100644 Content/_Game/Character/Rigs/IK_Mixamo.uasset create mode 100644 Content/_Game/Character/Rigs/RTG_Mixamo.uasset diff --git a/Content/Audio/S_Reservoir.uasset b/Content/Audio/S_Reservoir.uasset deleted file mode 100644 index 69f613a8..00000000 --- a/Content/Audio/S_Reservoir.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbfb3cf7ec1d0bded127a0ef031cf933eb1b677544301a022ad507006488d5f9 -size 7698934 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_010_Dialogue.uasset deleted file mode 100644 index 09d36be5..00000000 --- a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_010_Dialogue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bddb93ba25c7cd1f91513b59da4089aef5f4de8f02ba591c29064d5203f8460c -size 2644 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset index 09a7d678..416209c3 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:a2b08f1aba2c0fa60f518f030904d3e2058f1ead43a9c707cc889df60bb33501 -size 57854 +oid sha256:2423937d07bbb82b78bd43c1dbc2de827838375334da90ba905f5f9bd9c6c15a +size 57954 diff --git a/Content/_Game/Character/Animations/Crouching/Crouch_Turn_Left_90.uasset b/Content/_Game/Character/Animations/Crouching/Crouch_Turn_Left_90.uasset new file mode 100644 index 00000000..20bf5ad9 --- /dev/null +++ b/Content/_Game/Character/Animations/Crouching/Crouch_Turn_Left_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ee6425ed2a939b4bdb5bac70b9c32fa6d93cea50637d1730552b06e12e190f +size 490227 diff --git a/Content/_Game/Character/Animations/Crouching/Crouch_Turn_Right_90.uasset b/Content/_Game/Character/Animations/Crouching/Crouch_Turn_Right_90.uasset new file mode 100644 index 00000000..07c3a830 --- /dev/null +++ b/Content/_Game/Character/Animations/Crouching/Crouch_Turn_Right_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00de6dae90a7626790e1a99f5b20fe2712df3138413c419acfd90ab2b42418d5 +size 566644 diff --git a/Content/_Game/Character/Rigs/IK_Mixamo.uasset b/Content/_Game/Character/Rigs/IK_Mixamo.uasset new file mode 100644 index 00000000..ab288805 --- /dev/null +++ b/Content/_Game/Character/Rigs/IK_Mixamo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50551d3441a1fa56968fe8d3ae17654be49ce26de7aeffb543b463062c86763 +size 55788 diff --git a/Content/_Game/Character/Rigs/RTG_Mixamo.uasset b/Content/_Game/Character/Rigs/RTG_Mixamo.uasset new file mode 100644 index 00000000..6ba25ecd --- /dev/null +++ b/Content/_Game/Character/Rigs/RTG_Mixamo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e94057b6ea1b5e8b3924fbd0716bdc0e3a8a5281c9066c975995274cde8ed0 +size 9316 diff --git a/Content/_Game/Maps/DefaultMap.umap b/Content/_Game/Maps/DefaultMap.umap index 2fdc05cd..e034a061 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:2bd51c10d546274a701dd20c0de324857b9bf0a0c508223f7ce6b80397758952 +oid sha256:0602bb9191668062fea8af06c264d2f02515e50e7fe71566567c4fbb39ae8012 size 41735 diff --git a/Shooter.uproject b/Shooter.uproject index 28cabfa8..4db7d43e 100644 --- a/Shooter.uproject +++ b/Shooter.uproject @@ -54,6 +54,10 @@ "Name": "ElectronicNodes", "Enabled": true, "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/5cb2a394d0c04e73891762be4cbd7216" + }, + { + "Name": "VisualStudioSourceCodeAccess", + "Enabled": false } ] } \ No newline at end of file