A Hat in Time

A Hat in Time

Online Party Animation Repair Tool (OPART)
118개 중 21~30개 표시 중
< 1  2  3  4  5 ... 12 >
업데이트: 2023년 10월 19일 @ 오전 4시 16분

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

업데이트: 2023년 9월 18일 @ 오전 9시 29분

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.

업데이트: 2023년 9월 17일 @ 오전 8시 58분

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.

업데이트: 2023년 9월 13일 @ 오전 7시 40분

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.

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

Update 10.3: Added LightEnviroment restoration to UpdateOnlinePlayerWeaponUmbrellaState function.

업데이트: 2023년 8월 8일 @ 오전 3시 26분

Update 10.2: Updated AreCheatsAllowed function.

업데이트: 2023년 8월 5일 @ 오전 3시 14분

Update 10.1: Updated SetMaterialParentToInstance function.

업데이트: 2023년 8월 4일 @ 오후 8시 34분

Update 10.0: Updated SetMaterialParentToInstance function.

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

Update 9.9: Small script optimization.

업데이트: 2023년 7월 20일 @ 오전 9시 52분

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