A Hat in Time

A Hat in Time

Playable2D Niko
15개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 5월 29일 오후 12시 29분
작성자: Don

- Updated "Player2D_GhostPlayerTracker" class to utilize fixed online support for online player meta state system, mainly cleans up code a bit.

v 1.0.4

업데이트: 2024년 10월 23일 오전 11시 26분
작성자: Don

Updated NPC Player to handle new material instance properly.
in static function ConvertNPCPlayer(Hat_NPC_Player npc)

v 1.0.3

업데이트: 2024년 10월 23일 오전 10시 59분
작성자: Don

Updated Ice Statue to handle new material instance properly.
Technically one can change the pose now by changing the state used
in function PostStatusEffectAdded_StatueFall()

업데이트: 2024년 10월 23일 오전 10시 34분
작성자: Don

- Playable2D character creation process simplified with the removal of the Mat Instance creation process.
Script now handles setting default values idle state.

defaultproperties { // Main Player2D material Player2DMat = MaterialInstanceTimeVarying'...Don_Player2D_Niko_M_INST' Player2DMatOcclusion = Material'...Don_Player2D_Occlusion_M'

Defaults are set by calling "Update2DPlayerTexture(ePlayerState_Idle);" after mat instance creation.

v 1.0.2

업데이트: 2024년 10월 23일 오전 2시 21분
작성자: Don

Set IsVitalGameplayElement=true for Shadow decal and Current Hat Ability indicator particle

업데이트: 2024년 10월 21일 오후 2시 54분
작성자: Don

Fixed Hat Ability HUD not closing after swapping players.

업데이트: 2024년 10월 20일 오후 2시 43분
작성자: Don

- Adjusted walk and running bounce, from 8 to 6.5
- Small adjustment to current Hat Ability HUD in full-screen coop

업데이트: 2024년 10월 19일 오후 3시 58분
작성자: Don

- Disabled motion blur on new Hat Ability indicator.

v 1.0.1

업데이트: 2024년 10월 19일 오후 3시 44분
작성자: Don

Added new Hat Ability indicator next to Health HUD and above player when swapping hats.

업데이트: 2024년 10월 18일 오후 3시 19분
작성자: Don

Function PostStatusEffectAdded_StatueFall change
Ice Ability Flairs can change statue mesh, script now sets it back to default in case this happens.