Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new side mission: Destroy underwater generator #87

Merged
merged 41 commits into from
Mar 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e274d21
Add side unit in a boat need assistance
Vdauphin Dec 13, 2015
6866bb8
FIXsss
Vdauphin Dec 14, 2015
416a0ed
Clean code and FIX ace_medical_enableFor
Vdauphin Dec 14, 2015
82806a7
FIX : injure civ do not spawn in cargo
Vdauphin Dec 18, 2015
f021e8c
Random civ cargo position
Vdauphin Dec 18, 2015
d33e35e
Merge remote-tracking branch 'refs/remotes/origin/Add-activate_NameMa…
Vdauphin Dec 18, 2015
4e0a812
Merge remote-tracking branch 'refs/remotes/origin/Add-activate_NameMa…
Vdauphin Jan 16, 2016
1388c47
FIX: if no sea
Vdauphin Jan 16, 2016
4683881
Merge remote-tracking branch 'refs/remotes/origin/FIX-btc_patrol_acti…
Vdauphin Jan 17, 2016
ff465ed
Merge pull request #89 from Vdauphin/FIX-LoadDB_curator
Giallustio Feb 2, 2016
6daf239
add: side mission destroy underwater generator
Vdauphin Feb 16, 2016
bb17cf1
FIX: diver spawn in sky
Vdauphin Feb 16, 2016
b3f4409
Merge remote-tracking branch 'refs/remotes/origin/Add-activate_NameMa…
Vdauphin Feb 16, 2016
3105b7d
Add: find interesting generator pos
Vdauphin Feb 17, 2016
f9fc535
Merge pull request #88 from Vdauphin/FIX-ObjectLoad
Giallustio Feb 19, 2016
0243444
fix ID of city created
Giallustio Feb 19, 2016
e69845c
imported in EDEN
Giallustio Feb 19, 2016
8efdc8d
Added cargo container to DB
Giallustio Feb 19, 2016
aab0923
tweaked civilian and patrols number
Giallustio Feb 19, 2016
d3e665c
Merge remote-tracking branch 'refs/remotes/Giallustio/master' into Ad…
Vdauphin Feb 19, 2016
cee51fb
FIX: btc_hq are in triger
Vdauphin Feb 19, 2016
5fee675
Added acceleration time and reorganized parameters
Giallustio Feb 20, 2016
92bac00
30 slots
Giallustio Feb 20, 2016
9f25e4a
f
Giallustio Feb 20, 2016
a86de57
Add: 30 slots
Vdauphin Feb 20, 2016
909f86e
Merge remote-tracking branch 'refs/remotes/Giallustio/master' into Ad…
Vdauphin Feb 21, 2016
c992e4c
Add: 30 slots migration
Vdauphin Feb 21, 2016
46b73c6
Add: 30 slots migration
Vdauphin Feb 21, 2016
01248bc
Merge remote-tracking branch 'refs/remotes/Giallustio/master' into Si…
Vdauphin Feb 21, 2016
d732584
rm conflit
Vdauphin Feb 21, 2016
31d638d
Merge remote-tracking branch 'refs/remotes/origin/Side-MedicalAssista…
Vdauphin Feb 21, 2016
d80532d
FIX: btc_patrol_active is an array now
Vdauphin Feb 24, 2016
4161be5
FIX: optimize
Vdauphin Feb 28, 2016
0f7b181
FIX: sqm
Vdauphin Feb 28, 2016
b923057
Add: nice pos, fuel storage
Vdauphin Feb 28, 2016
9952403
Add : remove storagebladder and better place for storage
Vdauphin Feb 28, 2016
3bea180
Add: random storage type
Vdauphin Feb 28, 2016
538b510
Update mission.sqm from the last .sqm
Vdauphin Mar 5, 2016
9d0fe85
Merge remote-tracking branch 'refs/remotes/origin/Add-activate_NameMa…
Vdauphin Mar 7, 2016
f09c920
rm .paa
Vdauphin Mar 7, 2016
87b59ab
Rm debug marqueur
Vdauphin Mar 7, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,320 changes: 0 additions & 1,320 deletions =BTC=co@22_Hearts_and_Minds.Altis/mission.sqm

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,39 @@
btc_version = 1.13; diag_log format ["=BTC= HEARTS AND MINDS VERSION %1",btc_version];

//Param
btc_p_time = (paramsArray select 0);
_p_en = (paramsArray select 1);
btc_p_ied = (paramsArray select 2);
_hideout_n = (paramsArray select 3);
_cache_info_def = (paramsArray select 4);
_cache_info_ratio = (paramsArray select 5);
_info_chance = (paramsArray select 6);
_p_rep = (paramsArray select 7);
btc_p_redeploy = if ((paramsArray select 8) isEqualTo 0) then {false} else {true};
btc_p_set_skill = if ((paramsArray select 9) isEqualTo 0) then {false} else {true};
btc_p_time = (paramsArray select 0);
btc_p_acctime = (paramsArray select 1);
_p_db = if ((paramsArray select 2) isEqualTo 0) then {false} else {true};
_p_en = (paramsArray select 3);
btc_p_ied = (paramsArray select 4);
btc_p_engineer = (paramsArray select 5);
_hideout_n = (paramsArray select 6);
_cache_info_def = (paramsArray select 7);
_cache_info_ratio = (paramsArray select 8);
_info_chance = (paramsArray select 9);
_p_rep = (paramsArray select 10);
btc_p_redeploy = if ((paramsArray select 11) isEqualTo 0) then {false} else {true};
ace_medical_level = paramsArray select 12;
ace_medical_enableAdvancedWounds = if ((paramsArray select 13) isEqualTo 0) then {false} else {true};
ace_medical_maxReviveTime = paramsArray select 14;
btc_p_set_skill = if ((paramsArray select 15) isEqualTo 0) then {false} else {true};
_p_skill = [
(paramsArray select 10)/10,//general
(paramsArray select 11)/10,//aimingAccuracy
(paramsArray select 12)/10,//aimingShake
(paramsArray select 13)/10,//aimingSpeed
(paramsArray select 14)/10,//endurance
(paramsArray select 15)/10,//spotDistance
(paramsArray select 16)/10,//spotTime
(paramsArray select 17)/10,//courage
(paramsArray select 18)/10,//reloadSpeed
(paramsArray select 19)/10//commanding
(paramsArray select 16)/10,//general
(paramsArray select 17)/10,//aimingAccuracy
(paramsArray select 18)/10,//aimingShake
(paramsArray select 19)/10,//aimingSpeed
(paramsArray select 20)/10,//endurance
(paramsArray select 21)/10,//spotDistance
(paramsArray select 22)/10,//spotTime
(paramsArray select 23)/10,//courage
(paramsArray select 24)/10,//reloadSpeed
(paramsArray select 25)/10//commanding
];
btc_p_debug = (paramsArray select 20);
btc_p_engineer = (paramsArray select 21);
_p_db = if ((paramsArray select 22) isEqualTo 0) then {false} else {true};
ace_medical_level = paramsArray select 23;
ace_medical_enableAdvancedWounds = if ((paramsArray select 24) isEqualTo 0) then {false} else {true};
ace_medical_maxReviveTime = paramsArray select 25;
btc_p_debug = (paramsArray select 26);
//MED
if (ace_medical_maxReviveTime > 0) then {ace_medical_enableRevive = 1;ace_medical_preventInstaDeath = true};
ace_medical_enableFor = 1;
btc_p_sea = if ((paramsArray select 27) isEqualTo 0) then {false} else {true};
//btc_acre_mod = isClass(configFile >> "cfgPatches" >> "acre_main");
//btc_tfr_mod = isClass(configFile >> "cfgPatches" >> "task_force_radio");

Expand Down Expand Up @@ -83,7 +86,7 @@ if (isServer) then {
btc_log_cargo_repo = "Land_HBarrierBig_F" createVehicle [- 5000,- 5000,0];

//Patrol
btc_patrol_max = 5;
btc_patrol_max = 8;
btc_patrol_active = [];
btc_patrol_area = 2500;

Expand Down Expand Up @@ -115,7 +118,7 @@ if (isServer) then {
btc_side_assigned = false;
btc_side_done = false;
btc_side_failed = false;
btc_side_list = [0,1,2,3,4,5,6];
btc_side_list = if (btc_p_sea) then {[0,1,2,3,4,5,6,7,8]} else {[0,1,2,3,4,5,6]};
btc_side_list_use = + btc_side_list;
btc_side_jip_data = [];
btc_type_tower = ["Land_Communication_F","Land_TTowerBig_1_F","Land_TTowerBig_2_F"];
Expand All @@ -124,7 +127,8 @@ if (isServer) then {
btc_type_canister = ["Land_CanisterPlastic_F"];
btc_type_pallet = ["Land_Pallets_stack_F","Land_Pallets_F","Land_Pallet_F"];
btc_type_box = ["Box_East_Wps_F","Box_East_WpsSpecial_F","Box_East_Ammo_F"];

btc_type_generator = ["Land_Device_assembled_F","Land_Device_disassembled_F"];
btc_type_storagebladder = ["StorageBladder_02_water_forest_F","StorageBladder_02_water_sand_F"];

//Vehs
btc_vehicles = [btc_veh_1,btc_veh_2,btc_veh_3,btc_veh_4,btc_veh_5,btc_veh_6,btc_veh_7,btc_veh_8,btc_veh_9,btc_veh_10,btc_veh_11,btc_veh_12,btc_veh_13,btc_veh_14];
Expand All @@ -137,7 +141,7 @@ btc_city_type = "Land_Ammobox_rounds_F";
btc_civ_type_units = ["C_man_1","C_man_1_1_F","C_man_1_2_F","C_man_1_3_F","C_man_polo_1_F","C_man_polo_2_F","C_man_polo_3_F","C_man_polo_4_F","C_man_polo_5_F","C_man_polo_6_F"];
btc_civ_type_veh = ["C_Hatchback_01_F","C_SUV_01_F","C_Offroad_01_F","C_Van_01_transport_F","C_Van_01_box_F"];
btc_civ_type_boats = ["C_Rubberboat","C_Boat_Civil_01_F","C_Boat_Civil_01_rescue_F","C_Boat_Civil_01_police_F"];
btc_civ_max_veh = 5;
btc_civ_max_veh = 10;
btc_w_civs = ["V_Rangemaster_belt","arifle_Mk20_F","30Rnd_556x45_Stanag","hgun_ACPC2_F","9Rnd_45ACP_Mag"];

//Cache
Expand Down
Loading