Game Development Community

No arch tool anymore?

by ysun · in Artist Corner · 03/23/2007 (7:11 pm) · 6 replies

Hello,

In RC1 I found there is no arch tool icon, will Constructor cancel this function? www.fpschina.com/style_emoticons/default/no.gif

#1
03/24/2007 (3:15 am)
Due to time constraints we had to cut the Arch Tool for 1.0 =(
#2
03/24/2007 (10:56 am)
I can wait. ;)

I will try to find some other ways to make an arch in current version.

If there will be several arch prefabs released with 1.0, I think it will help the users a lot. ;)
#3
03/24/2007 (4:17 pm)
No reason why someone couldn't write a new arch tool using the plugin interface for Constructor. That's exactly the sort of thing the plugin system is for!
#4
03/25/2007 (1:05 am)
Quote:No reason why someone couldn't write a new arch tool using the plugin interface for Constructor. That's exactly the sort of thing the plugin system is for!

Are there any tutorials to make a 3rd plugin? What kind of knowledge it might be needed?

How long will a 3rd party arch tool out after 1.0 released? I guess 1 month.
#5
03/25/2007 (12:11 pm)
@Sun - Look in the constructor folder under "constructor\client\plug-ins". There are 4 examples in there. The plugins are all written in standard TorqueScript. You'll have to read the existing examples and sort of experiment to figure it out.
#6
03/25/2007 (8:31 pm)
@Tom - Thanks for the information.