Game Development Community

1.4 Not loading missions.

by John Doe · in Torque Game Engine · 06/28/2007 (3:50 pm) · 1 replies

When trying to load missions I created in a modification of starter.fps I have been either receiving the error:

"DISCONNECT
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.)"

or it crashes to the desktop. This started after changing the terrain texture of the mission I created. The original Stronghold mission still loads fine, and other missions I create fail to load when I change the terrain texture. The new textures are in the module's data/terrains folder. Occasionally the mission will load, but most of the time I get one of the two problems.

Has anyone else had a similar problem? Any ideas on a solution?
Thanks,
Camden

#1
06/28/2007 (9:29 pm)
This probably means that something is missing in your mission file. I just had this issue with my sky box. So I would open up the mission with a text editor, look for the sky object, and make sure the material list points to the right location. Also try moving the mission file(if it is in the creator directory) to your starter.fps directory.