From 9b61c593f0b55abe8ba5e88f69e15abbd317f5ca Mon Sep 17 00:00:00 2001 From: Kevin Lundell Date: Mon, 25 Nov 2024 02:38:59 +0100 Subject: [PATCH] Turotial E09 Done --- Content/Blueprints/BPC_AttackSystem.uasset | 3 +++ Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset | 4 ++-- .../SwordAttacks/AnimNotify_SwordComboEnd.uasset | 3 +++ .../SwordAttacks/AnimNotify_SwordComboNext.uasset | 3 +++ Content/Characters/RPG_Character/SwordAttacks/Attack1.uasset | 3 +++ .../RPG_Character/SwordAttacks/Attack1_Montage.uasset | 3 +++ Content/Characters/RPG_Character/SwordAttacks/Attack2.uasset | 3 +++ .../RPG_Character/SwordAttacks/Attack2_Montage.uasset | 3 +++ Content/Characters/RPG_Character/SwordAttacks/Attack3.uasset | 3 +++ .../RPG_Character/SwordAttacks/Attack3_Montage.uasset | 3 +++ Content/Characters/RPG_Character/SwordAttacks/Kick.uasset | 3 +++ .../Characters/RPG_Character/SwordAttacks/Kick_Montage.uasset | 3 +++ Content/Sword/Sword.uasset | 3 +++ Content/Sword/Sword_Low_Done.uasset | 3 +++ Content/Sword/Textures/M_Sword.uasset | 3 +++ Content/Sword/Textures/Sword_Base_Color.uasset | 3 +++ Content/Sword/Textures/Sword_Metallic.uasset | 3 +++ Content/Sword/Textures/Sword_Normal_DirectX.uasset | 3 +++ Content/Sword/Textures/Sword_Roughness.uasset | 3 +++ Content/Sword/Textures/Sword_occlusion.uasset | 3 +++ Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset | 4 ++-- Content/ThirdPerson/Input/Actions/IA_Attack.uasset | 3 +++ Content/ThirdPerson/Input/IMC_Default.uasset | 4 ++-- 23 files changed, 66 insertions(+), 6 deletions(-) create mode 100644 Content/Blueprints/BPC_AttackSystem.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/AnimNotify_SwordComboEnd.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/AnimNotify_SwordComboNext.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/Attack1.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/Attack1_Montage.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/Attack2.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/Attack2_Montage.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/Attack3.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/Attack3_Montage.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/Kick.uasset create mode 100644 Content/Characters/RPG_Character/SwordAttacks/Kick_Montage.uasset create mode 100644 Content/Sword/Sword.uasset create mode 100644 Content/Sword/Sword_Low_Done.uasset create mode 100644 Content/Sword/Textures/M_Sword.uasset create mode 100644 Content/Sword/Textures/Sword_Base_Color.uasset create mode 100644 Content/Sword/Textures/Sword_Metallic.uasset create mode 100644 Content/Sword/Textures/Sword_Normal_DirectX.uasset create mode 100644 Content/Sword/Textures/Sword_Roughness.uasset create mode 100644 Content/Sword/Textures/Sword_occlusion.uasset create mode 100644 Content/ThirdPerson/Input/Actions/IA_Attack.uasset diff --git a/Content/Blueprints/BPC_AttackSystem.uasset b/Content/Blueprints/BPC_AttackSystem.uasset new file mode 100644 index 0000000..0ed8b75 --- /dev/null +++ b/Content/Blueprints/BPC_AttackSystem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e233b8dc74a8351d6bf96937de8226bb61d7b6fd71786ab30f3a58122299e9 +size 202484 diff --git a/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset b/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset index e864a47..1d11b62 100644 --- a/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset +++ b/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:777b2aa0a679b5d326814440204787ff0ba56b4ad9477a407b24d689155b050c -size 160872 +oid sha256:7a489e908567fe47949b08aa70c8be96b0429a5c98db33cc6aae1cf657c58ec3 +size 191545 diff --git a/Content/Characters/RPG_Character/SwordAttacks/AnimNotify_SwordComboEnd.uasset b/Content/Characters/RPG_Character/SwordAttacks/AnimNotify_SwordComboEnd.uasset new file mode 100644 index 0000000..befc910 --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/AnimNotify_SwordComboEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab458164cf614f9f832729f62b5ea58a96ef0744dc870c4f63372cac0dba5719 +size 27632 diff --git a/Content/Characters/RPG_Character/SwordAttacks/AnimNotify_SwordComboNext.uasset b/Content/Characters/RPG_Character/SwordAttacks/AnimNotify_SwordComboNext.uasset new file mode 100644 index 0000000..64da835 --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/AnimNotify_SwordComboNext.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0df1c972b135876a5f1104a1b051933578f9a69e23436d0a240d37c20ff0bf +size 27567 diff --git a/Content/Characters/RPG_Character/SwordAttacks/Attack1.uasset b/Content/Characters/RPG_Character/SwordAttacks/Attack1.uasset new file mode 100644 index 0000000..a46bd8f --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/Attack1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6648aff756b94ec6b15a79504a04e676bd96f428dc515f64a5248a47f80d2a +size 979658 diff --git a/Content/Characters/RPG_Character/SwordAttacks/Attack1_Montage.uasset b/Content/Characters/RPG_Character/SwordAttacks/Attack1_Montage.uasset new file mode 100644 index 0000000..a126c4b --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/Attack1_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27473d6c29cef2a8963fca0420e0f330beeada62b7802b0c093954a1297d725 +size 13563 diff --git a/Content/Characters/RPG_Character/SwordAttacks/Attack2.uasset b/Content/Characters/RPG_Character/SwordAttacks/Attack2.uasset new file mode 100644 index 0000000..6d572cd --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/Attack2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095940fc83f15b9359400524a7e981813caaa455de859ad5e5f6b53beb00067b +size 892572 diff --git a/Content/Characters/RPG_Character/SwordAttacks/Attack2_Montage.uasset b/Content/Characters/RPG_Character/SwordAttacks/Attack2_Montage.uasset new file mode 100644 index 0000000..eec121e --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/Attack2_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e022d6976ece37dd54f28c4bad4ddc8c18eb33d6152fe0d0d26317d49bffac +size 12833 diff --git a/Content/Characters/RPG_Character/SwordAttacks/Attack3.uasset b/Content/Characters/RPG_Character/SwordAttacks/Attack3.uasset new file mode 100644 index 0000000..4a76c9b --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/Attack3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7641c0f2e49bac439f5c5f171923502b645dc9e4b4295cf3f7f3170e86d0d8ef +size 1470366 diff --git a/Content/Characters/RPG_Character/SwordAttacks/Attack3_Montage.uasset b/Content/Characters/RPG_Character/SwordAttacks/Attack3_Montage.uasset new file mode 100644 index 0000000..d63f4ee --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/Attack3_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdb71ec4ecb18138708346b3eb8df7310cab8985ea1a794a44bd44120b6f270 +size 11565 diff --git a/Content/Characters/RPG_Character/SwordAttacks/Kick.uasset b/Content/Characters/RPG_Character/SwordAttacks/Kick.uasset new file mode 100644 index 0000000..7dc9d2f --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/Kick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3bd9f87a689a99e4c51bf65330b5f2b365f594005b8f581f60d9b13d1183ce +size 789634 diff --git a/Content/Characters/RPG_Character/SwordAttacks/Kick_Montage.uasset b/Content/Characters/RPG_Character/SwordAttacks/Kick_Montage.uasset new file mode 100644 index 0000000..58b297a --- /dev/null +++ b/Content/Characters/RPG_Character/SwordAttacks/Kick_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f152b37f90503312adc05ea8bb698e1d17cf5a76627d588a397c884cbf6be82 +size 13208 diff --git a/Content/Sword/Sword.uasset b/Content/Sword/Sword.uasset new file mode 100644 index 0000000..9cd11fe --- /dev/null +++ b/Content/Sword/Sword.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f641ecb4dca6fb17668f5279bfee8c38fc55307c465ec1f9076cec202bb97a +size 96869 diff --git a/Content/Sword/Sword_Low_Done.uasset b/Content/Sword/Sword_Low_Done.uasset new file mode 100644 index 0000000..0148c30 --- /dev/null +++ b/Content/Sword/Sword_Low_Done.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcbc9cf043f8b90a44613e9e048b2110d35099f05a4a5dc9dd940b24d8f3e83 +size 1466 diff --git a/Content/Sword/Textures/M_Sword.uasset b/Content/Sword/Textures/M_Sword.uasset new file mode 100644 index 0000000..431b206 --- /dev/null +++ b/Content/Sword/Textures/M_Sword.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e56d70c1c84167a738aa0b72638976564aa2f1b3833bf3add79f7c112a7f12 +size 19531 diff --git a/Content/Sword/Textures/Sword_Base_Color.uasset b/Content/Sword/Textures/Sword_Base_Color.uasset new file mode 100644 index 0000000..c3ea0f8 --- /dev/null +++ b/Content/Sword/Textures/Sword_Base_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9897c504178335b7cf9411fd35906a5e66f7ae7fbf50ae49813907932521b705 +size 1911009 diff --git a/Content/Sword/Textures/Sword_Metallic.uasset b/Content/Sword/Textures/Sword_Metallic.uasset new file mode 100644 index 0000000..b84bd6d --- /dev/null +++ b/Content/Sword/Textures/Sword_Metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f51768dcef6da4386be405cf6e4b0a3c1bf2f8dfd3a75fb2681c2840e3cb7b +size 371144 diff --git a/Content/Sword/Textures/Sword_Normal_DirectX.uasset b/Content/Sword/Textures/Sword_Normal_DirectX.uasset new file mode 100644 index 0000000..f01e02a --- /dev/null +++ b/Content/Sword/Textures/Sword_Normal_DirectX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3e72d597456a69627666c80ece6086dc81455aa904ddd28e3a89ee373db9bf +size 3057617 diff --git a/Content/Sword/Textures/Sword_Roughness.uasset b/Content/Sword/Textures/Sword_Roughness.uasset new file mode 100644 index 0000000..fc98f57 --- /dev/null +++ b/Content/Sword/Textures/Sword_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0ff21c3d54c97dc98a8c93dae2c61932886b21ba0ca96e5d73813067bc5287 +size 1011544 diff --git a/Content/Sword/Textures/Sword_occlusion.uasset b/Content/Sword/Textures/Sword_occlusion.uasset new file mode 100644 index 0000000..9f414ca --- /dev/null +++ b/Content/Sword/Textures/Sword_occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9114626f4f44425ca4fee1177f6878ee46da9be5d04f69074eba8b5cecb66987 +size 114264 diff --git a/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index 31581ac..d4e65ba 100644 --- a/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f94b24430e9b1cd030b58554f6e2dc7470addd9442d8d7cb444fac7c12f7977b -size 714700 +oid sha256:9406361a4f775e675315702bc5480efbe5fe72ac9792029af623f054332ae9e2 +size 720207 diff --git a/Content/ThirdPerson/Input/Actions/IA_Attack.uasset b/Content/ThirdPerson/Input/Actions/IA_Attack.uasset new file mode 100644 index 0000000..3a7e0a0 --- /dev/null +++ b/Content/ThirdPerson/Input/Actions/IA_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6355a95027ebd1e1e9e7e7c830430cce74255caf89e67a24f6b93edfa19de44e +size 1402 diff --git a/Content/ThirdPerson/Input/IMC_Default.uasset b/Content/ThirdPerson/Input/IMC_Default.uasset index 9c7a59b..d77a4e1 100644 --- a/Content/ThirdPerson/Input/IMC_Default.uasset +++ b/Content/ThirdPerson/Input/IMC_Default.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6a9b9d761385427e04f1ed559df681f8e9149afb3e34a49c201f1a3f446b1c0 -size 17411 +oid sha256:2d86d96c52e2e0ffc920e32820d65af67a9a5cfa84c20bbc0389848403af514e +size 18078