Game Development Community

Bug in World Editor?

by Pedro Venceslau · in Torque Game Engine · 06/11/2004 (9:05 am) · 3 replies

Hello torque programmers. I have a doubt about wich almost acuses a bug in world editor. Here goes the sequence of actios:

1 - First run the Torque Demo into the FPS Demo.

2 - Then do F11 to enter in World Editor Mode.

3 - Then F10 to enter the GUI Editor.

4 - I click on a new ButtonCtrl wich appears in the top left corner of the World Editor.

5 - I save the EditorGui, exit the mission and run again.

6 - When I run again the mission and I do F11 ALL GOES BLACK and I cant do nothing. The only way I found to put it right is (after backing up the /common/editor directory) is put the editor directory back to it's former state.

Could anyone give me a hand?? I think this is very relevant to all of you who want to improve or customize your own WorldEditor. Tanks and good work!

#1
06/11/2004 (11:37 am)
Pedro,

You are mixing up the editors. Gui and World editor are used to do different actions.

By doing this, you are modifiing not your game, but the World Editor.
#2
06/12/2004 (11:36 am)
Tanks for the reply Bruno. I am aware of doing what you said, but it's exactly that what I want do do: add a fiew features to the world editor. Can't I do such?

Greetings.
#3
06/16/2004 (10:38 am)
You certainly can. But you might be modifying something important to the world editor - it sets itself up mostly in code, you see, so you have to make sure that the script is working properly with your changes.