PDA

View Full Version : Where campaign missions?



Graham01
Apr 28 2012, 10:32
Hi Folks,

I'm trying to find where the campaign missions are stored.
I've looked everywhere I can think of but cant find them.

Do you know where they are in the win 7 file system?

Do you know if it is possible to put them into the mission editor one at a time and see how they have been built and run them individually from there?

Hope your all well.
Graham.

Jedra
May 2 2012, 18:22
Hi,

The missions are all in Addons\missions_h.pbo. However the missions and campaign are not done in the traditional way - they have a kind of a template mission.sqf and the then they are run via various fsm's and configs. So, you'll also need to look in modules_h.pbo as well as some of them are run from functions as well!

The long and short of this is that it's not too easy to unpick the BI missions - I did it when I wrote my Taxi mission (in my sig) and it took a while to get my head round it. It might be easier to open that up instead and see how I did it as it follows the same general principle that BI used in their missions.