How to hide assets from user? ( e.g.: a png file )

Posted by burninggramma on Game Development See other posts from Game Development or by burninggramma
Published on 2012-10-21T15:00:01Z Indexed on 2012/10/21 17:20 UTC
Read the original article Hit count: 93

Filed under:
|
|
|

I think the title is quite self-explaining, still this is a big area I think, so let me drop a few words:

I've got a simple experiment game project going, and I want to make sure, that the user isn't messing with the game assets like player skin etc.

In my opinion the best way would be that on production I would merge all the assets into one file and the application would check the hash of that file, so it could detect the corrupted data.

Is this an acceptable practice? There must be sum libraries / applications which are targeting this problem, could you guide me on this?

Project details: unix/linux, c++, sdl

© Game Development or respective owner

Related posts about c++

Related posts about sdl