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...
Torque 3D Owner Novack
CyberianSoftware
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.