A Hat in Time

A Hat in Time

Online Party Animation Repair Tool (OPART)
Hiển thị 21-30 trong 118 mục
< 1  2  3  4  5 ... 12 >
Cập nhật: 19 Thg10, 2023 @ 4:16am

Update 10.7: All Online Player-related functions now use Online Player Actor's DeltaTime (WorldInfo's DeltaTime multiplied by Actor's CustomTimeDilation) instead of WorldInfo's DeltaTime to interpolate values when "Update delay for all actions" config option is set to "Every frame".

Cập nhật: 18 Thg09, 2023 @ 9:29am

Update 10.6:
1. Moved modded AnimTrees PathNames from global const and defaultproperties to static functions.
2. Online Party Handler script no longer iterates through Player's StatusEffects Array to check whether Player's hiding (feature from Online Party Plus mod by Argle Bargle) and instead uses GetScriptClass function to get Status Effect Class and then Player's HasStatusEffect function to check whether Player has this Status Effect.

Cập nhật: 17 Thg09, 2023 @ 8:58am

Update 10.5:
1. Optimized functions that fix Materials on Hat Kid and Bow Kid Online Players and removed obsolete ones.
2. Finalized all static functions in Online Party Handler script.

Cập nhật: 13 Thg09, 2023 @ 7:40am

Update 10.4:
1. Replaced usage cases of mod Actor's DeltaTime with WorldDeltaTime (DeltaTime divided by CustomTimeDilation if both are positive or WorldInfo.DeltaSeconds otherwise).
2. Online Players' Expression updates now take Player's CustomTimeDilation into account when calculating DeltaTime for Expression Component.

Cập nhật: 13 Thg08, 2023 @ 6:23pm

Update 10.3: Added LightEnviroment restoration to UpdateOnlinePlayerWeaponUmbrellaState function.

Cập nhật: 8 Thg08, 2023 @ 3:26am

Update 10.2: Updated AreCheatsAllowed function.

Cập nhật: 5 Thg08, 2023 @ 3:14am

Update 10.1: Updated SetMaterialParentToInstance function.

Cập nhật: 4 Thg08, 2023 @ 8:34pm

Update 10.0: Updated SetMaterialParentToInstance function.

Cập nhật: 3 Thg08, 2023 @ 11:18am

Update 9.9: Small script optimization.

Cập nhật: 20 Thg07, 2023 @ 9:52am

Update 9.8: Online Players' WeaponMesh will now get ShadowParent reassigned even if there's no meta data info about Umbrella Weapon state.