Game Development Community

Starter.FPS mission list

by Joseph Bosch · in Game Design and Creative Issues · 07/31/2010 (9:27 pm) · 1 replies

so I bought torque In hopes of taking my current project off the demo software I was using. the program installs fine and I modified main.cs to use the FPS kit. The only problem is nothing populates in the mission list when I click "start mission" I tried to enter the world editor and save a new mission but even this one wont display (even if saved in the default creator folder or if moved to the mission folder) there do seem to be a few barebone missions in the mission folder yet nothing is displayed in the mission list, does any one have any thoughts on how to get the missions to display?

#1
07/31/2010 (10:04 pm)
interesting:
if i start the game using torqueDemo.exe I see the problem if i start the game using Starter.FPS.bat I dont see the problem ... maybe I need to change something else besides $defaultGame = "Starter.FPS";