Initial commit

This commit is contained in:
2023-06-19 00:57:30 -05:00
commit 2caf7cb720
36 changed files with 1696 additions and 0 deletions

26
mission_settings.hpp Normal file
View File

@@ -0,0 +1,26 @@
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}
};
};
};