Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favorite vehicles/terrains #3130

Open
CuriousMike56 opened this issue Feb 22, 2024 · 4 comments
Open

Favorite vehicles/terrains #3130

CuriousMike56 opened this issue Feb 22, 2024 · 4 comments

Comments

@CuriousMike56
Copy link
Collaborator

Minor quality of life feature, would be helpful if there was a favorites category for vehicles and terrains. The "add to favorites" button could be added to the top right of the selector UI.

@tritonas00
Copy link
Collaborator

A json file would do it

@ohlidalp
Copy link
Member

Hmm... An obvious approach would be to add a 'favorite' flag to modcache's entries (including cache file and query options) - but then the 'favorite' status would get lost on full cache regen (not update) - is it good enough a solution? It would be just about 10 lines of code to do it.

@CuriousMike56
Copy link
Collaborator Author

Could store a favorites.json in the savegames directory, that way it won't be removed with a full cache rebuild.

@ohlidalp
Copy link
Member

ohlidalp commented May 5, 2024

There is a feature request for multiplayer mute command: https://discord.com/channels/136544456244461568/759556195194765353/1232739955927941242 That's technically identical thing - a list of names. I could use RoR.cfg for both but it doesn't exactly belong there. It's more of a 'Profile' setting than 'Config' setting. So I'll probably introduce some kind of profile.json file.

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

No branches or pull requests

3 participants