How do you hide the save file to make player unable to customize?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ngyhan

after save, at file location
How do you hide the save file to make player unable to customize?
This is after export
I used config save here
Sorry I am completely new

:bust_in_silhouette: Reply From: Ertain

If the game is on PCs (e.g. Windows and MacOS), the player can find and edit the file because its placed in a folder that the user controls. With regards to mobile platforms, the user can probably access those, too. The save file can be encrypted. But that’s a hassle to deal with. There’s also the option of synchronizing save data between the user’s device and a server. But that’s a whole other method.

Bottom line: expect the player to have access to the save files, and take that into account when planning your game.