A Hat in Time
Online Party Animation Repair Tool (OPART)
1–10 из 118
< 1  2  3 ... 12 >
Обновление: 8 июн в 8:16

Same version - recooked mod and removed source code from resulting package.

Обновление: 12 янв в 7:54

Update 12.5:
1. Fixed Online Player's TextRenderComponent accidentally getting re-attached instead of TextRenderComponentPaused when fixing font.
2. Fixed Hat Kid's and Bow Kid's head meshes sometimes not getting updated back to vanilla ones when neither Punk Set Dye, nor Ice Head Flair are equipped.
3. Re-wrote some parts of mod for better readability.
4. Lowered mod file size by removing -FASTCOOK cooking option.
5. Removed debug messages.

Обновление: 4 янв в 16:51

Update 12.4: Re-wrote some parts of mod for better performance.

Обновление: 14 окт. 2024 г. в 15:51

Update 12.3: CollisionRadius for Online Party Players is now calculated using Pythagorean theorem instead of Max function if default CollisionComponent is not CylinderComponent.

Обновление: 5 сен. 2024 г. в 15:22

Update 12.2: Mod no longer attempts to update Player State's meta data if Online Party is disabled.

Обновление: 28 июл. 2024 г. в 7:10

Update 12.1: Fixed possible disappearance of Nyakuza Tail added to Online Party Players by Dye different from Nyakuza Varsity Jacket.

Обновление: 5 июл. 2024 г. в 3:27

Update 12.0: Fix for freezing when first Online Player spawns.

Обновление: 4 июл. 2024 г. в 22:34

Returning to older version for now.

Обновление: 4 июл. 2024 г. в 15:59

Update 11.9. Small fix.

Обновление: 4 июл. 2024 г. в 15:48

Update 11.8:
1. Fixed Hat Kid Online Players that have Punk Set Head always getting Punk Set Hair Material no matter what hair Material they had before.
2. Added function that switches between standard hair and Punk hair Materials when wearing Punk Set Dye and vice-versa for all Online Player's Meshes.
3. Added ShouldComponentAddToScene optimization check when using "Every frame" update delay. This check prevents mod from modifying Mesh when it's currently not rendered.