RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
1.01k stars 177 forks source link

Favorite vehicles/terrains #3130

Open CuriousMike56 opened 7 months ago

CuriousMike56 commented 7 months ago

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 commented 7 months ago

A json file would do it

ohlidalp commented 6 months ago

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 commented 6 months ago

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

ohlidalp commented 4 months ago

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.