From e8d29ff808c26dc3c17d202e4f6dee5060832f06 Mon Sep 17 00:00:00 2001 From: baz Date: Thu, 18 Jan 2024 23:01:57 +0000 Subject: [PATCH] Add New Animations and Skeleton --- Content/Animations/Crouching/Crouched_To_Standing.uasset | 3 +++ Content/Animations/Crouching/Idle_Crouching.uasset | 3 +++ Content/Animations/Crouching/Standing_To_Crouched.uasset | 3 +++ Content/Animations/Crouching/walk_crouching_backward.uasset | 3 +++ Content/Animations/Crouching/walk_crouching_forward.uasset | 3 +++ Content/Animations/Crouching/walk_crouching_left.uasset | 3 +++ Content/Animations/Crouching/walk_crouching_right.uasset | 3 +++ Content/Animations/Idle/Breathing_Idle.uasset | 3 +++ Content/Animations/Idle/Rifle_Idle.uasset | 3 +++ Content/Animations/Idle/firing_rifle.uasset | 3 +++ Content/Animations/Idle/rifle_aiming_idle.uasset | 3 +++ Content/Animations/Misc/Sprinting_Forward_Roll.uasset | 3 +++ Content/Animations/Misc/Throw_Object.uasset | 3 +++ Content/Animations/Misc/hit_reaction.uasset | 3 +++ Content/Animations/Misc/rifle_jump.uasset | 3 +++ Content/Animations/Player/Player_PhysicsAsset.uasset | 3 +++ Content/Animations/Player/Player_Skeletal_Mesh.uasset | 3 +++ Content/Animations/Player/Player_Skeleton.uasset | 3 +++ Content/Animations/Running/rifle_run.uasset | 3 +++ Content/Animations/Running/run_backwards.uasset | 3 +++ Content/Animations/Running/strafe.uasset | 3 +++ Content/Animations/Running/strafe__2_.uasset | 3 +++ Content/Animations/walking/strafe_left.uasset | 3 +++ Content/Animations/walking/strafe_right.uasset | 3 +++ Content/Animations/walking/walking.uasset | 3 +++ Content/Animations/walking/walking_backwards.uasset | 3 +++ 26 files changed, 78 insertions(+) create mode 100644 Content/Animations/Crouching/Crouched_To_Standing.uasset create mode 100644 Content/Animations/Crouching/Idle_Crouching.uasset create mode 100644 Content/Animations/Crouching/Standing_To_Crouched.uasset create mode 100644 Content/Animations/Crouching/walk_crouching_backward.uasset create mode 100644 Content/Animations/Crouching/walk_crouching_forward.uasset create mode 100644 Content/Animations/Crouching/walk_crouching_left.uasset create mode 100644 Content/Animations/Crouching/walk_crouching_right.uasset create mode 100644 Content/Animations/Idle/Breathing_Idle.uasset create mode 100644 Content/Animations/Idle/Rifle_Idle.uasset create mode 100644 Content/Animations/Idle/firing_rifle.uasset create mode 100644 Content/Animations/Idle/rifle_aiming_idle.uasset create mode 100644 Content/Animations/Misc/Sprinting_Forward_Roll.uasset create mode 100644 Content/Animations/Misc/Throw_Object.uasset create mode 100644 Content/Animations/Misc/hit_reaction.uasset create mode 100644 Content/Animations/Misc/rifle_jump.uasset create mode 100644 Content/Animations/Player/Player_PhysicsAsset.uasset create mode 100644 Content/Animations/Player/Player_Skeletal_Mesh.uasset create mode 100644 Content/Animations/Player/Player_Skeleton.uasset create mode 100644 Content/Animations/Running/rifle_run.uasset create mode 100644 Content/Animations/Running/run_backwards.uasset create mode 100644 Content/Animations/Running/strafe.uasset create mode 100644 Content/Animations/Running/strafe__2_.uasset create mode 100644 Content/Animations/walking/strafe_left.uasset create mode 100644 Content/Animations/walking/strafe_right.uasset create mode 100644 Content/Animations/walking/walking.uasset create mode 100644 Content/Animations/walking/walking_backwards.uasset diff --git a/Content/Animations/Crouching/Crouched_To_Standing.uasset b/Content/Animations/Crouching/Crouched_To_Standing.uasset new file mode 100644 index 0000000..aac8830 --- /dev/null +++ b/Content/Animations/Crouching/Crouched_To_Standing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fd49da685475a001043ffc42df529c2b9bd76a810bb19936881ff9a4711f1a +size 154236 diff --git a/Content/Animations/Crouching/Idle_Crouching.uasset b/Content/Animations/Crouching/Idle_Crouching.uasset new file mode 100644 index 0000000..1d4a778 --- /dev/null +++ b/Content/Animations/Crouching/Idle_Crouching.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe7f5a95eb146cd2a8f4a3dae8fae4c7d614ab74d77b1958b3377cd6e5ab5ce +size 308991 diff --git a/Content/Animations/Crouching/Standing_To_Crouched.uasset b/Content/Animations/Crouching/Standing_To_Crouched.uasset new file mode 100644 index 0000000..76e98b3 --- /dev/null +++ b/Content/Animations/Crouching/Standing_To_Crouched.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c335259dabf4d73dd09d51082614c36662ea80b7e6791a01ea9a4e0c4b57947 +size 154364 diff --git a/Content/Animations/Crouching/walk_crouching_backward.uasset b/Content/Animations/Crouching/walk_crouching_backward.uasset new file mode 100644 index 0000000..2412935 --- /dev/null +++ b/Content/Animations/Crouching/walk_crouching_backward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cb01fa985050878673602a9869a2f15e06bffd859df83767a74596ea470182 +size 717678 diff --git a/Content/Animations/Crouching/walk_crouching_forward.uasset b/Content/Animations/Crouching/walk_crouching_forward.uasset new file mode 100644 index 0000000..efb9c2f --- /dev/null +++ b/Content/Animations/Crouching/walk_crouching_forward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759913fcd24915b951e482ee4a5c35a7576654454987a02fbc8009e959f5c39b +size 717743 diff --git a/Content/Animations/Crouching/walk_crouching_left.uasset b/Content/Animations/Crouching/walk_crouching_left.uasset new file mode 100644 index 0000000..974f695 --- /dev/null +++ b/Content/Animations/Crouching/walk_crouching_left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5cde7e4cb22d089e11aa85d8597cc16dbd8e6490aa788498d798b9592fc11b +size 717853 diff --git a/Content/Animations/Crouching/walk_crouching_right.uasset b/Content/Animations/Crouching/walk_crouching_right.uasset new file mode 100644 index 0000000..8a7cfeb --- /dev/null +++ b/Content/Animations/Crouching/walk_crouching_right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe217e5bda5418c6781e5a76475c2ed22da607103ccd1f477b598e13dd2ce24 +size 717665 diff --git a/Content/Animations/Idle/Breathing_Idle.uasset b/Content/Animations/Idle/Breathing_Idle.uasset new file mode 100644 index 0000000..7050fbd --- /dev/null +++ b/Content/Animations/Idle/Breathing_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7083b6ffe0e8987436d8ce7786da5ccf94fa214bdb1ce7839f0af5f784d75e57 +size 1712542 diff --git a/Content/Animations/Idle/Rifle_Idle.uasset b/Content/Animations/Idle/Rifle_Idle.uasset new file mode 100644 index 0000000..dbc3471 --- /dev/null +++ b/Content/Animations/Idle/Rifle_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bbec5935693fccd58be14df0a5236f3018dbdf5d5518100095284baa594662 +size 397909 diff --git a/Content/Animations/Idle/firing_rifle.uasset b/Content/Animations/Idle/firing_rifle.uasset new file mode 100644 index 0000000..e4d5235 --- /dev/null +++ b/Content/Animations/Idle/firing_rifle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eeafef70e17f42fbfa94123568629154420a92d52435e4a8f73f3a7d5f80414 +size 75457 diff --git a/Content/Animations/Idle/rifle_aiming_idle.uasset b/Content/Animations/Idle/rifle_aiming_idle.uasset new file mode 100644 index 0000000..5e1507b --- /dev/null +++ b/Content/Animations/Idle/rifle_aiming_idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f8cebd5c53fecf6abd0d8a005a3f03f88bbcc92687269c8e8683545ad7cc72 +size 296687 diff --git a/Content/Animations/Misc/Sprinting_Forward_Roll.uasset b/Content/Animations/Misc/Sprinting_Forward_Roll.uasset new file mode 100644 index 0000000..069f83e --- /dev/null +++ b/Content/Animations/Misc/Sprinting_Forward_Roll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4092c5c48c49a72f277d45e5b51f358226fc762cfffa44afcd4903ab683905 +size 237333 diff --git a/Content/Animations/Misc/Throw_Object.uasset b/Content/Animations/Misc/Throw_Object.uasset new file mode 100644 index 0000000..d6becd0 --- /dev/null +++ b/Content/Animations/Misc/Throw_Object.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf40f21dffe4d5ef0545decabde16567863147ce296166a3e0bf7bf82c18cc67 +size 17250136 diff --git a/Content/Animations/Misc/hit_reaction.uasset b/Content/Animations/Misc/hit_reaction.uasset new file mode 100644 index 0000000..576cf0f --- /dev/null +++ b/Content/Animations/Misc/hit_reaction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2a6ea379f159fde604647af3a1551b58ceae557e77c0880f9f485430eb7b63 +size 554731 diff --git a/Content/Animations/Misc/rifle_jump.uasset b/Content/Animations/Misc/rifle_jump.uasset new file mode 100644 index 0000000..c97d945 --- /dev/null +++ b/Content/Animations/Misc/rifle_jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e965d27831e921114a74d11d4d911d24e6f859d3385ac711fe6776337c0949 +size 568865 diff --git a/Content/Animations/Player/Player_PhysicsAsset.uasset b/Content/Animations/Player/Player_PhysicsAsset.uasset new file mode 100644 index 0000000..5072ebc --- /dev/null +++ b/Content/Animations/Player/Player_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04aea866f1edd984e3c3b4d0e21f1e11783dfcfcbf01b7de0a431270a63f740 +size 21494 diff --git a/Content/Animations/Player/Player_Skeletal_Mesh.uasset b/Content/Animations/Player/Player_Skeletal_Mesh.uasset new file mode 100644 index 0000000..d240d29 --- /dev/null +++ b/Content/Animations/Player/Player_Skeletal_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58de44d5108af0affbba54406ba0e96f360ee6964e902290dca8ce7dd81ec582 +size 344221 diff --git a/Content/Animations/Player/Player_Skeleton.uasset b/Content/Animations/Player/Player_Skeleton.uasset new file mode 100644 index 0000000..5e536d9 --- /dev/null +++ b/Content/Animations/Player/Player_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40fe37af4bf021d8f449a783bd6027af05dddfd408be80db697e1ecbdbe27ca +size 14047 diff --git a/Content/Animations/Running/rifle_run.uasset b/Content/Animations/Running/rifle_run.uasset new file mode 100644 index 0000000..517e3c8 --- /dev/null +++ b/Content/Animations/Running/rifle_run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5c5fedb75df38386f9af2c04e34bd3b3ffc00e9725c064550295d93b772f76 +size 114786 diff --git a/Content/Animations/Running/run_backwards.uasset b/Content/Animations/Running/run_backwards.uasset new file mode 100644 index 0000000..2e9405e --- /dev/null +++ b/Content/Animations/Running/run_backwards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708c81030d1ef2fb660eb125689401df6db05c710a5d7a5b2c6c488d1037bd05 +size 98717 diff --git a/Content/Animations/Running/strafe.uasset b/Content/Animations/Running/strafe.uasset new file mode 100644 index 0000000..3ea55fc --- /dev/null +++ b/Content/Animations/Running/strafe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c62f106213e89c4afc2fddbd0d27793c45af250a555fa667b58a58480837974 +size 99164 diff --git a/Content/Animations/Running/strafe__2_.uasset b/Content/Animations/Running/strafe__2_.uasset new file mode 100644 index 0000000..e916a97 --- /dev/null +++ b/Content/Animations/Running/strafe__2_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be103e959e3e61baa2e14b3c20c4982fbd6499877bce654169056984eeadfd92 +size 95519 diff --git a/Content/Animations/walking/strafe_left.uasset b/Content/Animations/walking/strafe_left.uasset new file mode 100644 index 0000000..a05289d --- /dev/null +++ b/Content/Animations/walking/strafe_left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9deb653d072f1916c20eeaa1db5a7b9738c2af85eb25724219b400c251de7f91 +size 142158 diff --git a/Content/Animations/walking/strafe_right.uasset b/Content/Animations/walking/strafe_right.uasset new file mode 100644 index 0000000..f40d543 --- /dev/null +++ b/Content/Animations/walking/strafe_right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959987e28e9be2e4fb59559db8eb64be5a8c068a583a3a4039bf6ab0670e8d3d +size 171223 diff --git a/Content/Animations/walking/walking.uasset b/Content/Animations/walking/walking.uasset new file mode 100644 index 0000000..fd8fc44 --- /dev/null +++ b/Content/Animations/walking/walking.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3715e3edabbaffeba10adddd1582c6df2dc4be717a3ecc12da7e532123f189 +size 141725 diff --git a/Content/Animations/walking/walking_backwards.uasset b/Content/Animations/walking/walking_backwards.uasset new file mode 100644 index 0000000..fe26c55 --- /dev/null +++ b/Content/Animations/walking/walking_backwards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86a2eb5e166cd46db768e36c38b319de9363bdc2153cbe676777b18f6b620ac +size 172632