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

[OOT] Use Room objects to set which room you come from/go to #243

Merged
merged 7 commits into from
Dec 25, 2023

Conversation

Yanis42
Copy link
Contributor

@Yanis42 Yanis42 commented Jul 16, 2023

This avoids having to change the room index on each door and it's easier to keep track of which door do what, also I changed dontTransition to isRoomTransition (with a proper name on the UI)

While doing this I found two issues (now fixed), the scene importer/exporter wasn't importing/exporting properly doors that don't make a room change (i.e: the door near the gate in Hyrule Castle)

Copy link
Contributor

@sauraen sauraen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor change and a question, otherwise looks good.

fast64_internal/oot/actor/properties.py Outdated Show resolved Hide resolved
fast64_internal/oot/oot_level_parser.py Show resolved Hide resolved
Copy link
Contributor

@sauraen sauraen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sauraen sauraen merged commit 77cadf1 into Fast-64:main Dec 25, 2023
@Yanis42 Yanis42 mentioned this pull request Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants