Skip to content

Server Parameters #1769

Discussion options

You must be logged in to vote

go through the classes in this file Params.hpp
then put this in your server cfg mission cycle

class Missions {
      class Mission1    {
            template ="Antistasi-Malden-2-2-1.Malden"; //replace with your mission name
            difficulty = "Custom";
            class Params {
                  switchComm = 0;
                  pMarkers = 0;
                  AISkill = 2;
                  unlockItem = 40;
                  memberOnlyMagLimit = 60;
                  teamSwitchDelay = 1800;
                  .
                  .
                  .
             };
      };
};

where each entry in the params class is a name of a class from Params.hpp followed by = {value};
the va…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by HakonRydland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants