Hi,
I am using an external editor to develop scenes for a 3D game which stores it's data in an array. I want to keep this data in separate files for each scene created. What can I do to stop users being able to edtior my scene data?
Thanks.
Scene Data
- Rook Zimbabwe
- Addict

- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: Scene Data
One word answer: CHECKSUM
Include a checksum for each level you have saved based on your own criteria and if something is edited by the user it won't work. Since YOU decide what goes in to the checksum bit you have a better lock on each level!
Though I should point out that letting people edit stuff can build a bigger userbase... see Torchlight and Minecraft (I STILL cannot believe Minecraft!)
Include a checksum for each level you have saved based on your own criteria and if something is edited by the user it won't work. Since YOU decide what goes in to the checksum bit you have a better lock on each level!
Though I should point out that letting people edit stuff can build a bigger userbase... see Torchlight and Minecraft (I STILL cannot believe Minecraft!)

