From 453ec5a6ca9f70fb13b0b9dad9ebbc5b67a4227b Mon Sep 17 00:00:00 2001 From: charnet3d Date: Thu, 25 Jan 2024 03:35:29 +0100 Subject: [PATCH] Fixed Crouch montage and some dependencies --- Content/SideScroller/Animations/AMDT_WallslideLeft.uasset | 3 --- Content/SideScroller/Animations/AS_Crouch_Walk_Fwd1.uasset | 3 --- .../SideScroller/Animations/AS_Crouch_Walk_Fwd_Montage.uasset | 3 --- Content/SideScroller/Animations/BS_MM_WalkRun.uasset | 3 --- Content/SideScroller/Animations/MM_Fall_Loop.uasset | 3 --- Content/SideScroller/Animations/MM_Idle.uasset | 3 --- Content/SideScroller/Animations/MM_Jump.uasset | 3 --- Content/SideScroller/Animations/MM_Land.uasset | 3 --- Content/SideScroller/Animations/MM_Run_Fwd.uasset | 3 --- Content/SideScroller/Animations/MM_Walk_Fwd.uasset | 3 --- Content/SideScroller/Animations/MM_Walk_InPlace.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/ABP_SST.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/ABP_SST1.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/AMDT_WallslideLeft.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/AS_Crouch_Idle.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/AS_Crouch_Idle1.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd.uasset | 3 +++ .../Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd1.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd.uasset | 3 +++ .../Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd2.uasset | 4 ++-- .../Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd_Montage.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt1.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt1.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/AS_Dash.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/AS_Dash1.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/AS_Wallslide_Left.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/AS_Wallslide_Left1.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/BS_CrouchWalk.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/BS_CrouchWalk1.uasset | 3 --- .../Animations/Retargeted_UE4_Manny/BS_MM_WalkRun.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/MM_Fall_Loop.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/MM_Idle.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/MM_Jump.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/MM_Land.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/MM_Run_Fwd.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/MM_Walk_Fwd.uasset | 3 +++ .../Animations/Retargeted_UE4_Manny/MM_Walk_InPlace.uasset | 3 +++ Content/SideScroller/Blueprints/BP_FunnyPrinceGameMode.uasset | 4 ++-- Content/SideScroller/Blueprints/BP_MainCharacter.uasset | 4 ++-- Source/FunnyPrince/FunnyPrinceCharacter.cpp | 4 ++-- 42 files changed, 65 insertions(+), 65 deletions(-) delete mode 100644 Content/SideScroller/Animations/AMDT_WallslideLeft.uasset delete mode 100644 Content/SideScroller/Animations/AS_Crouch_Walk_Fwd1.uasset delete mode 100644 Content/SideScroller/Animations/AS_Crouch_Walk_Fwd_Montage.uasset delete mode 100644 Content/SideScroller/Animations/BS_MM_WalkRun.uasset delete mode 100644 Content/SideScroller/Animations/MM_Fall_Loop.uasset delete mode 100644 Content/SideScroller/Animations/MM_Idle.uasset delete mode 100644 Content/SideScroller/Animations/MM_Jump.uasset delete mode 100644 Content/SideScroller/Animations/MM_Land.uasset delete mode 100644 Content/SideScroller/Animations/MM_Run_Fwd.uasset delete mode 100644 Content/SideScroller/Animations/MM_Walk_Fwd.uasset delete mode 100644 Content/SideScroller/Animations/MM_Walk_InPlace.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/ABP_SST.uasset delete mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/ABP_SST1.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AMDT_WallslideLeft.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Idle.uasset delete mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Idle1.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd.uasset delete mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd1.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd_Montage.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt.uasset delete mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt1.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt.uasset delete mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt1.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Dash.uasset delete mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Dash1.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Wallslide_Left.uasset delete mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Wallslide_Left1.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_CrouchWalk.uasset delete mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_CrouchWalk1.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_MM_WalkRun.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Fall_Loop.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Idle.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Jump.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Land.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Run_Fwd.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Walk_Fwd.uasset create mode 100644 Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Walk_InPlace.uasset diff --git a/Content/SideScroller/Animations/AMDT_WallslideLeft.uasset b/Content/SideScroller/Animations/AMDT_WallslideLeft.uasset deleted file mode 100644 index fc75a8c..0000000 --- a/Content/SideScroller/Animations/AMDT_WallslideLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7b623ccb2b4e16f455b9baaf1c1f09dc452ef295c68c539bb3bf6922b5eb340 -size 42828 diff --git a/Content/SideScroller/Animations/AS_Crouch_Walk_Fwd1.uasset b/Content/SideScroller/Animations/AS_Crouch_Walk_Fwd1.uasset deleted file mode 100644 index d8e40a6..0000000 --- a/Content/SideScroller/Animations/AS_Crouch_Walk_Fwd1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd173bc467189ac31099e213db57f773df796a0d034deeeff952476db1ab72a5 -size 543773 diff --git a/Content/SideScroller/Animations/AS_Crouch_Walk_Fwd_Montage.uasset b/Content/SideScroller/Animations/AS_Crouch_Walk_Fwd_Montage.uasset deleted file mode 100644 index 7e10679..0000000 --- a/Content/SideScroller/Animations/AS_Crouch_Walk_Fwd_Montage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08763084bd7390ead4d1088736ef2a4ca748d3c3be8d083a4c9ca06da1a5e4b9 -size 9416 diff --git a/Content/SideScroller/Animations/BS_MM_WalkRun.uasset b/Content/SideScroller/Animations/BS_MM_WalkRun.uasset deleted file mode 100644 index 286d255..0000000 --- a/Content/SideScroller/Animations/BS_MM_WalkRun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e50c9926afa9e469b3c2d4cc0eb53c1498ec6d472f0438deb66139d0b4c8822 -size 9144 diff --git a/Content/SideScroller/Animations/MM_Fall_Loop.uasset b/Content/SideScroller/Animations/MM_Fall_Loop.uasset deleted file mode 100644 index 5a9079d..0000000 --- a/Content/SideScroller/Animations/MM_Fall_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bbab3a045bd437ce694bc6dc5151111d37dc91dbdf53a100af25db360c29324 -size 997935 diff --git a/Content/SideScroller/Animations/MM_Idle.uasset b/Content/SideScroller/Animations/MM_Idle.uasset deleted file mode 100644 index 4ff7d69..0000000 --- a/Content/SideScroller/Animations/MM_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e39fe7e14c1db23fcbb4fdde51905d5cec6bdf593f311e561d6babc3ff11c1d -size 1977417 diff --git a/Content/SideScroller/Animations/MM_Jump.uasset b/Content/SideScroller/Animations/MM_Jump.uasset deleted file mode 100644 index 1458066..0000000 --- a/Content/SideScroller/Animations/MM_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb809b2adf84f60cfc9f2b1bf87145b937abe8105c401a7e80d2fc23deeae76 -size 388613 diff --git a/Content/SideScroller/Animations/MM_Land.uasset b/Content/SideScroller/Animations/MM_Land.uasset deleted file mode 100644 index 4d64ae3..0000000 --- a/Content/SideScroller/Animations/MM_Land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c4bb1421780542d2780fc4a8895b3342b5a01c80157efa3661d2534ae72c94e -size 387319 diff --git a/Content/SideScroller/Animations/MM_Run_Fwd.uasset b/Content/SideScroller/Animations/MM_Run_Fwd.uasset deleted file mode 100644 index 939b381..0000000 --- a/Content/SideScroller/Animations/MM_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f641bbcd9cbcc81372eb825efb0171f21e9693606bd5069c497b68c2e366abe -size 669062 diff --git a/Content/SideScroller/Animations/MM_Walk_Fwd.uasset b/Content/SideScroller/Animations/MM_Walk_Fwd.uasset deleted file mode 100644 index 8842e1b..0000000 --- a/Content/SideScroller/Animations/MM_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f134f364ddf00aea155777040cefd29c713311eaed3823ed9149332d57ba89d3 -size 877137 diff --git a/Content/SideScroller/Animations/MM_Walk_InPlace.uasset b/Content/SideScroller/Animations/MM_Walk_InPlace.uasset deleted file mode 100644 index e37812c..0000000 --- a/Content/SideScroller/Animations/MM_Walk_InPlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cae9d4bc0eaff860cdb00a3166fe053391c1c2060177cd8a70512a7b327b4091 -size 899509 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/ABP_SST.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/ABP_SST.uasset new file mode 100644 index 0000000..00085a2 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/ABP_SST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42c288829df766b65a54c31162dcf1fe8dacc5585965cadeb0592d627b25363 +size 571572 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/ABP_SST1.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/ABP_SST1.uasset deleted file mode 100644 index d72a036..0000000 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/ABP_SST1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b9f7dd223890199a1004a4732dde99c109e71cee8aea369c14a9ca6b3bb9528 -size 572007 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AMDT_WallslideLeft.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AMDT_WallslideLeft.uasset new file mode 100644 index 0000000..9b1a397 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AMDT_WallslideLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68283bf4e3fe69c9a76b1db965357fcd117138e5c224b658b8fbbe897cc2d4f4 +size 42870 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Idle.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Idle.uasset new file mode 100644 index 0000000..b747200 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9d07a76d644a7d96b930095104124ce862cd7584bf0a6e05725a0296f09c5a +size 999209 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Idle1.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Idle1.uasset deleted file mode 100644 index 9457be6..0000000 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Idle1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a18e0df4f9e93e46980af53ac9fd97d8fd2bd242bc1759f70b4e8430f0e365bf -size 999214 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd.uasset new file mode 100644 index 0000000..a8779ee --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681946e95174c9e11b4a28988c64cc36f6260e8b06bb8663984655a76fa4d4a5 +size 426309 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd1.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd1.uasset deleted file mode 100644 index e6e94a8..0000000 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Bwd1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63d5304f62d6d0b45164727d9c6f1ca21149f50f1e783aab802b92138c5f75ad -size 426314 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd.uasset new file mode 100644 index 0000000..c87cb67 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3c5beda3d68af022a6839e21455ceb50cc1113ece3078334362eb2861f4b69 +size 442985 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd2.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd2.uasset index f304be0..2e26eb3 100644 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd2.uasset +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1a3803dc3720dd416f75051f19cbe9ae35c2a4cf8568637333ddae894a8f787 -size 442990 +oid sha256:de90c4239476fe5147e964b21e11e1484d30f87fe54f5984e6a86af8aecdbea2 +size 442994 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd_Montage.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd_Montage.uasset new file mode 100644 index 0000000..0c5f400 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Fwd_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fcce431775c9b549f6b9308832bfadd421dc8ea2f43f170122b2799a5213b4 +size 9445 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt.uasset new file mode 100644 index 0000000..107c926 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45282ebcc297eb35964e947d1653ee44274c918276a04ae4da0c0b48b1585ddb +size 448567 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt1.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt1.uasset deleted file mode 100644 index bfbe545..0000000 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Lt1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75176253bd8fc8e703d921b698e0f4362caa49be83b74da1fb799da03048908d -size 448572 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt.uasset new file mode 100644 index 0000000..055410e --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45c83f6155cf094ab0817ae5839a89a1b512aa644d5807652aa4e0cf9c2b427 +size 448629 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt1.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt1.uasset deleted file mode 100644 index 20ea00a..0000000 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Crouch_Walk_Rt1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adde7ea9d2822f8eaf1ddf717197697067ad60b32ceabb926171ebf0d55b1850 -size 448634 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Dash.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Dash.uasset new file mode 100644 index 0000000..1b0eb09 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Dash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f7ef4cfddc5499d2d9f756efacc772be1082366a2265e40d08385de943a045 +size 125549 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Dash1.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Dash1.uasset deleted file mode 100644 index 0906e62..0000000 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Dash1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be83d9f464faf7705c01542286d716a4ef86cd6bd598e5c440daddf481008781 -size 125554 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Wallslide_Left.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Wallslide_Left.uasset new file mode 100644 index 0000000..4484020 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Wallslide_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e72014dcc78ba649a0f7df641642d274718a345994c4203782aedf79f87a56 +size 121291 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Wallslide_Left1.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Wallslide_Left1.uasset deleted file mode 100644 index 9a50072..0000000 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/AS_Wallslide_Left1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a37f6d34c87c93fc57053fa50520a46f579cb91188bc820e36bd4791818aa61 -size 121296 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_CrouchWalk.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_CrouchWalk.uasset new file mode 100644 index 0000000..a2f8f04 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_CrouchWalk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e42f163d1490fc20450051263949ee169395b4ad4a9dd562dfe7ad001a7ce72 +size 14639 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_CrouchWalk1.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_CrouchWalk1.uasset deleted file mode 100644 index 8780786..0000000 --- a/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_CrouchWalk1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f39dc8d15ba6129b9f71466ad4fd357c16491f170df9a7515ba36b8a80e8709 -size 14665 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_MM_WalkRun.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_MM_WalkRun.uasset new file mode 100644 index 0000000..239e5e5 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/BS_MM_WalkRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502006bf3251831f961f10ee3a4ce1b348ff425f55f74c8e3fd312d1ff25d525 +size 9249 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Fall_Loop.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Fall_Loop.uasset new file mode 100644 index 0000000..c6ffe1e --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Fall_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b780fb3c7e4e41a408531bf63b828b85b5f75075d79645a70c4c74ae8c4db99f +size 997977 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Idle.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Idle.uasset new file mode 100644 index 0000000..1b22d30 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9e42ccb53bd8452642b63b390d2629ab7c5ecdadb67032180e89e6f4f65155 +size 1977459 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Jump.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Jump.uasset new file mode 100644 index 0000000..e7dbc43 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea7a31f3d68df40970f3a3c239c4a89b4ddb67d4bedd93483926e71996e75cc +size 388655 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Land.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Land.uasset new file mode 100644 index 0000000..cb2e750 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f68026d39f9298b3911e441bed4922ff8139d9ee987b953e2e002419403de3a +size 387361 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Run_Fwd.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Run_Fwd.uasset new file mode 100644 index 0000000..2e58430 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003093bf118b34b3f34480db8207cc0eddc0c38709ce3ab9423eccacc9108554 +size 669104 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Walk_Fwd.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Walk_Fwd.uasset new file mode 100644 index 0000000..abdfd30 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8482b14671320abcdda57e1ef9cebb557b0fdd2d2531108904064f1d094bcc58 +size 877179 diff --git a/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Walk_InPlace.uasset b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Walk_InPlace.uasset new file mode 100644 index 0000000..32bd765 --- /dev/null +++ b/Content/SideScroller/Animations/Retargeted_UE4_Manny/MM_Walk_InPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597d5b463fe181309679d5dbd2d551a72e0762a7ab16a6fb205e5da1afdbf222 +size 899551 diff --git a/Content/SideScroller/Blueprints/BP_FunnyPrinceGameMode.uasset b/Content/SideScroller/Blueprints/BP_FunnyPrinceGameMode.uasset index dae7d18..de26149 100644 --- a/Content/SideScroller/Blueprints/BP_FunnyPrinceGameMode.uasset +++ b/Content/SideScroller/Blueprints/BP_FunnyPrinceGameMode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74d1f19f4b6497816702e2c5e3fbb06e35f729a969b6059005f462c88a741a6d -size 20208 +oid sha256:0dc61022371a845ebbcff166ba6d79f9953e001a19a8392bfd7afe03209ef3c0 +size 19992 diff --git a/Content/SideScroller/Blueprints/BP_MainCharacter.uasset b/Content/SideScroller/Blueprints/BP_MainCharacter.uasset index 879ee46..15dc8b0 100644 --- a/Content/SideScroller/Blueprints/BP_MainCharacter.uasset +++ b/Content/SideScroller/Blueprints/BP_MainCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e0695cab0d5c5419546455ca83acd6eb8a8874641bf11835f9b1173e5cc922d -size 180841 +oid sha256:340bd1b8b2e0342fa54fa42d5c5d687ce88f48b222e7e0d6c9fed53d02b9c4a3 +size 180808 diff --git a/Source/FunnyPrince/FunnyPrinceCharacter.cpp b/Source/FunnyPrince/FunnyPrinceCharacter.cpp index dc0c030..55c97e7 100644 --- a/Source/FunnyPrince/FunnyPrinceCharacter.cpp +++ b/Source/FunnyPrince/FunnyPrinceCharacter.cpp @@ -2,7 +2,7 @@ #include "FunnyPrinceCharacter.h" - +#include "SSTCharacterMovementComponent.h" DEFINE_LOG_CATEGORY(LogTemplateCharacter); @@ -11,7 +11,7 @@ DEFINE_LOG_CATEGORY(LogTemplateCharacter); // AFunnyPrinceCharacter AFunnyPrinceCharacter::AFunnyPrinceCharacter(const FObjectInitializer& ObjectInitializer) - : Super(ObjectInitializer) + : Super(ObjectInitializer.SetDefaultSubobjectClass(ACharacter::CharacterMovementComponentName)) { }