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

Adventure editor's large Sporepedia preview creature loads the voices of creatures in the editor. #1

Closed
Tenderi4 opened this issue Jul 21, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Tenderi4
Copy link
Collaborator

Occasionally while previewing captains, civilians or colonists in the adventure editor's Sporepedia screen, the voices of the creatures placed in the adventure planet will leak into the preview and be given to the previewed creature in question. This is because one of the mod's main functions is a detour that is the same as loading an animation for the creature to play, and it is the only one in the AnimatedCreature class that I currently have the addresses for (See issue #34 for emd4600/Spore-ModAPI for this: emd4600/Spore-ModAPI#34 (comment)). This is planned to be fixed in a future version, once I find a better AnimatedCreature function to detour, or another way to avoid this glitch.

Youtube link showcasing the bug in action: https://youtu.be/T-m_iWgA5Pg

@Tenderi4 Tenderi4 added bug Something isn't working help wanted Extra attention is needed labels Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant