mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-27 00:42:59 +08: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:
parent
67a62fabd1
commit
acc43cbdbe
@ -34,6 +34,34 @@ logFile = "arma3server.log";
|
|||||||
// Minimum Required Client Build
|
// Minimum Required Client Build
|
||||||
//requiredBuild = 95691
|
//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)
|
// Message of the Day (MOTD)
|
||||||
motd[] = {
|
motd[] = {
|
||||||
"Welcome to My Arma 3 Server",
|
"Welcome to My Arma 3 Server",
|
||||||
|
Loading…
Reference in New Issue
Block a user