Game Development Community

Error

by Taylor Wiebe · in Torque Game Engine · 07/27/2008 (5:19 pm) · 3 replies

I was building a map the other day and now when I go to open the map up again I recieve this error (I started building it in the fps starter kit)

"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. (invalid packet.)"

#1
07/27/2008 (5:40 pm)
What does your console.log tell you?
The real problem will be logged there.
#2
07/27/2008 (7:04 pm)
The log seems to be saying that it is trying to get all the data from the wrong file, instead of the file under example (ie: starter.fps) its trying to get the data from the creator file. Any ideas on how I can fix this?
#3
08/02/2008 (11:21 am)
I think I may have found the problem, it seems when I add a different sky texture or something that is not in the creator file the game doesn't work but if I change it back to a default texture it works (this has to be done in the files though...)

but how do I fix this so I can have any texture?