Skip to content

Commit

Permalink
Sark map testing port
Browse files Browse the repository at this point in the history
  • Loading branch information
ante185 committed Dec 26, 2023
1 parent 714f8d7 commit 55e70b4
Show file tree
Hide file tree
Showing 13 changed files with 3,917 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"
41 changes: 41 additions & 0 deletions A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/description.ext
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#include "..\missionDescription\master.hpp"

OnLoadName = $STR_antistasi_mission_info_Stratis_mapname_short_text;
OnLoadMission = $STR_antistasi_mission_info_Stratis_blurb_text;
briefingName = $STR_antistasi_mission_info_Stratis_mapname_text;
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 = "Sark is Ours!";
description = "The population of Sark loves you!<br/>The brave soldiers of the FFI have proven their valour, and Petros, Sark'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 = "Sark is Destroyed";
subtitle = "Sark got Destroyed by OPFOR";
description = "One third of the population in Sark has been murdered by OPFOR.<br/>Sark 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;
20 changes: 20 additions & 0 deletions A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/mapInfo.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
class Hyde_Sark {
population[] = {{"DefaultKeyPoint1",209},{"DefaultKeyPoint2",29},{"DefaultKeyPoint5",43}};
disabledTowns[] = {};
antennas[] = {};
antennasBlacklistIndex[] = {};
banks[] = {};
garrison[] = {{},{"outpost_1"},{},{}};
fuelStationTypes[] = {};
climate = "temperate";
buildObjects[] = {
// Large vanilla tropical structures
{"Land_BagBunker_01_large_green_F", 300}, {"Land_HBarrier_01_tower_green_F", 300}, {"Land_BagBunker_01_small_green_F", 60},
{"Land_Shed_09_F", 120}, {"Land_Shed_10_F", 140},
// vanilla tropical sandbag walls
{"Land_BagFence_01_short_green_F", 10}, {"Land_BagFence_01_round_green_F", 10}, {"Land_BagFence_01_long_green_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 55e70b4

Please sign in to comment.