From a8239578c0e05382fe86b62763538a0a042c8514 Mon Sep 17 00:00:00 2001 From: charnet3d Date: Sun, 18 Feb 2024 04:18:23 +0100 Subject: [PATCH] Section 13: Multiple Character Meshes - Lecture 248 * Finalized TwinBlast character to a similar state to Belica. * Fixed some of TwinBlast meshes that feature cloth sim but the clothes were intersecting with the body. Luckily one of the skins ships with a PhAT already made, so it worked for the other skins as well. --- .../Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset | 4 ++-- .../Heroes/TwinBlast/Meshes/TwinBlast_ClothCollision.uasset | 3 +++ .../Characters/Heroes/TwinBlast/Meshes/TwinBlast_PhAT.uasset | 3 +++ .../Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset | 4 ++-- .../Skins/Tier1/CS_Halloween/TwinBlastHalloween.uasset | 4 ++-- .../CS_Halloween/TwinBlast_Halloween_ClothCollision.uasset | 3 +++ .../Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland.uasset | 4 ++-- .../TwinBlast_Wasteland_ClothCollision.uasset | 3 +++ .../Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro.uasset | 4 ++-- .../TwinBlast_Electro_ClothCollision.uasset | 3 +++ .../Tier2/ActionMovie/Meshes/TwinBlast_ActionHero.uasset | 4 ++-- .../Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime.uasset | 4 ++-- .../Meshes/TwinBlast_SummerTime_ClothCollision.uasset | 3 +++ Content/_Game/AnimNotifies/FootStepsNotify.uasset | 4 ++-- Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset | 3 --- Content/_Game/Character/TwinBlast/TwinBlastCharacterBP.uasset | 3 +++ Content/_Game/DataTable/WeaponDataTable.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 | 4 ++-- Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset | 4 ++-- Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset | 4 ++-- 25 files changed, 55 insertions(+), 37 deletions(-) create mode 100644 Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_ClothCollision.uasset create mode 100644 Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_PhAT.uasset create mode 100644 Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlast_Halloween_ClothCollision.uasset create mode 100644 Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland_ClothCollision.uasset create mode 100644 Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro_ClothCollision.uasset create mode 100644 Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_ClothCollision.uasset delete mode 100644 Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset create mode 100644 Content/_Game/Character/TwinBlast/TwinBlastCharacterBP.uasset diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset index fd6dca4b..4f3c9373 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:783a52965722632502741172d9069342793f5bfc7c06c73d28ce827e7ef0ca60 -size 22486952 +oid sha256:2eb55f5a61cf71d5e95a8fd02be6d1f1bace6a34e79378a981f65ea97b0d143a +size 22487172 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_ClothCollision.uasset new file mode 100644 index 00000000..f0281e70 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e320128430caa006609cd49cd8d69cfc935f9d02b9482b1cccad98abe5cfb7 +size 21947 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_PhAT.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_PhAT.uasset new file mode 100644 index 00000000..ad304111 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_PhAT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63f1b537af6075e42c190196ce034283c39f4d8e0106ec28a14b1cfeaeffba5 +size 31505 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset index 134482a6..28b3c6d2 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:adcc00428cc58cea71dd218493d7706e38eed0472cfaa9e33b5beef900ccc72c -size 98008 +oid sha256:216cc2b7dae66c390220c740a9d6183c31b47c7e7287b871365aab10e5606c00 +size 98636 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlastHalloween.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlastHalloween.uasset index bc10781f..a93ddea2 100644 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlastHalloween.uasset +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlastHalloween.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12455a0545ead3f2dd6c293fab34bdfba0664cb0d55d285b2110cb9d3ffb621a -size 14433195 +oid sha256:279cec793e58657680ac9ff0bde005292f3817e3ac6824f1deac00333ca4b808 +size 22487545 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlast_Halloween_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlast_Halloween_ClothCollision.uasset new file mode 100644 index 00000000..979d1587 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlast_Halloween_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7ab4f351f1944e7207e66fcac6b501fb7c0f5eed940e95912c661ad65a7e14 +size 21232 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland.uasset index 15560dbd..ce03fca3 100644 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland.uasset +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4735bf2cb4f42a318f9ea44fa840f3837ecae0f404ce3519f13d92ef9141f81d -size 14431077 +oid sha256:c4762951c3e3879a20571f2bdb4a283ea67978086226dff8c5543b517d47b403 +size 22487330 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland_ClothCollision.uasset new file mode 100644 index 00000000..aeb1a72c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120c2de2b85d2d81b395440d1999c2585447b4553143657e9735c8d2d0d171be +size 21534 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro.uasset index bb9d2917..c2f3fc49 100644 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro.uasset +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e56666a5e827a37b6f46da98690ae5e43691a4f572fd988f39d13294df720f51 -size 13537260 +oid sha256:f2306635543d5ba18a97cb93182206b82a658d74d6e54ca38b791b378d77cb59 +size 21314888 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro_ClothCollision.uasset new file mode 100644 index 00000000..c4d9c185 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f84a77cf477d7959649e19699fc16127c3a8b034512daf9fa3745cc200acbb +size 21319 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero.uasset index 498fb11e..cb6d137e 100644 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero.uasset +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:730b63bd39d5ad9f45aff5daf40fa119ca3f26d057220aa3a341299dcc11cde3 -size 14173853 +oid sha256:2d0d86096fa6e215b7f434dbc677a2b45f7f44a09141969ed171f45dae33e2ce +size 22110741 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime.uasset index d7312f07..24b8389c 100644 --- a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime.uasset +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68f1b9ecea045b90f6d7e15402b74a6a2633f3dc9d1ecb231d50a8c25bf934b0 -size 13645688 +oid sha256:1dec0762564063c98d59773a85d38e0d13f00684c6d098d59bef7ee787c5c24d +size 20843498 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_ClothCollision.uasset new file mode 100644 index 00000000..50eded31 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5410b89b47f82c2a20095d6ac775b1acb8b50da1f89da3aabbc00a3300118d1d +size 21569 diff --git a/Content/_Game/AnimNotifies/FootStepsNotify.uasset b/Content/_Game/AnimNotifies/FootStepsNotify.uasset index 8b420d15..be26e0f7 100644 --- a/Content/_Game/AnimNotifies/FootStepsNotify.uasset +++ b/Content/_Game/AnimNotifies/FootStepsNotify.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5db63cf1680ded53393934b2e5f7cc98fdd6aa663c63e6dbf33d8fc24bff4bd -size 106239 +oid sha256:9262f634053e58215d30565591b8c663ce3b34b7edaf8248e9639dd58c8cf2d2 +size 146535 diff --git a/Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset b/Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset deleted file mode 100644 index 1f5cedbc..00000000 --- a/Content/_Game/Character/Belica/TwinBlastCharacterBP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ab5c2e28bf9d5185c9b74c196851a17f6f0c8868b9bf0cecb8e9f875fe3f78f -size 44255 diff --git a/Content/_Game/Character/TwinBlast/TwinBlastCharacterBP.uasset b/Content/_Game/Character/TwinBlast/TwinBlastCharacterBP.uasset new file mode 100644 index 00000000..2aa57007 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/TwinBlastCharacterBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35bf0a98db5b13dffd385190efc53557db503b0b2c1d5981f2ca70f23c42ff9 +size 44814 diff --git a/Content/_Game/DataTable/WeaponDataTable.uasset b/Content/_Game/DataTable/WeaponDataTable.uasset index 6e7ecc35..c6e2f480 100644 --- a/Content/_Game/DataTable/WeaponDataTable.uasset +++ b/Content/_Game/DataTable/WeaponDataTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a0680d3e1f57dd7bf8fb0485a61ebed4a32a8707a429e51ed838ba82cf05107 -size 10824 +oid sha256:04f1483abd1bb48b0f2b97faa75fc0e3696a8e504c5dadef280089cab62f399a +size 11041 diff --git a/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset b/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset index f7e54613..ad580600 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:4ad0a80fd0c0b2f6dcee1254a37f36f586dd5c987bd9dfcd467e24eb4a0bb7ae -size 20847 +oid sha256:cf801a5de53a75cf46636222a36b84b34b857954d981f2c1a2daf2bc6ee9b29e +size 20850 diff --git a/Content/_Game/HUD/AmmoCountBP.uasset b/Content/_Game/HUD/AmmoCountBP.uasset index 47177c47..af4fada5 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:f95624b3927dab9c791d7f94083605298666bb9f1e928c9b4101b62076e10a2e -size 106227 +oid sha256:ada80f0faf968257307711c2fdb2c01648fe23483f12327cda012a5b25a47265 +size 106092 diff --git a/Content/_Game/HUD/InventoryBar.uasset b/Content/_Game/HUD/InventoryBar.uasset index c217b126..f4f103ad 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:1b87c71fc9a0708d635f46a48436f9e21c9b23c0f9b2437517576590ecdefca8 -size 422240 +oid sha256:ae2c5f36392b0d55c45d47b8382e61f6c9e566a865d7cabf4f9af53bede03831 +size 422264 diff --git a/Content/_Game/HUD/ShooterHUDBP.uasset b/Content/_Game/HUD/ShooterHUDBP.uasset index ab46d1ec..5f146df4 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:0124659a3ba91ac0dfae51898ccfdeeba5e5f8cc3faf58e4a76ec39d275c51d4 -size 285645 +oid sha256:1ef39e3dd085acd411c5e1d274fa140d3f673e0dc35388c5fa0fe9a39f01ede9 +size 283816 diff --git a/Content/_Game/HUD/WeaponSlot.uasset b/Content/_Game/HUD/WeaponSlot.uasset index 1ee8af74..70417194 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:37246bae6e2961f8f9f59174aaf57291be4e02a69cce6b348952c85336a04ad9 -size 340801 +oid sha256:7f9723ba91f3458aeb55e6fcfe3f4309bef8ee576a4bc4abd15599227bcb1f75 +size 343817 diff --git a/Content/_Game/Maps/DefaultMap.umap b/Content/_Game/Maps/DefaultMap.umap index c508f1bb..f549e372 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:e7453eb57ef808ec88faa771fb32934ed1c4d24023c3e8ad8aeb9152966d5965 -size 205343 +oid sha256:01c1f2d1f3d11efac641b5ce49256d6c2d6d837a404db74b5cf1adda64e5e2ab +size 205560 diff --git a/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset b/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset index 4b8af04d..9ff33986 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:a2a5e1063531494331cd8c3087c90cf1d7d61371745a3d391650ffe5da7777d5 -size 183979 +oid sha256:d82cf24e47b3a0ff19ed2b9acc69f089cba1e603843c9b33d968fca31cb3499f +size 180217 diff --git a/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset b/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset index 6aa5f40f..f37c81ee 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:351c6eadfd4efc3093ae4a0c38aa7e7be3bc49c68c6edd8b7b2f037dbbb57658 -size 186640 +oid sha256:9a8fc81e166a5694a0d5dc0770dea80d228ebdc4159c0608482d090c35ed78df +size 185473