-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathmission_param.cfg
More file actions
22 lines (18 loc) · 995 Bytes
/
mission_param.cfg
File metadata and controls
22 lines (18 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// MISSIONS CYCLE
class Missions
{
class Mission1
{
template="liberation_RX.Malden";
difficulty="Regular"; // "Recruit", "Regular", "Veteran", "Mercenary"
class Params
{
OpenParams = 0; // Open Mission Settings panel at startup - [default 1] - values = [1,0] - Text {Enabled,Disabled}
Whitelist = 1; // Use the commander whilelist - [default 1] - values = [1,0] - Text {Enabled,Disabled}
Exclusive = 0; // Use the Exclusive whilelist to login - [default 0] - values = [1,0] - Text {Enabled,Disabled}
WipeSave1 = 0; // Wipe Savegame - [default 0] - values = [0,1] - Text {No, Savegame will be wiped no recovery possible}
WipeSave2 = 0; // Confirm: Wipe Savegame - [default 0] - values = [0,1] - Text {No, Savegame will be wiped no recovery possible}
ForceLoading = 0; // Try to force Save Game loading - [default 0] - values = [0,1] - Text {Disabled,Enabled}
};
};
};