Is the data for interactive maps (such as which items have been marked as found) stored locally and if so does anyone know where and in what format (local DB, huge JSON, etc.)?
For example in RDR2 there are quite a few items and as such when starting to use the map midway through a playthrough marking all the items one has collected as found can take quite a while. Especially since marking an item immediately resets the search bar, which given the amount of items already takes some time to load a result, so marking multiple items with the same name as found is rather tedious.
Depending on where and how this information is stored (really anything short of server-side storage) simply editing the data myself may be a fair bit easier and quicker.
Any help is appreciated