Skip to content

Missing server.cfg params

OverlordZorn edited this page Aug 17, 2024 · 1 revision

How-To: Inject server.cfg parameters that are not directly supported by faster

  1. Faster Profile -> Missions -> Enable Mission selector override

  2. Use the Mission Override to inject values into the server.cfg

Example:

grafik

class Missions
{
  class TestMission01
  {
      template = "AS_Op_HydrocarbonHemmorrage_CVOv03_NoACRE.Altis";
  };
};

class AdvancedOptions 
{
    LogObjectNotFound = false;
};

// forcedDifficulty = "custom";

kickTimeout[] = { {0, -1},{1, 5},{2, 180},{3, 5} };

Warning

If a parameter is added twice, for example, once by faster and once via the missionOverride, you will recieve an error message and the server will not start.