A Hat in Time
Online Party Cosmetic Items (JSON Update)
Εμφάνιση 21-30 από 88 καταχωρίσεις
< 1  2  3  4  5 ... 9 >
Ενημέρωση: 11 Ιουλ 2023 στις 10:38

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

Ενημέρωση: 11 Ιουλ 2023 στις 10:16

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

Ενημέρωση: 10 Ιουλ 2023 στις 19:11

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

Ενημέρωση: 3 Ιουλ 2023 στις 18:06

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

Ενημέρωση: 3 Ιουλ 2023 στις 11:47

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

Ενημέρωση: 29 Ιουν 2023 στις 20:15

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

Ενημέρωση: 20 Ιουν 2023 στις 10:06

Update 6.9: Removed IsObjectNone function.

Ενημέρωση: 20 Ιουν 2023 στις 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).

Ενημέρωση: 3 Ιουν 2023 στις 1:04

Update 6.7: Updated Shara_SkinColors_Tools script.

Ενημέρωση: 30 Μαϊ 2023 στις 18:47

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