-
Notifications
You must be signed in to change notification settings - Fork 36
Missing server.cfg params
OverlordZorn edited this page Aug 17, 2024
·
1 revision
-
Faster Profile -> Missions -> Enable Mission selector override
-
Use the Mission Override to inject values into the server.cfg
Example:
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.