Game Development Community

Trouble loading tutorial mission

by Michael Ott · in Torque Game Engine · 02/21/2007 (7:16 pm) · 1 replies

This is the first time that I've saved the mission while working through the tutorial. When I open the Torque world editor, it opens the generic mission. But if I try to load my saved mission (GameOneMission.mis), the program sits there at the F World window waiting for the server forever without opening. What can I check to see what might be causing it not to open?

Thanks.

#1
02/22/2007 (4:16 pm)
Check the console (~) and console.log for any errors that pop up, both syntax and missing files.

Most likely the script path to your mission is hard coded and needs to be changed to what you name your mission upon saving.