Game Development Community

New Mission .dml error

by Jon Law · in Torque Game Engine · 12/01/2005 (7:16 pm) · 2 replies

Hi for the past few days ive been having problems when creating a new mission
it seems that whenever i try to create a new mission from the editor it works fine until i quit torque and try to load up the mission again. i get that familiar message that there was an invalid package. and on further inspection, the console informs me that the file sky_day.dml could not be found.
well, i checked the file and sure enough it was right where is was suppose to be. also i check the .mis file and it is refering to the correct place. what more strange is that the other mission works fine.

any help is greatly appreciate
thanks

#1
12/02/2005 (12:04 am)
Have you checked the path because when you choose a new mission the skypath is ./skies/sky_day.dml and if you save it in the default mission folder it change the path to ~/data/skies/sky_day.dml
#2
12/03/2005 (11:17 am)
I figured it out. the problem was simply that i was not saving it into the correct folder. i was saving into the project folder and then movin the files into the default misisons folder, so i guess they were not linking correctly or somthing.. all fixed now tho
thanks for you help