Game Development Community

What tool did T2 team use when editing scripts?

by Dave Myers · in Torque Game Engine · 10/29/2001 (3:27 pm) · 25 replies

Subject says it all - what tool did they use? Did they use UltraEdit or MSVC++ or Notepad or vi or all of the above?

Just curious,

Dave Myers
21-6 Productions

About the author

Considerable experience developing with Torque-based technologies and produced the first third-party game using any Torque technology (Orbz). Game designer, programmer, and producer, and credits include the innovative title Orbz and the colorful BuggOut.

Page «Previous 1 2
#1
10/30/2001 (7:41 am)
I dont know what dynamix used but this tool may interest you
http://hosted.barrysworld.net/ide/
I hope this helps
#2
10/30/2001 (7:51 am)
I use Textpad - works well for me

A few more features and easier to use than Wordpad, plus it's not Microsoft, so that's a plus :)
#3
10/30/2001 (7:57 am)
I used CREdit.

www.thecredit.f2s.com/
#4
10/30/2001 (10:58 am)
Most of us used Premia's Codewright.
#5
11/01/2001 (10:50 am)
Try Tribal IDE its a good editor for T2 scripts and what the majority of the T2 modding community uses
#6
11/05/2001 (7:25 am)
Yet another recommendation...
www.ultraedit.com
Got everything from Replace-In-Files to customizable syntax highlighting.
#7
01/27/2002 (1:32 pm)
I really have to reccomend Tribal IDE like others here have. It was built for the T2 modder in mind (which, in a way is what you are doing with Torque).

Syntax highlighting, project management, etc. It's all there in a nice clean package
#8
01/27/2002 (2:46 pm)
I have to second the TribalIDE, its a Torque tool must have.
#9
01/28/2002 (1:29 am)
Isn't it against the license to use Tribal IDE for a commercial product?

As for me I use VC++...that way I have all my code in one place.
#10
01/29/2002 (10:44 am)
No the license only says if you want to sell the actual IDE then you need to ask me first. Feel free to use it in commericial Torque projects.
#11
01/29/2002 (12:05 pm)
Notepad rules you all! ;]

Seriously, I have used all of those at one time or another, and while I don't remember why, I always ended up back in Notepad. Go figure...
#12
01/29/2002 (12:10 pm)
I also have tried many tools and always end up in notepad for scripting. Don't really know why.
#13
01/29/2002 (8:13 pm)
Er, I use notepad.
#14
01/30/2002 (8:58 pm)
After using Tribal IDE I don't see how you can go back. Colored syntax highlighting paired with a nice project and search tool and the ever popular Function list... how can it be beat?

Note pad is for HTML, not scripting :p
#15
01/31/2002 (5:37 am)
imo
textpad

works the best for all html,c,c++,scripting
#16
01/31/2002 (11:27 am)
Just to throw in another two cents--I use Lemmy20; its both unix and windows compatible. It uses either Windows hot keys or vi hotkeys. Also, it leaves no hidden characters (as does Notepad); this is particularly for me since I work cross platform a lot.
#17
01/31/2002 (12:17 pm)
I must say that Tribal IDE is a very nice program, very professional looking.
#18
01/31/2002 (1:25 pm)
I use the Programmers Text Editor :)
#19
01/31/2002 (1:27 pm)
http://www.scintilla.org/SciTE.html
#20
02/06/2002 (4:02 pm)
EditPlus 2.10c

Use it for scripting and web development. Best syntax highlighting evar.
Page «Previous 1 2