-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hide the Poof animation not working #5
Comments
Mining stars with a crapton of people seems to be quite unique. I've also seen this happen. As a side note, I also see this happen without the plugin enabled and without ever seeing an npc. The problem is that the GraphicsObject gets created for other npcs as well, e.g. imps, the double agent and maybe more. For that reason I've only tried to hide the poof GraphicsObject when it's on a tile where a random event Npc recently (5 ticks IIRC) spawned or despawned and certain conditions are met (e.g. if the Npc is hidden or not). I might be incorrect, since I'm not that familiar with the RL events and it's been a long time since I created this plugin (tested random event ingame interactions etc), but it looks like not all events are transmitted in these cases? Usually it looks like IIRC:
Same GameCycle, worldpoints match. This is somet of the output I got:
What causes Not that much I can change, unless I try to hide the GraphicsObject everywhere. If someone smarter than me can fix this, feel free to let me know how. You'll need some eye bleach after looking at the code though. |
Have tried uninstalling the plugin and resetting the settings, not fixing it.
I have attached a video of the issue.
2023-10-09.23-28-06.mp4
The text was updated successfully, but these errors were encountered: