Hello all.
I've been making a simple little game to learn more about construct (usually I bite off more than I can chew, give up and never come back to a program again).
Now the basics are done I've been thinking of stuff to add to add replay value, better my construct knowledge and turn the small simple game into something bigger but still simple.
I had two nice ideas stat tracking & achievments. To track these I was going to use INI file(s) but these are simple to hack with a text editor, so I need to protect my files from naughty hackers.
This is what I came up with. It's pretty simple (and probably sloppily made) but seems to work great. When it gets a match between the stored hash it gives one message, if the hash isn't a match it gives a different message. In my game i intent to make it so if the hashes don't match it will simply reset all the stats & values to the default ones.
http://dl.getdropbox.com/u/1646976/inicrc32.zip
Oh and make sure all the files are unzipped to the same folder or else it won't work
Can anyone help me improve upon it? Or have any suggestions?