Game Development Community

Where is the editor/tools?

by James Dan Cook · in Torque Game Engine Advanced · 08/13/2007 (12:57 am) · 4 replies

With TGE the tools come with the engine and the editor can be accessed by using a parameter in the shortcut.

Where are the editors in TGEA and how are they accessed? So, far with the various builds I have made all I get is the demo which does not provide a link to editors like TGE does.

There is no Tutorial Base for example.

How do I get to the editors in TGEA?

#1
08/13/2007 (1:00 am)
I've tried the TGEA demo and it was the same as TGE, hit F10 for the GUI editor and F11 for the world editor. As for the starter kits, TGEA doesn't really come with any.
#2
08/13/2007 (1:23 am)
The GUI editor comes up with F10 but, F11 has not opened a world editor?

Thanks for your help so far. Now, to find a way into the World Editor.
#3
08/13/2007 (1:38 am)
In TGEA you need to first open a world before you can use the editor - just start the demo walk-through.

TGE has a feature where a new world is loaded when F11 is hit without a world first being opened, TGEA doesn't have this feature though you could easily script it in yourself.
#4
08/13/2007 (12:55 pm)
Thank you that did it.