Skip to content

[Mode] Hyrule Warriors-style Link#665

Merged
garrettjoecox merged 20 commits intoHarbourMasters:developfrom
OtherBlue:HW-Styled-Link
Nov 26, 2024
Merged

[Mode] Hyrule Warriors-style Link#665
garrettjoecox merged 20 commits intoHarbourMasters:developfrom
OtherBlue:HW-Styled-Link

Conversation

@OtherBlue
Copy link
Copy Markdown
Contributor

@OtherBlue OtherBlue commented Jun 5, 2024

Adds an option to place the Keaton and Fierce Deity masks similarly to how they are placed on Young Link in Hyrule Warriors once they are acquired in-game.

Branches off #537 for the "OnPlayerPostLimbDraw" hook

Build Artifacts

@garrettjoecox
Copy link
Copy Markdown
Contributor

@OtherBlue nice work! Is your intent to have this merged upstream or just have a place to host it? If the latter you can follow the modding.md guide on Shipwright to create a PR into your own fork, in which it will still generate artifacts for people to download.

@PurpleHato
Copy link
Copy Markdown
Member

Personally, I would love to see this making it's way to the main build
It's like a small pleasant addition, that is an existing modern design and doesn't recquire much edits and isn't invasive at all

Good job buddy!

@OtherBlue
Copy link
Copy Markdown
Contributor Author

I'm thinking of opening the PR to the main build now

Wasn't the original intention but it's probably more convenient anyway

Just gotta figure out why clang-format is failing ig

@OtherBlue OtherBlue marked this pull request as ready for review June 5, 2024 14:20
Copy link
Copy Markdown
Member

@inspectredc inspectredc left a comment

Choose a reason for hiding this comment

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

Looks Great! Just a couple things

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think it'd be easier to understand what this is doing if we write it out in full

Suggested change
RegisterHWStyledLink();
RegisterHyruleWarriorsStyledLink();

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Oh yeah, absolutely, just old habits still sticking around haha

Comment on lines +28 to +29
Matrix_RotateYS(14563, MTXMODE_APPLY);
Matrix_RotateZS(-4854, MTXMODE_APPLY);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Matrix_RotateYS and Matrix_RotateZS use 'binangs' (binary angles). Would it be alright to write this as hex?

Alternatively, write it in degrees and use the DEG_TO_BINANG(angle) macro

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

tbh these first values were put in there by Proxy, I'll look into converting them tho

@OtherBlue
Copy link
Copy Markdown
Contributor Author

Alrighty, final(?) changes made

@PurpleHato PurpleHato added the enhancement New feature or request label Jun 6, 2024
mckinlee pushed a commit to mckinlee/2ship2harkinian that referenced this pull request Sep 23, 2024
Comment thread mm/2s2h/Enhancements/Graphics/HyruleWarriorsStyledLink.cpp Outdated
@OtherBlue
Copy link
Copy Markdown
Contributor Author

Closed this by mistake, it's not going anywhere, my bad

@OtherBlue OtherBlue reopened this Oct 7, 2024
@OtherBlue OtherBlue changed the title [Mod] Hyrule Warriors-style Link [Mode] Hyrule Warriors-style Link Nov 21, 2024
Copy link
Copy Markdown
Contributor

@garrettjoecox garrettjoecox left a comment

Choose a reason for hiding this comment

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

Had been holding off on this one because I wasn't sure how I felt about it as an actual code addition, but it's well isolated so let's do it.

@garrettjoecox garrettjoecox merged commit 6ca355f into HarbourMasters:develop Nov 26, 2024
@julio-link002
Copy link
Copy Markdown

OtherBlue:HW-Styled-Link

@OtherBlue OtherBlue deleted the HW-Styled-Link branch December 26, 2025 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants