-
Notifications
You must be signed in to change notification settings - Fork 632
Rando: Shuffle Ocarina Buttons (Rando V3) #3735
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
Rando: Shuffle Ocarina Buttons (Rando V3) #3735
Conversation
leggettc18
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.
This is looking great, but I have one comment in the code and two things I'd like to see before this gets merged.
- I'd like to see if we can get these in as possible Ice Trap models. I forget exactly where right this minute, but I think it's in item_pool.cpp, there's a place where a vector gets filled with RGs, and I think if we add the Ocarina Button RGs in there it should just work.
- Even if it's just placeholder text, I'd like to see something in the item tracker. I won't require it for this to get merged because I'm not familiar enough with that code to know how easy it is to add these buttons to, but I would like for that to be looked into.
If we can get those addressed then I'll say LGTM!
soh/soh/Enhancements/randomizer/3drando/location_access/locacc_hyrule_field.cpp
Show resolved
Hide resolved
|
I've made all the requested changes. The only thing that's left now is trick names. |
leggettc18
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.
Have you tested the ice trap models to make sure they actually render correctly? Adding them to the list should be all that's needed for that, just curious if that's actually been verified. If not I'll gen a few seeds and check. Assuming they render correctly, LGTM!
|
I went ahead and tested it. Unfortunately the model rendered as the Stone of Agony rather than the Ocarina button. You can probably fix it by using the EDIT: Just tried that, and unfortunately it did not work. Give me a moment. |
leggettc18
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.
Sorry for the review whiplash. Turns out the custom models as they are now as Ice Trap models won't work (at least during the GetItem Animation where link holds the item above his head), and fixing that is outside the scope of this PR. So just remove the added Ice Trap models for now, but do keep the trick names so that those will work when the ability to draw custom models as Ice Traps is fixed.
|
Removed the models. |
leggettc18
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.
This one is my bad from when I attempted to resolve the merge conflict, I included what should be the needed fix for it.
soh/soh/Enhancements/randomizer/3drando/location_access/locacc_death_mountain.cpp
Outdated
Show resolved
Hide resolved
…_death_mountain.cpp Fix lost closing brackets from merge resolution.
#3082 but for
develop-randoModels by Purple Hato
Build Artifacts