A Hat in Time

A Hat in Time

Online Party Cosmetic Items (JSON Update)
Menampilkan21-30 dari 88 kiriman
< 1  2  3  4  5 ... 9 >
Pembaruan: 11 Jul 2023 @ 10:38am

Update 7.5: Remove call to Super.PreBeginPlay in PostBeginPlay event of Cosmetics Helper Actor and fixed function name in log messages.

Pembaruan: 11 Jul 2023 @ 10:16am

Update 7.4: Removed JsonObject nullifying calls because they were useless.

Pembaruan: 10 Jul 2023 @ 7:11pm

Update 7.3: Cosmetic items no longer sync when Online Player is paused.

Pembaruan: 3 Jul 2023 @ 6:06pm

Update 7.2: Remove passing AttachName to SetBase function - this should prevent BaseBoneName warnings from appearing in the log file.

Pembaruan: 3 Jul 2023 @ 11:47am

Update 7.1: Removed call for GetSocketBoneName function when calling SetBase on Cosmetic Item that is not attached directly to bone.

Pembaruan: 29 Jun 2023 @ 8:15pm

Update 7.0: Added check (whether SkeletalMesh or StaticMesh is None) before calling GetSocketByName function to prevent warnings appearing in the log file.

Pembaruan: 20 Jun 2023 @ 10:06am

Update 6.9: Removed IsObjectNone function.

Pembaruan: 20 Jun 2023 @ 4:58am

Update 6.8:
1. Updated Shara_SkinColors_Tools script.
2. Updated CosmeticItems_SyncOnline_HelperActor: Cosmetic Meshes attached to SkeletalMeshComponent now also have them as BaseSkelComponent at all times. Before they only had them if InheritParentAnimations bool was set to true and ParentAnimComponent was successfully changed (behavior from vanilla Hat_CosmeticItem script).

Pembaruan: 3 Jun 2023 @ 1:04am

Update 6.7: Updated Shara_SkinColors_Tools script.

Pembaruan: 30 Mei 2023 @ 6:47pm

Update 6.6: Updated Shara_SkinColors_Tools script - fixed GetPlayerAppliedColors function not detecting any colors and textures.