1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Update Server.cfg - Add Mission Selection

This adds the ability for players to select the mission their server boots up to and adds the ability to cycle missions.
This commit is contained in:
QuickCentralHosting 2019-06-13 23:33:15 -07:00 committed by GitHub
parent 67a62fabd1
commit acc43cbdbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,34 @@ logFile = "arma3server.log";
// Minimum Required Client Build
//requiredBuild = 95691
class Missions
{
class Mission1
{
template = ;
difficulty = "Regular";
class Params {};
};
class Mission2
{
template = ;
difficulty = "Regular";
class Params {};
};
class Mission3
{
template = ;
difficulty = "Regular";
class Params {};
};
class Mission4
{
template = ;
difficulty = "Regular";
class Params {};
};
};
// Message of the Day (MOTD)
motd[] = {
"Welcome to My Arma 3 Server",