Game Development Community

Mission not appearing in drop down menu FPS

by Jon LeMond · in Torque Game Engine · 05/06/2008 (7:06 pm) · 2 replies

I'm trying to open a mission which appears in the data folder of FPS. There ia a matching .ter file. It does not appear in the drop down when starting up the Torque FPS. It did at one point but the person may not have save the name correctly in the mission info / name area window or the dyanmic field / name area window.

Is there any way for me to open up the mission? Is there a scripting area I would need to change to allow the opening of the mission?

About the author

Recent Threads


#1
05/06/2008 (8:25 pm)
Put all of your missions in the (starter.fps)/data/missions folder. Your script runs through that folder and checks for valid .mis files. You don't have to add any additional code to make your mission show up.

You can edit the .mis files with any text editor. You can compare your datablocks to those of other missions to see if you messed anything up.
#2
05/07/2008 (9:47 am)
Thanks for the info. I will give it a shot.