Game Development Community

Newbie questions

by Francisco Montanes · in General Discussion · 11/04/2009 (5:01 am) · 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 (10:37 am)
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 (11:57 am)
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 (12: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?