Adding a New Mission Çap et

  • adding, new, mission, missions, liberation, cycle, pbo, dedicated, server, tutorial
  • 4

The following instructions will guide you through getting a new mission and enabling it on your dedicated server.


Related Downloads:

Liberation Mission


1. Download the mission of your choice

2. Move the mission file (.pbo file) to the MPMissions folder within the server's root directory

3. Open your server configuration file (server\server.cfg) and navigate to the following:

// MISSIONS CYCLE (see below)
class Missions {
     class Mission
     {
          template = "MP_Bootcamp_01.Altis";
          difficulty = "regular";
     };
};



4. Change the mission name ("MP_Bootcamp_01.Altis") to the file name of your new mission (excluding the .pbo at the end). The result is below:

// MISSIONS CYCLE (see below)
class Missions {
     class Mission
     {
          template = "MissionName.Altis";
          difficulty = "regular";
     };
};



More Useful Information:

If you want to create a cycle of missions, you need to add more classes within the class Missions section. See below for an example:

// MISSIONS CYCLE (see below)
class Missions {
     class Mission1
     {
          template = "Mission_1_Name.Altis";
          difficulty = "regular";
     };

     class Mission2
     {
         template = "Mission_2_Name.Stratis";
         difficulty = "regular";
     };
};



There must be a valid ending to a mission in order to begin the next mission. The missions will loop infinitely and upon server restarts, the cycle will begin from the beginning.


Bu cavab sizə kömək etdi?

<< Geri