-
Notifications
You must be signed in to change notification settings - Fork 100
[OoT] Add missing versions to oot_versions_items and add overlay support for quick import
#482
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
Conversation
oot_versions_items and add overlay support for quick importoot_versions_items and add overlay support for quick import
Lilaa3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some questions before I approve
| if len(parsedCutscenes) == 0: | ||
| raise PluginError("ERROR: No cutscene was found.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intended for scene imports as well? Deku tree inside won´t import with Cutscene importing on now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll investigate that, it should import properly so there might be something going on
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested and it works properly, though it won't work if you already imported that cutscene before, which might be a concern so I changed it to make it print a warning instead of skipping the import entirely
The quick import file was a bit messy so I decided to improve it a bit in the process, also I wanted to add the missing versions to the enum
Now you can use the quick import feature to import data from overlays, I tested it with
D_808BCE20I decided to add a new preview setting to ignore the cutscene misc command that stops the cutscene, in some cases it can be useful