forked from tbox1911/Liberation-RX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mission_param.cfg
23 lines (19 loc) · 1.09 KB
/
mission_param.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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}
WipeSave3 = 0; // Wipe Mission Settings - [default 0] - values = [0,1] - Text {Disabled,Enabled}
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}
};
};
};