48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
|
|
author = "Clarky";
|
||
|
|
onLoadName = "Operation Whiplash";
|
||
|
|
onLoadMission = "Allied forces launch a daring counteroffensive to slow the rapdily advancing German salient into the Ardennes forest.";
|
||
|
|
loadScreen = "images\Battle_of_the_Bulge.paa";
|
||
|
|
|
||
|
|
class Header
|
||
|
|
{
|
||
|
|
gameType = "Coop"; // game type
|
||
|
|
minPlayers = 6; // minimum number of players the mission supports
|
||
|
|
maxPlayers = 28; // maximum number of players the mission supports
|
||
|
|
};
|
||
|
|
|
||
|
|
respawnTemplates[] = {"MenuPosition"};
|
||
|
|
respawnOnStart = 0;
|
||
|
|
|
||
|
|
class ACEX_Fortify_Presets {
|
||
|
|
class TAG_Fortifications {
|
||
|
|
displayName = "Fortifications";
|
||
|
|
objects[] = {
|
||
|
|
{"Land_SPE_BarbedWire_04", 15},
|
||
|
|
{"Land_SPE_HedgeHog", 25}
|
||
|
|
};
|
||
|
|
};
|
||
|
|
class TAG_Sandbags {
|
||
|
|
displayName = "Sandbags";
|
||
|
|
objects[] = {
|
||
|
|
{"Land_SPE_Sandbag_Short_Low", 5},
|
||
|
|
{"Land_SPE_Sandbag_Short", 5},
|
||
|
|
{"Land_SPE_Sandbag_Long", 8},
|
||
|
|
{"land_spe_sandbag_curve", 8},
|
||
|
|
{"Land_SPE_Sandbag_Nest", 8},
|
||
|
|
{"Land_SPE_Sandbag_Gun_Hole", 10},
|
||
|
|
};
|
||
|
|
};
|
||
|
|
class TAG_categories {
|
||
|
|
displayName = "Operation Whiplash";
|
||
|
|
objects[] = {
|
||
|
|
{"Land_SPE_Sandbag_Short_Low", 5, "TAG_Sandbags"},
|
||
|
|
{"Land_SPE_Sandbag_Short", 5, "TAG_Sandbags"},
|
||
|
|
{"Land_SPE_Sandbag_Long", 8, "TAG_Sandbags"},
|
||
|
|
{"land_spe_sandbag_curve", 8, "TAG_Sandbags"},
|
||
|
|
{"Land_SPE_Sandbag_Nest", 8, "TAG_Sandbags"},
|
||
|
|
{"Land_SPE_Sandbag_Gun_Hole", 10, "TAG_Sandbags"},
|
||
|
|
{"Land_SPE_BarbedWire_04", 15, "TAG_Fortifications"},
|
||
|
|
{"Land_SPE_HedgeHog", 25, "TAG_Fortifications"},
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|