Game Development Community

Script visible?

by Mark De Ruijter · in Torque Game Engine · 10/15/2005 (5:58 am) · 2 replies

This is probably a silly question, but searching doesn't give me any definitive answers.

I bought the torque SDK, but I am wondering, if I make a game, will everybody be able to see the script files I used ? Or are they somehow hidden or compiled?

tia

#1
10/15/2005 (6:39 am)
They are compiled into .DSOs. There are some resources over there that shows how to hide scripts in other directories ( in macs you can turn all your game into a bundle ).
#2
10/16/2005 (4:58 am)
Thanx, that's clear now.