Can I hide my scripts?
by Marty · in Technical Issues · 04/28/2004 (8:39 am) · 3 replies
Is there any way that I can hide/compile/obfuscate my custom scripts in the distribution versions of my finished Torque games?
About the author
#2
BTW, is your "Essential Guide to Torque" done yet?
Let me know if you need any beta-readers!
05/06/2004 (8:37 am)
Thanks, Ed!BTW, is your "Essential Guide to Torque" done yet?
Let me know if you need any beta-readers!
Associate Edward F. Maurina III
Roaming Gamer LLC
Try this.
1. Start your game once (so the the .cs files get compiled into .dso).
2. Copy everything to a second directory (starting with the directory the executable is in).
3. CD to the NEW directory, containing your scripts
4. Delete the .cs scripts you do not want to distribute
5. Re-run from your new directory and...
violla. It should still function, minus the .cs files.
[HOW]EdM