Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] misc_model inconsistent state management #8

Open
dumptruckDS opened this issue Nov 14, 2023 · 0 comments
Open

[Bug] misc_model inconsistent state management #8

dumptruckDS opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dumptruckDS
Copy link
Contributor

From Inky November 26, 2022 - dumptruckDS/progs_dump_qc#196

Pd3's estate status property is messed up with misc_model's state property. Animations meant to be in awaiting state could therefore be run ahead of time.
Could be experienced with a misc_model spawnflagged as 'Only once' and 'Start hidden'. The settings are handled in .state whereas the think function checks .estate only. So .state is basically ignored and the animation is run right away while the model is still initially invisible (due to 'Start hidden'). At the time the model is triggered to appear, it's stuck on its last frame since the animation was run already (and will never be run again due to 'Only once'). The expected behavior would be of course that the one-shot animation starts upon model appearance.

@jjelliott jjelliott added the bug Something isn't working label Feb 2, 2024
@jjelliott jjelliott self-assigned this Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants