26 lines
871 B
C++
26 lines
871 B
C++
author = "MISSION AUTHOR";
|
|
onLoadName = "THIS APPEARS ON TOP OF THE LOADING SCREEN IMAGE";
|
|
loadScreen = "mission.jpg";
|
|
onLoadMission = "THIS APPEARS BELOW THE LOADING SCREEN IMAGE";
|
|
|
|
briefingName = "THIS IS THE NAME ON THE #MISSIONS LIST";
|
|
overviewText = "THIS IS WHERE YOU DESCRIBE THE MISSION IN THE #MISSION LIST";
|
|
|
|
// activate via #ace-fortify west base 2000
|
|
|
|
class ACEX_Fortify_Presets {
|
|
class base {
|
|
displayName = "Ken Custom";
|
|
objects[] = {
|
|
{"Land_BagFence_Round_F", 5},
|
|
{"Land_BagFence_Short_F", 5},
|
|
{"Land_BagFence_Long_F", 10},
|
|
{"Land_Plank_01_4m_F", 10},
|
|
{"Land_BagBunker_Small_F", 25},
|
|
{"Land_HBarrierTower_F", 100},
|
|
{"Land_HBarrierWall4_F", 25},
|
|
{"Land_HBarrierWall_corner_F", 25},
|
|
{"Land_HBarrier_1_F", 5}
|
|
};
|
|
};
|
|
}; |