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.
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.
Torque 3D Owner Marc Dreamora Schaerer
Gayasoft
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.