Open bojidar-bg opened 8 years ago
Currently progress is saved in user://savedata.bin, which is encrypted via Godot's mechanisms.
user://savedata.bin
Since this is a FOSS game, it would be nice to save the data unencrypted, and it would be even better if we allow both.
I would propose adding application.config/encrypt_game_save in engine.cfg, which would be true by default.
application.config/encrypt_game_save
true
Currently progress is saved in
user://savedata.bin
, which is encrypted via Godot's mechanisms.Since this is a FOSS game, it would be nice to save the data unencrypted, and it would be even better if we allow both.
I would propose adding
application.config/encrypt_game_save
in engine.cfg, which would betrue
by default.