Game Development Community

When manipulating script docs 1.5.2

by Dale Harper · in General Discussion · 02/09/2008 (8:38 am) · 2 replies

What is the limit on what you can change in just a regluar text editor rather than doing a recomplie...Right now I'm working with .cc and .h files. I've noticed people changing things in text editors and yet also a huge number recompiling...I'm just not ready to jump right in to start recompiling the Torque code yet...

#1
02/09/2008 (8:50 am)
Don understan exactly what do you mean Dale.

The engine has script files (.cs, .t2d, .mis, .gui) and C++ source files (.cc and .h). The C++ source files require to recompile to work.

The files that you can change without recompiling are the script files.
#2
02/09/2008 (8:56 am)
Ahh...ok...well there's my answer...thank you...