Game Development Community

Missions

by Elgin Perry · in General Discussion · 01/25/2008 (7:40 pm) · 1 replies

I made a copy of Starter.Fps and named test.fps. I modified the main.cs to point to test.fps.

It loads the mainmenu fine, but no missions are displayed.


// Specify where the mission files are.
$Server::MissionFileSpec = "*/missions/*.mis";

This is the Mission file path for both, I must be missing something here P.

Any comments welcome

#1
01/26/2008 (10:17 am)
Nice, I got it to work. Just recopied the directory, works fine. Got the Plane to work now too =).