Game Development Community

Do i need jedit

by Daniel O'Malley · in Torque Game Engine · 04/07/2004 (4:58 pm) · 9 replies

Do i need jedit to make scritp or i can use my vc++ 6
thanks

#1
04/07/2004 (6:05 pm)
You can use any program capable of editing plain text. JEdit just has convenient plugins and debugging available for TorqueScript.
#2
04/07/2004 (6:25 pm)
Can i use my script editor (3d game studio) to script my code
#3
04/07/2004 (6:28 pm)
Sure any text editor will do. The point of using jEdit/TIDE or Tribal IDE is they do syntax color coding which understand the syntax of torque script.
#4
04/08/2004 (10:36 am)
Note that 3DGS probably doesn't know about TorqueScript, so it might get confused...
#5
04/08/2004 (10:54 am)
Just one more think torque script is just for mod game or i can do a new kind of game like, just exemple flight simulator. or i need to take my vc++ and modify the code. and if i decide to make a mod game can i disable all the editor after that
thanks
#6
04/08/2004 (12:07 pm)
It depends.
#7
04/08/2004 (12:11 pm)
TorqueScript is useful for both. VC++ is also important in just about any scenario. You can disable the editors, too.
#8
04/08/2004 (12:54 pm)
Thanks alots and excuse my bab english i'm french canadien
#9
04/09/2004 (10:09 pm)
I just use notepad for most of my scripts ;)