A Hat in Time

A Hat in Time

Online Party Cosmetic Items (JSON Update)
88개 중 21~30개 표시 중
< 1  2  3  4  5 ... 9 >
업데이트: 2023년 7월 11일 @ 오전 10시 38분

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

업데이트: 2023년 7월 11일 @ 오전 10시 16분

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

업데이트: 2023년 7월 10일 @ 오후 7시 11분

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

업데이트: 2023년 7월 3일 @ 오후 6시 06분

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

업데이트: 2023년 7월 3일 @ 오전 11시 47분

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

업데이트: 2023년 6월 29일 @ 오후 8시 15분

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

업데이트: 2023년 6월 20일 @ 오전 10시 06분

Update 6.9: Removed IsObjectNone function.

업데이트: 2023년 6월 20일 @ 오전 4시 58분

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).

업데이트: 2023년 6월 3일 @ 오전 1시 04분

Update 6.7: Updated Shara_SkinColors_Tools script.

업데이트: 2023년 5월 30일 @ 오후 6시 47분

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