Game Development Community

Commandtoserver and Mission Editor

by Logan · in Torque Game Engine · 02/13/2006 (6:47 am) · 3 replies

Im kinda new to this and I try to spawn the delta wing and stuff but it won't work. Also, i played with this guy and he spawned a bunch of stuff and I asked him how and he said use mission editor. I looked into it and it is really confusing. Can anyone help me?

About the author

Recent Threads


#1
02/15/2006 (6:24 am)
Mission editor can be pulled up with F11, F1 will bring up a help box describing the editors. If you are new, you will benifit from reading this book .
#2
02/15/2006 (7:46 am)
Yea, thanks, but Im not going to buy anything. I just need a little help and then Im good. Also, what about hte commandtoserver thing. is it commandtoserver ('dwadd');
#3
02/15/2006 (11:41 am)
Logan, search through the scripts and you will fins a few examples on how to use it. Off habd I would say look at default.bind.cs. It uses key bindings to call commands to the server... Somewhere in the server folder you should find cmd... functions that relate to them.