well, i had once made an game which had only 1 integer to save (which level the player is on) so i just loaded it and saved it there only ,it was not even noticeable , then the other game which had arrays storing at least 200 materials , that was also quick as most things were done in construction script.
now the method you are using is storing before hand , nice trick but don’t forget to update that value just after saving else you will be in trouble.also save it as soon as player finishes the level else sometimes the device is slow or got heavy files ,cache of other apps can make your game crash (or phone hangs) and gamer annoyed that why it didn’t save,
. so make sure of these.
GOT IT WORKING!! a day of distress, but it is worth it.
Not all heroes wear cape, you know that? All the help very much appreciated. Now I think more or less I understand how the save game works.
I had this score, an accuracy of 45%, stored it, no matter how many times I restart the game, the value is there
If I overwrite it, it get overwritten, I think this satisfies the definition of “working”.
Once again, a thousand thanks!
there is just one slot you have with different value and many variables , rights?
if you want to delete them from blueprint (during the game after build ,like reset game) try this node
if you want to delete them while developing (due to new variables made or some errors ,delete the file manually , delete from slot does the same but this is fast while devloping
@Prithvi Singh yet another question here: The scores now work as they should, but only if a player exits during the game. The scores do not get saved when we hit “retry”. On this button we only have a get current level name and an open level. On the exit we have a quit application.
What might be the problem?
Looks like it was false alert, or I might messed up the rounding (the highscores were saved in float, the output at the ending is percent). Now it saves the scores and orders them as should no matter if the player exits, plays it again, or plays again, but the replay is interrupted.
I would call it a success
it so simple, just create a save game bp, add what you want there and use that to change it and save that, the end, why does all this none sense about slots have to do with anything? simple.