Open
Conversation
25 tasks
|
I'd just like to add my vote for this being implemented. |
|
I gotta put in my +1 for this as well |
dazuki
added a commit
to dazuki/UIInfoSuite2Alt
that referenced
this pull request
Mar 4, 2026
- Add Better Game Menu support (Annosz#648) - Fix birthday icon showing previous day's NPC sprite on consecutive birthdays - Fix weather icon for Ginger Island with Cloudy Skies API
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.
Hello!
Better Game Menu is a new mod I'm going to be releasing that replaces
GameMenuwith a replacement that:I realize this has the potential to break a lot of things, so I'm going to be submitting PRs to various mods that interact with GameMenu to implement support for BetterGameMenu. This is such a PR.
For UI Info Suite 2 specifically, my PR here makes the following features work:
I did a bit of refactoring on the first couple to remove cached references to menu pages that are easy and efficient to grab references too. For the Calendar/Billboard I didn't refactor how you're storing the current hover/held item, but I did mess with the logic a little so it only considers the currently active menu page.
I also added a helper method that gets the currently active menu page, whether from GameMenu or BetterGameMenu.
Update: As of now, this PR also adds the options tab to Better Game Menu. It was easier than I thought at first glance.
Anyways, I hope you find this helpful! If you need more assistance, have questions, etc. please let me know! Feel free to ping me in Discord or just reply here.