Game Development Community

Newbie questions

by Francisco G. Montañes · in General Discussion · 11/04/2009 (1:01 pm) · 3 replies



Hi,

I'm newbie and I have two questions:

First, the game design content (scripts, 3D objects, sounds, etc.) can be packaged and/or encrypted to deny access to the end user?

Second, could I code the game mostly in c++ (as I did with other engines) and let to the scripts to call this code?

Thanks in advance,

Francsico

#1
11/04/2009 (6:37 pm)
You can encrypt your zips and when you package up the game.

You can make as many C++ changes as you like and expose that code to the scripting engine.
#2
11/04/2009 (7:57 pm)
You could use a utility like Molebox to do the job. If you are really paranoid you could also hide files in plain sight using Steganography.
#3
11/04/2009 (8:33 pm)
Thanks all.

I've take a look to Molebox and seems to be very useful! Do you have some experiences using it? Is it fast?