Game Development Community

Cleaning stuff up in the GUI Editor...

by luggage · in Torque Game Builder · 03/06/2005 (5:51 am) · 2 replies

Hi

When I use the GUI Editor I get a bunch of other GUI windows which seem to be standard ones for use with the editors - is there a way to hide these 'default' windows? My artists had a heart attack when he saw them - he gets confused easily. :)

Thanks

Scott

#1
03/10/2005 (3:31 am)
The only thing i can think of is going through the source and removing the references to the controls. I don't have the code in front of me so I really can't say for sure, but I am interested in knowing the answer too.
#2
03/10/2005 (7:10 am)
If you remove these controls, the function they perform will be removed as well. Bad idea.

The editor doesn't edit your game but edits anything currently running in the engine. it would be a simple matter for you to go into the scripts and filter it out. Don't forget that it allows us to also edit the editors as well as the internals.

Quite often, games use their own prefix so it's easy to see all your game related files.

- Melv.