Game Development Community

Server question/problem!!

by Jackie Hayes · in Torque Game Engine · 04/19/2003 (7:41 am) · 3 replies

I created a new level with the latest HEAD (4/17/03). I placed the new level in the missions folder. When I start the game and select the new level it gives me this error:

You do not have the correct version of the Torque Game Engine or the related art needed to connect to this server, please contact the server operator to obtain the latest version of this game. (Invalid Packet)

This is the first time I have created a new mission so I am not sure what I have done wrong. Could someone let me know what my problem might be or point me in the right direction.

Thanks.
MJ....

#1
04/19/2003 (8:41 am)
Did you place the terrain files (.ter) where the mission file (.mis) expects them to be?
#2
04/19/2003 (9:02 am)
Thanks J.
I found my problem. When I created the test mission and saved it. The mission was placed the in the data folder. TG looks for missions in the missions folder. When I moved it to this folder all the references were wrong. I changed the references in the mission file and 'boom' it works fine now.

Thanks for the quick response though.

Can you point me anywhere to get more info on how the server operates?

MJ....
#3
04/20/2003 (3:49 am)
Jackie,

The only place I coud point you is to the scripts themselves. I just refactored a bunch of those scripts into Python so I might be able to answer spefeic questions if you have them.