/* Mission Template by Ghostrider [GRG] Mission Compositions by Bill prepared for ghostridergaming Copyright 2016 Last modified 3/20/17 -------------------------- License -------------------------- All the code and information provided here is provided under an Attribution Non-Commercial ShareAlike 4.0 Commons License. http://creativecommons.org/licenses/by-nc-sa/4.0/ */ #include "\GMS\Compiles\Init\GMS_defines.hpp" #include "\GMS\Missions\GMS_privateVars.sqf"; //diag_log "[GMS] Spawning Red Mission with template = default"; _crateLoot = GMS_BoxLoot_Red; _lootCounts = GMS_lootCountsRed; _startMsg = "A IDAP HQ was sighted in a nearby sector! Check the Red marker on your map for the location!"; _endMsg = "The IDAP HQ at the Red Marker is under survivor control!"; _markerLabel = ""; _markerType = ["ELLIPSE",[200,200],"GRID"]; _markerColor = "ColorRed"; _markerMissionName = "IDAP"; _missionLandscapeMode = "precise"; // acceptable values are "none","random","precise" ////////// // Past the output of the script here _garrisonedBuildings_BuildingPosnSystem = [ ]; _garrisonedBuilding_ATLsystem = [ ["Land_Cargo_Patrol_V3_F",[-24.0081,2.26978,-0.00143814],126.833,true,true,[["B_G_HMG_02_high_F",[-0.0534668,1.83252,4.38749],311.417]],[]], ["Land_Cargo_Patrol_V3_F",[-5.29565,-28.9109,-0.00143814],1.92,true,true,[["B_G_HMG_02_high_F",[1.3645,-1.13159,4.38749],184.956]],[]], ["Land_Cargo_HQ_V3_F",[-0.00732422,-3.21069,-0.00143814],270.541,true,true,[["B_G_HMG_02_high_F",[1.68311,6.03589,3.16996],360]],[]] ]; _missionLandscape = [ ["Land_Sign_WarningMilitaryArea_F",[-7.08057,-34.5996,-0.00143862],2.31973,true,true], ["Land_CncShelter_F",[-11.4443,-31.9636,-0.00143862],0,true,true], ["Land_CncShelter_F",[-11.4595,-33.4424,-0.00143862],0,true,true], ["Land_HBarrier_Big_F",[-13.7441,-29.9917,-0.00143862],270.667,true,true], ["Land_HBarrier_Big_F",[-28.533,-12.366,-0.00143862],92.486,true,true], ["Land_HBarrier_Big_F",[-25.606,-19.6677,-0.00143862],223.764,true,true], ["Land_HBarrier_Big_F",[-18.7449,-24.3645,-0.00143862],29.6621,true,true], ["Land_HBarrier_Big_F",[-9.21753,-20.6865,-0.00143862],92.486,true,true], ["Land_HBarrier_Big_F",[-9.28906,-28.9602,-0.00143862],92.486,true,true], ["CamoNet_OPFOR_big_F",[-21.7307,-10.7373,1.64043],272.913,true,true], ["Land_Cargo_House_V3_F",[-13.5071,0.647949,-0.00143862],0.832826,true,true], ["Land_HBarrier_Big_F",[-8.40747,-6.52612,-0.00143862],269.796,true,true], ["Land_HBarrier_Big_F",[-20.4199,6.59521,-0.00143862],180.674,true,true], ["Land_HBarrier_Big_F",[-11.9136,6.71753,-0.00143862],180.674,true,true], ["Land_HBarrier_Big_F",[-28.7576,-3.9104,-0.00143862],269.796,true,true], ["Land_HBarrier_Big_F",[-8.60986,1.66675,-0.00143862],269.796,true,true], ["Land_HBarrier_Big_F",[-26.3406,3.49731,-0.00143862],305.711,true,true], ["CamoNet_OPFOR_F",[5.36572,-16.136,0.610557],90.0482,true,true], ["Land_HBarrier_Big_F",[0.511719,-24.9692,-0.00143862],2.055,true,true], ["Land_HBarrier_Big_F",[6.54102,-21.916,-0.00143862],307.294,true,true], ["Land_HBarrier_Big_F",[-1.5127,-29.9829,-0.00143862],270.667,true,true], ["Land_HBarrier_Big_F",[8.75342,-14.7712,-0.00143862],269.796,true,true], ["Land_HBarrier_Big_F",[-6.03955,-33.3083,-0.00143862],2.055,true,true], ["Land_HBarrier_5_F",[-5.41772,-20.895,-0.00143862],2.05508,true,true], ["Land_HBarrier_Big_F",[8.23633,2.08301,-0.00143862],269.796,true,true], ["Land_HBarrier_Big_F",[-3.49609,6.90259,-0.00143862],180.674,true,true], ["Land_HBarrier_Big_F",[8.43506,-6.2915,-0.00143862],269.796,true,true], ["Land_HBarrier_Big_F",[4.94263,6.96313,-0.00143862],180.674,true,true], ["CargoNet_01_barrels_F",[-22.2239,-18.2131,-0.00143814],0.000125958,true,true], ["CargoNet_01_barrels_F",[6.12988,-10.5715,-0.00143862],0.000316873,true,true], ["CargoNet_01_barrels_F",[4.43457,-19.3284,-0.00143862],3.40987e-006,true,true] ]; _missionLootBoxes = [ ["B_supplyCrate_F",[5.36572,-16.136,0.610557],_crateLoot,_lootCounts,0.000320471] ]; _missionLootVehicles = [ ]; _missionPatrolVehicles = [ [selectRandom GMS_AIPatrolVehiclesRed,[3.04663,-40.3821,0.00804186],262.322] ]; _submarinePatrolParameters = [ ]; _airPatrols = [ ]; _missionEmplacedWeapons = [ ]; _missionGroups = [ //[[-19.4963,-14.0864,4.76837e-007],3,6,"Red",30,45], //[[-14.4426,-4.01489,4.76837e-007],3,6,"Red",30,45], //[[-1.97192,-13.9941,4.76837e-007],3,6,"Red",30,45] ]; ////////// // The lines below define additional variables you may wish to configure. // Change _useMines to true/false below to enable mission-specific settings. _useMines = GMS_useMines; _minNoAI = GMS_MinAI_Red; _maxNoAI = GMS_MaxAI_Red; _noAIGroups = GMS_AIGrps_Red; _noVehiclePatrols = GMS_SpawnVeh_Red; _noEmplacedWeapons = GMS_SpawnEmplaced_Red; private _lootIndex = selectRandom[1,2,3,4]; private _paralootChoices = [GMS_contructionLoot,GMS_contructionLoot,GMS_highPoweredLoot,GMS_supportLoot]; private _paralootCountsChoices = [[0,0,0,10,10,0],[0,0,0,10,10,0],[10,10,0,0,0,0],[0,0,0,0,15,0]]; _paraLoot = _paralootChoices select _lootIndex; _paraLootCounts = _paralootCountsChoices select _lootIndex; // Throw in something more exotic than found at a normal Red mission. #include "\GMS\Compiles\Missions\GMS_fnc_missionSpawner.sqf";