From 91a64dc2403e343673f644c51f8c8b5e8c73878a Mon Sep 17 00:00:00 2001 From: charnet3d Date: Sun, 18 Feb 2024 00:08:14 +0100 Subject: [PATCH] Section 13: Multiple Character Meshes - Lecture 246 * Fixed some TwinBlast Aim Offset anims with wrong references --- .../Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset | 4 ++-- .../Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset | 4 ++-- .../Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset | 4 ++-- .../Characters/Heroes/TwinBlast/ShinbiPlayerCharacter.uasset | 3 --- .../Heroes/TwinBlast/TwinblastPlayerCharacter.uasset | 4 ++-- Content/_Game/Character/Belica/BelicaBP.uasset | 3 --- Content/_Game/Character/Belica/BelicaCharacterBP.uasset | 3 +++ Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset | 3 +++ Content/_Game/Character/TwinBlast/Aim/AimingAimOffset.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/HipAimOffset.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_CC.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_CD.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_CU.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBC.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBD.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBU.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_LC.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_LD.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_LU.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBC.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBD.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBU.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_RC.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_RD.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/Idle_AO_RU.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_CC.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_CD.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_CU.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45D.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45U.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_LC.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_LD.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_LU.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45D.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45U.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_RC.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_RD.uasset | 4 ++-- Content/_Game/Character/TwinBlast/Aim/RMB_AO_RU.uasset | 4 ++-- Content/_Game/Character/TwinBlast/TwinBlastAnimBP.uasset | 4 ++-- Content/_Game/GameMode/ShooterGameModeBaseBP.uasset | 4 ++-- Content/_Game/HUD/AmmoCountBP.uasset | 4 ++-- Content/_Game/HUD/InventoryBar.uasset | 4 ++-- Content/_Game/HUD/ShooterHUDBP.uasset | 4 ++-- Content/_Game/HUD/WeaponSlot.uasset | 4 ++-- Content/_Game/Maps/DefaultMap.umap | 2 +- Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset | 4 ++-- Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset | 4 ++-- 49 files changed, 95 insertions(+), 95 deletions(-) delete mode 100644 Content/ParagonTwinblast/Characters/Heroes/TwinBlast/ShinbiPlayerCharacter.uasset delete mode 100644 Content/_Game/Character/Belica/BelicaBP.uasset create mode 100644 Content/_Game/Character/Belica/BelicaCharacterBP.uasset create mode 100644 Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset index f2b8fc83..32d30caf 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:07df64ecba0fe9807400507be606c06afd9c7ef23e908cd3f90dec8cc059e371 -size 67721 +oid sha256:272692fa97759602abdee19cc06fd51447f679511ec5458b18c06233377ba205 +size 67558 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset index 76766e7a..fd6dca4b 100644 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2029ff2fa712e539ce2f432262d6b87dd872f7cd4edb268bfff2ec10375b819d -size 22487024 +oid sha256:783a52965722632502741172d9069342793f5bfc7c06c73d28ce827e7ef0ca60 +size 22486952 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset index 28155ef7..134482a6 100644 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65d9801789f1b07213a222fd789e8d0de7135dba0f07cd96bd649acd8a647075 -size 97521 +oid sha256:adcc00428cc58cea71dd218493d7706e38eed0472cfaa9e33b5beef900ccc72c +size 98008 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/ShinbiPlayerCharacter.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/ShinbiPlayerCharacter.uasset deleted file mode 100644 index cada3ae4..00000000 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/ShinbiPlayerCharacter.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a868cb05d960707d6528788dfea5203c04d7ad472032161039b508c67179245 -size 1967 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/TwinblastPlayerCharacter.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/TwinblastPlayerCharacter.uasset index 76591f7d..f1ad9be5 100644 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/TwinblastPlayerCharacter.uasset +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/TwinblastPlayerCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53a315687d828dfb870d58a3b77f94b46536f60b33a76e1221d3ed3b25f94abe -size 261908 +oid sha256:8f9ecb97a4b5447cf73a5bd8eb8d79bcb5ed8d3bd192124ce05740249fcdfee0 +size 180898 diff --git a/Content/_Game/Character/Belica/BelicaBP.uasset b/Content/_Game/Character/Belica/BelicaBP.uasset deleted file mode 100644 index 1b3aa78c..00000000 --- a/Content/_Game/Character/Belica/BelicaBP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15083cfbb6169a4a0b768e443eadf063ed23d227c791d9ed1720acd274509def -size 44400 diff --git a/Content/_Game/Character/Belica/BelicaCharacterBP.uasset b/Content/_Game/Character/Belica/BelicaCharacterBP.uasset new file mode 100644 index 00000000..8a77baa5 --- /dev/null +++ b/Content/_Game/Character/Belica/BelicaCharacterBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969d0d97b803411723e9c0558690068deb1e165bdb6353b59eb8b784d4d946e5 +size 44430 diff --git a/Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset b/Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset new file mode 100644 index 00000000..1f5cedbc --- /dev/null +++ b/Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab5c2e28bf9d5185c9b74c196851a17f6f0c8868b9bf0cecb8e9f875fe3f78f +size 44255 diff --git a/Content/_Game/Character/TwinBlast/Aim/AimingAimOffset.uasset b/Content/_Game/Character/TwinBlast/Aim/AimingAimOffset.uasset index 55aa05da..9b72f233 100644 --- a/Content/_Game/Character/TwinBlast/Aim/AimingAimOffset.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/AimingAimOffset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8c3b9108a33338a86f95343a8a9f885d2752f539659fff3bea8de332f1ae482 -size 29147 +oid sha256:80101580b00cb15cb9079f68ffc4ddda8c24faaf33f50c9c81a2d88c3e5cd974 +size 29038 diff --git a/Content/_Game/Character/TwinBlast/Aim/HipAimOffset.uasset b/Content/_Game/Character/TwinBlast/Aim/HipAimOffset.uasset index 4d449c97..1b600493 100644 --- a/Content/_Game/Character/TwinBlast/Aim/HipAimOffset.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/HipAimOffset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffafca28008a5c0879139dad9dbd7ee10abbad4ee7aff6b332c2006c01476b94 -size 29159 +oid sha256:25b2de824667629cc8638aa55f0ab05735199fc13e4fd5e38db7f5a06caf75c8 +size 29059 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CC.uasset index 80f1c14b..d4366309 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CC.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91dfa3e17d96322c5199fa381f94dce2a37c2606bd56b0e510f5075774833bb3 -size 319252 +oid sha256:0a7cd43bf4d4ecb755bedbf9ee96d32aa31ba1b56b34ec353aed45a4936e5635 +size 317710 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CD.uasset index 4f3c1bac..5145484a 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CD.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68be4163d837c9c33ea8d4a4dfb9028ba1e6c15a135177692fc992c0ac6ed48b -size 319053 +oid sha256:2ef1279cc8cb6fd99b5b151bdcbbb27ec7bb9c9f880234bcc2783bd932b81557 +size 317641 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CU.uasset index d06ba50f..7fab0fac 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CU.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbf4b1943ca3f7a99ae280ebda4e4f445102656d33d394cf7d25e206bc9cd91e -size 319071 +oid sha256:94e3b3cac7b9c98d1b87d0eb6ed335e99d0bd27a7c7d62ab3850609490caf8f3 +size 317736 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBC.uasset index 258b9a81..39243845 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBC.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1af8459603fb5b59629b972552051f76b9ac4ee004ef663970b2af6e0c76da69 -size 319094 +oid sha256:9eff634da90f7fffd80605518b1fb5e6193ce3b7a5b7c50ed1e3e9e67ef29838 +size 317773 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBD.uasset index 94197623..e3dafebf 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBD.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a80f13f1d8f006d580098d25bb598611873820ac5f68152a50c5fe8043fbc64 -size 319086 +oid sha256:5e7274f27258cb5bf5c9dac974e9808900fe291a144395b1afd05c9d2364a18f +size 317779 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBU.uasset index a6c7ef3f..fd4fd0b2 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBU.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d722f049883140f13eeee9793f9705968b598031aa3912add0efa2c3d3f83a8 -size 319055 +oid sha256:324c3cd2dc8617808f06402aeecde52787fbda7a3af8405d955dd6b5f0ace6f3 +size 317780 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LC.uasset index db3f87eb..aa45f24e 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LC.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f573204e2660b155b18af3d4f66ac68601e19b88b77f4157cc8fbbb0195ded52 -size 319130 +oid sha256:51b699bc167f81d01505ab690cf8e42bc43dfea002c196ed410241a06c475d0f +size 317780 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LD.uasset index bd02d1cc..f962e4f8 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LD.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04d223a87ab0b1c51dea6f44a48cb17b788a50af5f5098cd0358d80bdd7ca915 -size 319085 +oid sha256:1ec816b033fb1aff4ad6d0c04aaf7afdc0e30c7f4b1ae3d5ab177d8b8596785f +size 317802 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LU.uasset index ad6d2e3f..4f3cdf40 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LU.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c025799402a91c468ce21f06bec133d9004a2048769522343f76d55ef025af0 -size 319281 +oid sha256:95dbcbac50586e506f28c50b506fb44d3fa41e0c79c409eed41e13b2928c1123 +size 317815 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBC.uasset index 387cd2cf..f2f933f6 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBC.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c72b902717419e89d7e46d598c0628bc8ccbad6eca4f44e5b7cf487126c26 -size 319081 +oid sha256:03e819f0075bc2cec756f495aa2f9952e4fa577fbf2bd21bc2d8a4b453a2f96e +size 317659 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBD.uasset index a5afcdbf..793ba872 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBD.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d944a5ea3a185f2f7963ffb5e4bbc3fc431251c76a6da4781f721287e0177df2 -size 318914 +oid sha256:1e5a3f1b219d3e34a3a2e552f2ec316568ac1c0a809e2d7efc3001e24214c387 +size 317594 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBU.uasset index 1ddf38fd..2c699360 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBU.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d21aa0ba5db8c9b7692e68ff470505e7d8ff8ca09b8fb44a32e8ac1fbfec379d -size 318993 +oid sha256:62a1391e18c8ac151cf95bc4e1fef3a0520418d0345bb7702d0b25c7bf6b3f57 +size 317631 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RC.uasset index 70f55dd2..315880de 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RC.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1017c0adfaacf0f38e44c7342b600f6ec11833176aa49ac451dab08550f2c0f -size 319093 +oid sha256:9be73587b74d7fbd79a8ce297b18625ea0ab84b4026648c9f03be5501988a0f8 +size 317656 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RD.uasset index c92955d9..ed7d4f3e 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RD.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:457c6fb24629f2374a8047b7bdf721c33668537f9dbcdd947c42b767381015df -size 319037 +oid sha256:d5aca4b61cb79968f5d841719b9e58cdbb818e671319047261dc7a59f5aaca46 +size 317655 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RU.uasset index edfe35f4..23385870 100644 --- a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RU.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3afcb5cde9906564fb4b45b2bc622186f032eac7c8d216f71fb6aa1f30540da5 -size 319004 +oid sha256:b189cbeaed21b6fab345b1071de1c6df0b97bc25696169b2621e70a78615ba1b +size 317666 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CC.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CC.uasset index 5679c5ee..b663bb6f 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CC.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9be66eec6f87f04603b0687f3ca55105a54a349af2d790ef29f2dac66c6ef4c -size 319051 +oid sha256:fa70dbf1225d0d3412ed45deb5a34736ec06c1895f37fbb98219d3c85791a4b0 +size 317692 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CD.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CD.uasset index 7d6994db..5b7775ba 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CD.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a14d3e2ed064df67c5d23bd591d80871acb90e600aad6cbab21394f87b85cae -size 319035 +oid sha256:6bd66125a9a612016df515c3bbc2f31b6e7d2d26461f86b31e14d57b6b655e83 +size 317590 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CU.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CU.uasset index 40b52ef7..e2e8205a 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CU.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f0239b715444d6d1baa7b2d81b5b25a006579c334fbf0495d69b9b39a972dbf -size 319034 +oid sha256:08db79fd23e9788cbeb0a6e861e76b0b0d0dcf1021f0e125f34ae823153d2ebd +size 317756 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45.uasset index 04955f32..1753cb3d 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed665f6eedd13c48f4959f363f51ac6bda092bd84ef782197d0c258d539e041c -size 319135 +oid sha256:68a256eb9182c66527b208be3f51215fa7ec73707c88018f0d3a8e022863a596 +size 317752 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45D.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45D.uasset index fb421d06..7c1f1e71 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45D.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0eb8bdaba3ccbaa70173d70df0c297754cd6fa2639dfde447e930188a54aa1c6 -size 318989 +oid sha256:5f2452212f8694401cbe1c33be408ebfcae6819564e592a32ee2c69dae4f7e74 +size 317691 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45U.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45U.uasset index 09516c98..ad794660 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45U.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45U.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09e270459452cc8bba116a4bb66c872556c7fb8b948bd0b3a918c5a4e852df3e -size 320968 +oid sha256:5ca6734b41fe066cbdc6c58219453457ab962b35501826918ed768f1e61368e7 +size 319585 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LC.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LC.uasset index a76d246b..5d65d51e 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LC.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06006dd67b7d583a6172319bdcc5d51b15f9f369abdd2bb8898bbb699c049294 -size 311930 +oid sha256:5a796698717cc422fef5ffd841de8b35687b5a697c198c86b59ec3acaecfd434 +size 312002 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LD.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LD.uasset index 5f47c5ad..3e2dbef4 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LD.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47b45e8afce287a8d84fa192ee58630235a0644e5fa3897add3ebec255e53114 -size 311796 +oid sha256:aaeb4b8e8a220d4e86e6cd3a30ab2fb148a89c3589e05be673ecded8203a00fd +size 311926 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LU.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LU.uasset index c622aa9d..210ecb45 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LU.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05dfc4b38b64cdf93e02d28b3a3a3b1de141e0a6195d19b5c8f97d65b3d8a138 -size 311983 +oid sha256:10d441e2233e2e9cb27a747af48cab51212e7b7c268acbc2ee6e2b966c1899a1 +size 311975 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45.uasset index 71bd9f35..71f3968f 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f74d2f160e0dde61e71c4b06dfd6386d0109c1a93945d64069a0928e7c244f3 -size 319037 +oid sha256:f28d9fad06ddd49b3a4f8e8cde7dd7959680985bbdfece53d04bf4dba5866746 +size 317710 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45D.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45D.uasset index 7f0eed9b..da34973c 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45D.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1861d8280b56665ff367097f060b1c59b6fb7179340ac750a08e3a79ceaf1e77 -size 320688 +oid sha256:aa97bc58027088b8174c4d5dcd06835b25b4feca5210ba11a4de56b64448f026 +size 319312 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45U.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45U.uasset index ed35216f..50a13f0e 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45U.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45U.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07a0cac6b38315194766e7c5f238b5c406cdbffa1c0052ec047094b057b1dbbb -size 318982 +oid sha256:27eb63046f4e7ce5fd0fa7694ea87fc65cb6f5502bccddd675b10c53d470d80c +size 317651 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RC.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RC.uasset index 7a76a666..92b14a1e 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RC.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82ebd1bd126aa1660b35d5a1eda37e55bd7ca2e3d7cf524d5a309d6da9c23129 -size 311827 +oid sha256:442fa661a37f4cfa3867d8b034985abec319662e6b272ad00383c2a8135891d5 +size 311833 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RD.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RD.uasset index 150e08a8..a2922e1b 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RD.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70485dba5ddf50afaba5a1420166e86dfc9e1f208ccef10e104f6f41ad14b297 -size 311806 +oid sha256:40dfb0b4306f0c8ec5e8d5059141e7b2192311b9c40d976b0d1dece07375341b +size 311834 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RU.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RU.uasset index 45c25976..c8d10bf5 100644 --- a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RU.uasset +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RU.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6253aafc7a7d251788fc47dde928f7ea57ab064cec4ed8c950e82387b7885567 -size 311752 +oid sha256:6c3adad3fb4fb78c32ba2250bffaff72b3f82bbce6e76e92e2444f31f4ad30a5 +size 311891 diff --git a/Content/_Game/Character/TwinBlast/TwinBlastAnimBP.uasset b/Content/_Game/Character/TwinBlast/TwinBlastAnimBP.uasset index 52711d50..872654b6 100644 --- a/Content/_Game/Character/TwinBlast/TwinBlastAnimBP.uasset +++ b/Content/_Game/Character/TwinBlast/TwinBlastAnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a756de49c3d1a16bf5d56b152e1263c116f40e31fc4aa32f27c93a1b26d50b5f -size 1934904 +oid sha256:5be0547d27012d55a784daa412f29d3856c268c1c71c839596bf350c01080e66 +size 1928841 diff --git a/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset b/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset index bacccbf7..f7e54613 100644 --- a/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset +++ b/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d36f45dae034a2a844eb9b8dce9b08472b6f5ed41ccb5e73d6aa255951695d85 -size 20823 +oid sha256:4ad0a80fd0c0b2f6dcee1254a37f36f586dd5c987bd9dfcd467e24eb4a0bb7ae +size 20847 diff --git a/Content/_Game/HUD/AmmoCountBP.uasset b/Content/_Game/HUD/AmmoCountBP.uasset index 27dc11d3..47177c47 100644 --- a/Content/_Game/HUD/AmmoCountBP.uasset +++ b/Content/_Game/HUD/AmmoCountBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64640c5f1d858d4327bacfb6644581be4c05e0370912c40bd3ddd81d3ce07fbb -size 106199 +oid sha256:f95624b3927dab9c791d7f94083605298666bb9f1e928c9b4101b62076e10a2e +size 106227 diff --git a/Content/_Game/HUD/InventoryBar.uasset b/Content/_Game/HUD/InventoryBar.uasset index 7cfc1bab..c217b126 100644 --- a/Content/_Game/HUD/InventoryBar.uasset +++ b/Content/_Game/HUD/InventoryBar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:720bcd51eacf377f450ce06bd4939eb0da5392a7b5ab107b2e5d8d3952bb1070 -size 422212 +oid sha256:1b87c71fc9a0708d635f46a48436f9e21c9b23c0f9b2437517576590ecdefca8 +size 422240 diff --git a/Content/_Game/HUD/ShooterHUDBP.uasset b/Content/_Game/HUD/ShooterHUDBP.uasset index c6cb71ef..ab46d1ec 100644 --- a/Content/_Game/HUD/ShooterHUDBP.uasset +++ b/Content/_Game/HUD/ShooterHUDBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38c7f78010f5487cb4d979f5ffe41312e86b4a5fc60a3c252c2b03e0f0231d09 -size 285617 +oid sha256:0124659a3ba91ac0dfae51898ccfdeeba5e5f8cc3faf58e4a76ec39d275c51d4 +size 285645 diff --git a/Content/_Game/HUD/WeaponSlot.uasset b/Content/_Game/HUD/WeaponSlot.uasset index 45ede2e2..1ee8af74 100644 --- a/Content/_Game/HUD/WeaponSlot.uasset +++ b/Content/_Game/HUD/WeaponSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d76eac0af844f026b96bfb06444755c31cefe555efb0606bb5ec2c47cc4f506 -size 340773 +oid sha256:37246bae6e2961f8f9f59174aaf57291be4e02a69cce6b348952c85336a04ad9 +size 340801 diff --git a/Content/_Game/Maps/DefaultMap.umap b/Content/_Game/Maps/DefaultMap.umap index 9a6e32fd..c508f1bb 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:e7784b3fc81edb4da3c33006d197bbdfd841c36e160c5915d3a3e7067bd9f1f3 +oid sha256:e7453eb57ef808ec88faa771fb32934ed1c4d24023c3e8ad8aeb9152966d5965 size 205343 diff --git a/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset b/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset index 95fe92f0..4b8af04d 100644 --- a/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset +++ b/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ffaf426fff6fe230edd90fec3208abf9d2d1fba6d52bcd21cd0f0983717fe35 -size 183570 +oid sha256:a2a5e1063531494331cd8c3087c90cf1d7d61371745a3d391650ffe5da7777d5 +size 183979 diff --git a/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset b/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset index fca3cc2f..6aa5f40f 100644 --- a/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset +++ b/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:623b654c10647f03b4a70d684364f08a540194f8e4b33a0fce19fa433def5162 -size 186619 +oid sha256:351c6eadfd4efc3093ae4a0c38aa7e7be3bc49c68c6edd8b7b2f037dbbb57658 +size 186640