Add Favorites Tab in Scenery Window #25019
Replies: 5 comments 2 replies
-
Great idea, hope this could be implemented someday! |
Beta Was this translation helpful? Give feedback.
-
So amazing 😍 |
Beta Was this translation helpful? Give feedback.
-
I really like the idea, the thing I think will be the most debatable is this part though:
Because I can see some people wanting to have "global" favorites and others "locals" |
Beta Was this translation helpful? Give feedback.
-
The window is already hideously complicated and messy. In its current state, I would veto the PR. I am open a redesign of the window, if anyone who has some UX skills wants to try their hand. |
Beta Was this translation helpful? Give feedback.
-
I've an alternative that would achieve some of the same goals as having a favourites tab: a recently placed items tab. This would show the 18 (2 rows of 9) most recent placed items in the current save game (so it's not global). When starting a park this list is of course empty and populates in order of items placed. When placing an item that's already on the recent items list, the order in the list does not change for the sake of ergonomics. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is something that's been mentioned before and has been highly requested by several people. Took a crack at a Proof of Concept and want to start a discussion.
Proof Of Concept:
In this implementation, the player can hover over the corner of the scenery cell in the content view to show a new icon. Clicking here fills in the icon, flagging the object as favorited. Clicking again will reset the flag. The icon is hidden unless solid or hovered, to minimize change to the window's visual feel.
The Favorites tab itself is reserved and set aside, like the All Scenery tab. When empty, It's hidden via Widget Flags. The scenery window reacts dynamically to favorite flags, and items can be removed from within the tab itself.
Favorites are saved per park file, rather than as a global setting. It is similar to how restricted items are implemented. To handle it, a new chunk in the .park format is created. (This maybe could be condensed with the restricted chunk into a single Scenery Flags chunk, but that's probably a future conversation)
If this is a feature the team is interested in, I can start a PR for this.
Beta Was this translation helpful? Give feedback.
All reactions