I noticed that the timestamp display format for Save browser entries seems to be showing UTC. I think showing the user’s local time zone would be more intuitive, and if we ever need to display save-date information to players in the game, we wouldn’t need to do any extra conversion.
Feature request: Need a save function independent of slots that can handle global values, such as game settings including audio, video, and language, as well as creator-defined global data like player achievements and game completion progress. This data should not be affected by slot data.
← Return to asset pack
Comments
Log in with itch.io to leave a comment.
I noticed that the timestamp display format for Save browser entries seems to be showing UTC. I think showing the user’s local time zone would be more intuitive, and if we ever need to display save-date information to players in the game, we wouldn’t need to do any extra conversion.
Ahh yes, that is a good idea.
Feature request: Need a save function independent of slots that can handle global values, such as game settings including audio, video, and language, as well as creator-defined global data like player achievements and game completion progress. This data should not be affected by slot data.
Updated! Give it a go, let me know what you think.
I looked the documentation about the global save feature. It’s great, and I’ll do further testing later.