Nothing's impossible, but this might be

I have been wondering, if you add a save file to a manual computer that has code, you would end up with a save file that could be changed. Or, that would add up until someone crashes the game. Can somebody help me avoid this problem?

So you’re trying to encode the save file so players can’t cheat by changing it?

Yeah, kinda. @Blueboat.

All you need to do is encode the file then. The algorithm I recommend you use is RSA, but you could also use a wide variety of algorithms.

Just take the save code, apply the algorithm of your choice to it, then give it to the player.

When the player loads their encoded save code, just decode it, check if it’s valid, and then load the save.

2 Likes

Hey Void this ain’t a thumbnail request.

So you should be happy

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.