Skip to content

[Enhancement] Award both prizes for high score in Horseback Archery - #6982

Merged
serprex merged 1 commit into
HarbourMasters:developfrom
JordanLongstaff:horseback-archery-both-prizes
Jul 25, 2026
Merged

[Enhancement] Award both prizes for high score in Horseback Archery#6982
serprex merged 1 commit into
HarbourMasters:developfrom
JordanLongstaff:horseback-archery-both-prizes

Conversation

@JordanLongstaff

@JordanLongstaff JordanLongstaff commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Part 2 of 2 addressing #6895

A couple of things here. One, I've separated the Horseback Archery hooks out into separate functions based on which CVars control them. Two, I achieved the "both prizes" effect by looping the "after game talk" function as the Gerudo's action. Basically, once one prize is given, the game normally ends the talk there, but the hook tells the game to initiate another after-game talk instead, triggering the second prize giveaway (if Link scored 1,500 points or more). After all prizes are given, the next talk is just the Gerudo saying, "??? points... Quite impressive!" allowing the player to then exit out or try again. So this is actually also a convenience for the player to quickly try again if they want to, which works in the event that only one prize was won.

archery-both-prizes.mp4

Build Artifacts

@JordanLongstaff

Copy link
Copy Markdown
Contributor Author

By the way, it is possible to make the hook not fire if both prizes are already given, making the after game talk stop there as well. I'll keep that one in my back pocket until someone asks me to use it.

@serprex
serprex merged commit 2b35211 into HarbourMasters:develop Jul 25, 2026
5 checks passed
@JordanLongstaff
JordanLongstaff deleted the horseback-archery-both-prizes branch July 25, 2026 20:48
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