[Enhancement] Award both prizes for high score in Horseback Archery - #6982
Merged
serprex merged 1 commit intoJul 25, 2026
Merged
Conversation
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
approved these changes
Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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