Tagged Questions
2
votes
5answers
443 views
How can I write data to a file that users can't easily edit? [duplicate]
Possible Duplicate:
How can I protect my save data from casual hacking?
While working on game saving and loading I figured I could just write all the variable values to a file and then load ...