Posted: 19th Jun 2007 2:27
Hi, I'm making a game but have a problem with media files (.bmp, .jpg, .mp3, etc.etc) because when I compile and make an exe of a game then it's have to go together with media files, and then when somebody play my game he/she can change all media and make a game for himsels, and also this is the problem for sponzors. So please could anybody can tell me the solution of this (if exist).

Thank You in advance
Posted: 19th Jun 2007 10:53
One solution is the compile the game with media inside the exe.

It's not 100% hacker proof but it will keep the average user out of your files.
Posted: 20th Jun 2007 11:40
Thank You very much for answer but please can You expalin me how to do that, because I searched in dbPro but I can't find it.

Thank You in advance
Posted: 20th Jun 2007 12:24
In the standard DBPro IDE on the right hand side at the bottom, you have a selection of buttons. One of them is labeled 'Media'. If you click this it allows you to add files which will be included inside your EXE file when its compiled.

Click on the 'Add' button at the top of that window and then the 'folder' icon in the popup window to browse to the file you want to include. Repeat the process to add lots more files.
You can use wildcards too, for example to include all *.bmp files.