You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/overthrow_main/CfgVehicles.hpp
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,17 @@
23
23
classCfgVehicles {
24
24
classItem_Base_F;
25
25
classThingX;
26
+
27
+
//Overthrow Vehicles
28
+
classI_Truck_02_box_F;
29
+
classOT_I_Truck_recovery : I_Truck_02_box_F {
30
+
displayName = "KamAZ Recovery";
31
+
classLibrary {
32
+
libTextDesc = "The Field Assistance and Recovery Truck (FART) is a specialized heavy truck used for field repairs and gear recovery after a battle. It can recover all items and bodies within a 150m radius into it's cargohold.";
overviewText = "Altis, the main island of the Republic of Altis and Stratis, is located in the Mediterranean Sea to the east of Malta. As of 2040, Altis is currently under occupation by NATO forces following a brutal civil war a half decade prior, and the nation is still recovering. NATO originally occupied the country under the promise of a complete withdrawal of forces and return to local democratic rule; despite this, NATO soldiers still occupy the island's military installations. The economy continues to stagnate and citizens are becoming increasingly angry at the lack of local autonomy.";
Copy file name to clipboardExpand all lines: addons/overthrow_main/campaign/missions/OverthrowMpAltis.Altis/initVar.sqf
+36-19Lines changed: 36 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
OT_nation ="Altis";
3
3
OT_saveName ="Overthrow.altis.001";
4
4
5
-
OT_tutorial_backstoryText ="Welcome to Altis, the jewel of the Mediterranean. The year is 2040, it has been five years since NATO pushed the AAF forces out of the nation and no efforts have been made to re-establish local leadership and restore the once great economy of Altis. A protest in the capital city Pyrgos turned sour last night when the leader of the 'Free Altis' movement was gunned down by an unknown assailant.";
5
+
OT_tutorial_backstoryText ="Altis, the main island of the Republic of Altis and Stratis, is located in the Mediterranean Sea to the east of Malta. As of 2040, Altis is currently under occupation by NATO forces following a brutal civil war a half decade prior, and the nation is still recovering. NATO originally occupied the country under the promise of a complete withdrawal of forces and return to local democratic rule; despite this, NATO soldiers still occupy the island's military installations. The economy continues to stagnate and citizens are becoming increasingly angry at the lack of local autonomy.";
6
6
OT_startDate = [2040,7,14,8,00];
7
7
8
8
OT_startCameraPos = [11646.6,6406.52,2];
9
9
OT_startCameraTarget = [13808.2,6387.16,0];
10
10
11
11
//Used to control updates and persistent save compatability. When these numbers go up, that section will be reinitialized on load if required. (ie leave them alone)
OT_piers = ["Land_PierConcrete_01_4m_ladders_F","Land_PierWooden_01_platform_F","Land_PierWooden_01_hut_F","Land_PierWooden_02_hut_F"]; //spawns dudes that sell boats n stuff
0 commit comments