I would like to get small expansion on the topic of creating saves. While expanding the system to support multiple files is very simple I was wondering what is the proper approach to display basic data about each save in the UI.
For example I would like to show who is currently in party, how much gold the player has and what is the playtime, but I wouldn’t want to read and parse whole save file, which can grow big over time, or could get slow if player creates some astonishing number of save slots.
What would be proposed/best practices solution here?