Game Development Community

MissionFileSpec path problem

by Yannick Lahay · in Torque Game Engine · 09/13/2008 (12:49 pm) · 2 replies

I'm facing a (ridiculous/noob) problem..

According to the tutorial "TGE Simplification (Part 2)", I moved my missions directory to myGame/client/data/
Then, I've updated the MissionFileSpec's path to client/data/missions/*.mis
It was supposed to work, but it does not: when I want to start a mission, the missions' list is empty.

I haven't found any compiling error in the console, and I had no problem updating the access paths for the other files.

Thanks for any hint ;-)

#1
09/14/2008 (12:47 pm)
Is the MissionFileSpec' path "special" so it won't work like the other paths ?
#2
10/04/2008 (8:56 am)
Any hint ?