StrataSource / Portal-2-Community-Edition

Task tracker for Portal 2: Community Edition
https://www.portal2communityedition.com
146 stars 3 forks source link

Bug: npc_personality_core animations revert to default pose state for one tick #1646

Open pivotman319-owo opened 4 months ago

pivotman319-owo commented 4 months ago

Describe the bug

Recent tick calculation changes from within the engine have caused scripted idle sequences for personality cores to break slightly; after a vcd is done playing, personality cores may revert to sphere_idle_default for one tick before returning to the intended animation as called by SetIdleSequence()

https://www.youtube.com/watch?v=JtZDrLW0w_c

Issue Map

N/A; any map with a scripted npc_personality_core

To Reproduce

play through sp_a1_wakeup and plug Wheatley into the core receptacle at the end of the map

pivotman319-owo commented 2 months ago

npc_wheatley_boss also affected by this bug