From 49103cf0671d0a9a9351e86271020cc3a5f204d7 Mon Sep 17 00:00:00 2001 From: amasson Date: Mon, 12 May 2025 19:33:44 +0200 Subject: [PATCH] RedHood locomotion --- .gitignore | 1 + Content/Animations/RedHood/ABP_RedHood.uasset | 3 +++ Content/Animations/RedHood/AS_RedHood.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/FallLoop.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/Hurt.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/Idle.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/JumpEnd.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/JumpStart.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/LightAttack1.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/LightAttack2.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/LightAttack3.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/Run.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/TurnAround.uasset | 3 +++ Content/Animations/RedHood/AnimSequences/WallSlide.uasset | 3 +++ Content/Blueprints/Characters/BP_ACharacterBase.uasset | 4 ++-- Content/Maps/Playground.umap | 4 ++-- .../RedHood-Assets/Content/FlipBooks/RedHood/FB_Run.uasset | 4 ++-- 17 files changed, 46 insertions(+), 6 deletions(-) create mode 100644 Content/Animations/RedHood/ABP_RedHood.uasset create mode 100644 Content/Animations/RedHood/AS_RedHood.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/FallLoop.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/Hurt.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/Idle.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/JumpEnd.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/JumpStart.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/LightAttack1.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/LightAttack2.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/LightAttack3.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/Run.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/TurnAround.uasset create mode 100644 Content/Animations/RedHood/AnimSequences/WallSlide.uasset diff --git a/.gitignore b/.gitignore index ffdd072..a2c2c59 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .vs/ .vscode/ .vsconfig +.idea # Compiled Object files *.slo diff --git a/Content/Animations/RedHood/ABP_RedHood.uasset b/Content/Animations/RedHood/ABP_RedHood.uasset new file mode 100644 index 0000000..0ec57ff --- /dev/null +++ b/Content/Animations/RedHood/ABP_RedHood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcf2b3ff1ded24237285848a0a1ef14fd3d87d43903b42aaa8c5606ba394cc0 +size 159592 diff --git a/Content/Animations/RedHood/AS_RedHood.uasset b/Content/Animations/RedHood/AS_RedHood.uasset new file mode 100644 index 0000000..bc2237d --- /dev/null +++ b/Content/Animations/RedHood/AS_RedHood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc9ee08ee6a6a9170518e19da6bc606cbb5d5904ce8cfc226523dc893f3cf38 +size 1330 diff --git a/Content/Animations/RedHood/AnimSequences/FallLoop.uasset b/Content/Animations/RedHood/AnimSequences/FallLoop.uasset new file mode 100644 index 0000000..9abef0d --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/FallLoop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c805b83d70f9b8ce88317cd5cb821d93846e78c167b0b24acfecdccb7b98b315 +size 2397 diff --git a/Content/Animations/RedHood/AnimSequences/Hurt.uasset b/Content/Animations/RedHood/AnimSequences/Hurt.uasset new file mode 100644 index 0000000..042c440 --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/Hurt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdf3d732d1f4890e69b160348b00d6ffe32aa1a3a338ab64871506f6bac2c19 +size 2369 diff --git a/Content/Animations/RedHood/AnimSequences/Idle.uasset b/Content/Animations/RedHood/AnimSequences/Idle.uasset new file mode 100644 index 0000000..2b495ef --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b54f7e22d35dfde9b7c47b408b3f18132249815c5775074cad63fd779101e0 +size 2369 diff --git a/Content/Animations/RedHood/AnimSequences/JumpEnd.uasset b/Content/Animations/RedHood/AnimSequences/JumpEnd.uasset new file mode 100644 index 0000000..fcc333c --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/JumpEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e2833e308f8f900a93256421da19e8b10617c32083a48d463242fe45c751f2 +size 2390 diff --git a/Content/Animations/RedHood/AnimSequences/JumpStart.uasset b/Content/Animations/RedHood/AnimSequences/JumpStart.uasset new file mode 100644 index 0000000..44b1a0e --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/JumpStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2bfa5a6eb6b9a2a4db329de7aac9b30f9b54cccb9bf30b4484297485308690 +size 2404 diff --git a/Content/Animations/RedHood/AnimSequences/LightAttack1.uasset b/Content/Animations/RedHood/AnimSequences/LightAttack1.uasset new file mode 100644 index 0000000..57426b7 --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/LightAttack1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c00933cbae4b27ec96794a457aac6dfb13e16fdf4ebfe95a92167a7417df346 +size 2425 diff --git a/Content/Animations/RedHood/AnimSequences/LightAttack2.uasset b/Content/Animations/RedHood/AnimSequences/LightAttack2.uasset new file mode 100644 index 0000000..b7dae07 --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/LightAttack2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0f65dddcd0c638433d6975b42796bba8196b3a308f8caa005ae41361e44387 +size 2425 diff --git a/Content/Animations/RedHood/AnimSequences/LightAttack3.uasset b/Content/Animations/RedHood/AnimSequences/LightAttack3.uasset new file mode 100644 index 0000000..b838db9 --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/LightAttack3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cff585ab229e78e98036ee2e4e81a1bbbcd32824d75324e56f659c9148cf8b0 +size 2425 diff --git a/Content/Animations/RedHood/AnimSequences/Run.uasset b/Content/Animations/RedHood/AnimSequences/Run.uasset new file mode 100644 index 0000000..26d69ce --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c59f932ef0e06b3248393a4ec377d59402051d6eae469100db10f7fd9a42f87 +size 2362 diff --git a/Content/Animations/RedHood/AnimSequences/TurnAround.uasset b/Content/Animations/RedHood/AnimSequences/TurnAround.uasset new file mode 100644 index 0000000..55c18a2 --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/TurnAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac7a9c65ed8b89a3bc5425ae85d5357271a5f26b4ee701a7b925a744bab154f +size 2411 diff --git a/Content/Animations/RedHood/AnimSequences/WallSlide.uasset b/Content/Animations/RedHood/AnimSequences/WallSlide.uasset new file mode 100644 index 0000000..61a7fb5 --- /dev/null +++ b/Content/Animations/RedHood/AnimSequences/WallSlide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de9be8b8e42d9a9191c81eefc540724b301b1193ce505d5b204545e521feb25 +size 2404 diff --git a/Content/Blueprints/Characters/BP_ACharacterBase.uasset b/Content/Blueprints/Characters/BP_ACharacterBase.uasset index ff06077..dd2233d 100644 --- a/Content/Blueprints/Characters/BP_ACharacterBase.uasset +++ b/Content/Blueprints/Characters/BP_ACharacterBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98bf56793f386d018ea64064741ef0d972d46480bf0d0fcb72f2d48db909f90c -size 23477 +oid sha256:9d80cf0faa3145a910f4252745a07f1efb72f4df242ac72fab0501f8fcbbd929 +size 26198 diff --git a/Content/Maps/Playground.umap b/Content/Maps/Playground.umap index 0e3b817..97261d3 100644 --- a/Content/Maps/Playground.umap +++ b/Content/Maps/Playground.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bc2bd63000a8a1776f8cc9439669b80a68fa13eb383ad5685e434a34083fa98 -size 40212 +oid sha256:293e7bc194d34f375a1a407d20b8107cc25ae840b0a2304f68e8e884404ce45c +size 42799 diff --git a/Plugins/RedHood-Assets/Content/FlipBooks/RedHood/FB_Run.uasset b/Plugins/RedHood-Assets/Content/FlipBooks/RedHood/FB_Run.uasset index 76a9672..4f423f2 100644 --- a/Plugins/RedHood-Assets/Content/FlipBooks/RedHood/FB_Run.uasset +++ b/Plugins/RedHood-Assets/Content/FlipBooks/RedHood/FB_Run.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98c4cedb9db1ae0b3eeb9793f473bfeb8d3f1fc00cc3873cc27572d27e778525 -size 14902 +oid sha256:1563b78290dc0157a3b2f67bc9c92d83ae4efe9a82aa76b4d0cf20471a6ee7b8 +size 14977