Game Development Community

Creating exe of the game

by CodeWalla · in Torque Game Engine Advanced · 05/23/2007 (3:13 am) · 1 replies

Hi all,

I have a small piece of game. All the scripts get compiled to .dso extension files. I do not want to redistribute the .dso or .cs file. How can I make an executable out of my game?

Thanks for the help.

#1
05/23/2007 (4:12 am)
You have to distribute the DSO with the game, they are compiled CS scripts.
If you don't want to make them visible to the user use some security system (zip as virtual file system, molebox for true security etc)

either that or reprogram anything in full C / C++ code instead scripting.