RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator

Home Page:https://www.rigsofrods.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Favorite vehicles/terrains

CuriousMike56 opened this issue · comments

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.

A json file would do it

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.

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

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.