When using the animate command (https://community.bistudio.com/wiki/animate) with the third parameter, "instant", set to true, only the visual LODs of the model will update. LODs like Geometry and Fire Geometry will not animate from the previous position and the player will be unable to move or fire through the door. {F27064}
Description
Description
Details
Details
- Legacy ID
- 2369036664
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
Download and play the repro mission attached in the editor.
Additional Information
Note that I did not manage to reproduce this by running the script command through the debug console, I'm not sure if the paused game state somehow makes this issue not occur.
The following cases that I tested, result in the behavior described above.
- Running the code via action called by addAction (Repro mission uses this)
- Running the code via "KeyDown" display event handler
- Running the code via "MouseZChanged" display event handler
- From a precompiled postInit function, which spawns a code block where it delays the animate code by 1 second. (Without the delay, the animate worked without problems)
Using Dev build 1.53.132487