On Thu, 2010-11-18 at 11:57 +0100, david blanchard wrote: > - Where should the mission filed be stored, in what repository ?
You can simply add&commit it based on an existing repository and push it to any new repository on Launchpad - as long as the only change is the addition of your mission file, it should be easy to merge it afterwards. The directory you should add the new mission file to should be placed in classes/missions/ . From what I have seen (Vlad can confirm here) it just has to be named <MissionClassName>.php and it will be automatically loaded (where <MissionClassName> being the name of the Mission class you define in the file). > - How can it be displayed on the interface of the game so that it can > be tested ? That I don't know, as I haven't really tested Vlad's implementation yet, so I'll let him answer : ) So you're going to write a mission too? :D Xavier. _______________________________________________ Farsides mailing list - [email protected] Wiki: http://farsides.com/ List: http://farsides.com/ml/ Forum: http://farsides.com/forum/ Ideas: http://farsides.com/ideas/ Chat: http://farsides.com/chat/

