Game Development Community

Whay TORQUE game sources cannt be published on websites?

by Matthews_30 · in Torque Game Engine · 03/01/2006 (1:13 pm) · 8 replies

I would really like to see, some day, that Torque source code can be shared in the world, with everybody, so here is my question:

i would like to promote a Torque 2D community, why the license does not allow the source code (game source code, *.cs files) to be published?

regards,

matt.

#1
03/01/2006 (1:15 pm)
O.o



.....
#2
03/01/2006 (1:22 pm)
Garage Games is selling a product to make a profit...
#3
03/01/2006 (3:27 pm)
I am not referring to the torque game engine or torque game builder, i am referring to a game a user wan to share and create a community for it.
#4
03/01/2006 (3:33 pm)
O_o ...
#5
03/01/2006 (3:38 pm)
There is nothing in the license indicating that you cannot publish your script files. I suggest you look at it again.
#6
03/01/2006 (3:45 pm)
Torque Source Code is not TorqueScript (.cs files), it's c++ (and some assembler). You can publish all the script files you like for TGE/TSE. You certainly cannot post source code.
#7
03/01/2006 (3:48 pm)
I think he's talking about T2D, and in that case, no you cannot publish script files.
#8
03/01/2006 (4:18 pm)
You can publish T2D (TGB) scripts as long as those scripts do not expose any T2D(TGB) functionality to the public. This would include any built in functions, methods, properties and or objects.

Basically.... if the code could run on TGE, TSE or T2D.