Skip to content

Commit

Permalink
Torbruk
Browse files Browse the repository at this point in the history
  • Loading branch information
ante185 committed Dec 30, 2023
1 parent bd08765 commit 6609521
Show file tree
Hide file tree
Showing 13 changed files with 4,035 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "\x\A3A\Addons\core\Includes\cba_settings.sqf"
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#include "..\missionDescription\master.hpp"

OnLoadName = "Antistasi Tobruk";
OnLoadMission = $STR_antistasi_mission_info_SPE_Normandy_blurb_text;
briefingName = "Antistasi - Liberation of Tobruk";
overviewText = $STR_antistasi_mission_info_Stratis_description_text;
loadScreen = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root
overviewPicture = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root

class CfgNotifications
{
#include "..\missionDescription\CfgNotificationsContents.hpp"
};

class CfgDebriefing {
#include "..\missionDescription\CfgDebriefingContents.hpp"
class End1
{
title = "V I C T O R Y";
subtitle = "Tobruk is Ours!";
description = "The population of Tobruk loves you!<br/>The brave soldiers of the FFI have proven their valour, and Petros, Tobruk's new Prime Minister, could at last to have a nice holiday. A deserved rest in a Greek island with drinks and fine food.";
picture = "n_inf";
pictureColor[] = {0.0,0.5,0.0,1};
};
class petrosDead
{
title = "Petros is Dead";
subtitle = "Petros is Dead";
description = "Congratulations!: Petros is Dead. Now with Syndikat without a leader, you may think about joining them, and free Malden";
picture = "b_unknown";
pictureColor[] = {0.5,0.0,0.0,1};
};
class destroyedSites
{
title = "Tobruk is Destroyed";
subtitle = "Tobruk got Destroyed by OPFOR";
description = "One third of the population in Tobruk has been murdered by OPFOR.<br/>Tobruk no longer exists, nobody wants to live here.";
picture = "b_unknown";
pictureColor[] = {0.5,0.0,0.0,1};
};
};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_this call A3A_fnc_initClient;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
call A3A_fnc_initServer;
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
class iron_excelsior_Tobruk {
population[] = {
{"baccara",50},
{"marcuca",0},
{"solaro",0},
{"hariga",0},
{"perrone",0},
{"hotel",86},
{"tobruk",1360},
{"birauda",102},
{"hospital",25},
{"airenti",0},
{"oupost2",0},
{"kingscross",0},
{"outpost1",0},
{"maclub",62},
{"gubbi",50},
{"mahmud",50},
{"marsatobruk",50},
{"daud",94},
{"distillery",0}
};
disabledTowns[] = {"marcuca","solaro","hariga","perrone","airenti","oupost2","kingscross","outpost1","distillery"};
antennas[] = {};
antennasBlacklistIndex[] = {};
banks[] = {};
garrison[] = {{},{"outpost_9", "airport_2"},{},{}};
fuelStationTypes[] = {};
climate = "arid";
buildObjects[] = {
// Large vanilla arid structures
{"Land_BagBunker_Large_F", 300}, {"Land_BagBunker_Tower_F", 300}, {"Land_BagBunker_Small_F", 60},
{"Land_Shed_09_F", 120}, {"Land_Shed_10_F", 140},
// Vanilla arid sandbag walls
{"Land_BagFence_Long_F", 10}, {"Land_BagFence_Round_F", 10}, {"Land_BagFence_Short_F", 10},
// Non-camo vanilla stuff
{"Land_SandbagBarricade_01_half_F", 20}, {"Land_SlumWall_01_s_2m_F", 5}, {"Land_PillboxBunker_01_hex_F", 200},
{"Land_Barricade_01_4m_F", 30}, {"Land_GuardBox_01_brown_F", 80}, {"Land_Tyres_F", 10}
};
};
Loading

0 comments on commit 6609521

Please sign in to comment.