Game Development Community

About newmission

by Wonglee · in Torque Game Engine · 05/12/2005 (12:45 am) · 2 replies

First i launched the demo(starter.fps), then press F11. After that I clicked file->new mission.
Finally I clicked "save as" and save the mission in the /starter.fps/data/missions/newmission.mis.
I host a game with the newmission, but when someone try to join me, it says that
"You do not have the correct version of the FPS starter kit or the related art needed to play on this server, please contact the server operator for more information."
why? and what should I do to make a new mission?

#1
05/12/2005 (4:54 pm)
Wonglee,

I may be wrong on this, but I believe that you have to have the mission file and all supporting data files on the client and server machines. If you make a mission on the server and a client tries to connect without the mission, it gives you that error. Copy the mission and terrain and any objects on the client machine and it should work.

Thanks
#2
05/12/2005 (11:03 pm)
Thanks Derk
I found there's something wrong with my .ter file, now it works well. Thanks^-^