Skip to content

Commit

Permalink
Merge pull request #399 from maxcloutier13/Dev---Active
Browse files Browse the repository at this point in the history
Ajout XO: Removed radios
  • Loading branch information
maxcloutier13 authored Apr 2, 2024
2 parents 1b7ed2e + f5a1337 commit 39567b6
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 98 deletions.
21 changes: 21 additions & 0 deletions cfg_units_mk1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,27 @@ class CGQC_units_mk1_0_SL : cgqc_soldat_moderne
backpack = "CGQC_units_mk1_0_HQ_pack";
editorPreview = "\CGQC_2022\pics\CGQC_units_mk1_0_HQ.jpg";
};
class CGQC_units_mk1_0_XO : cgqc_soldat_moderne
{
faction = "CGQC";
editorSubcategory = "EdSubcat_cgqc_mk1";
side = 1;
scope = 2;
scopeCurator = 2;
displayName = "Executive Officer";
uniformClass = "cgqc_uniform_mk1";
weapons[] = {"cgqc_gun_mk1_hq_m4a1", "cgqc_gun_glock19_wood", "Laserdesignator_01_khk_F", "Put", "Throw"};
respawnWeapons[] = {"cgqc_gun_mk1_hq_m4a1", "cgqc_gun_glock19_wood", "Laserdesignator_01_khk_F", "Put", "Throw"};
items[] = {};
respawnItems[] = {};
magazines[] = {};
respawnMagazines[] = {};
linkedItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "B_UavTerminal", "JAS_GPNVG18_blk", "Laserdesignator_01_khk_F", "cgqc_helmet_mk1", "cgqc_vest_mk1_tan", "G_mas_can_shemag_gog_l"};
respawnLinkedItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "B_UavTerminal", "JAS_GPNVG18_blk", "Laserdesignator_01_khk_F", "cgqc_helmet_mk1", "cgqc_vest_mk1_tan", "G_mas_can_shemag_gog_l"};
backpack = "CGQC_units_mk1_0_HQ_pack";
editorPreview = "\CGQC_2022\pics\CGQC_units_mk1_0_HQ.jpg";
};

class CGQC_units_mk1_0_TeamLeader_Carbine : cgqc_soldat_moderne
{
faction = "CGQC";
Expand Down
2 changes: 1 addition & 1 deletion factions/init_player.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Wait until Core is finished initializing.
//waitUntil {sleep 1;cgqc_player_rank_found};

_version = "3.2";
_version = "3.2.1.1";
// Client-side code
player setVariable ["cgqc_version_2023", _version, true]; // Set the client's mod version
};
12 changes: 1 addition & 11 deletions vehicles/cgqc_heli_heavy.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TransportMagazines
};
class TransportItems
{

// Ammo -----------------------------------
class _xx_cgqc_bandolier_ammo
{
Expand All @@ -42,16 +42,6 @@ class TransportItems
count = 5;
name = "ACE_EarPlugs";
};
class _xx_ACRE_PRC343
{
count = 5;
name = "ACRE_PRC343";
};
class _xx_ACRE_PRC152
{
count = 5;
name = "ACRE_PRC152";
};
class _xx_ACE_EntrenchingTool
{
count = 5;
Expand Down
12 changes: 1 addition & 11 deletions vehicles/cgqc_heli_light.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TransportMagazines
};
class TransportItems
{

// Ammo -----------------------------------
class _xx_cgqc_bandolier_ammo
{
Expand Down Expand Up @@ -46,16 +46,6 @@ class TransportItems
count = 2;
name = "ACE_EarPlugs";
};
class _xx_ACRE_PRC343
{
count = 1;
name = "ACRE_PRC343";
};
class _xx_ACRE_PRC152
{
count = 1;
name = "ACRE_PRC152";
};
class _xx_ACE_EntrenchingTool
{
count = 1;
Expand Down
12 changes: 1 addition & 11 deletions vehicles/cgqc_heli_medium.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Medium helicopter loadout
// Medium helicopter loadout

class TransportMagazines
{
Expand Down Expand Up @@ -46,16 +46,6 @@ class TransportItems
count = 2;
name = "ACE_EarPlugs";
};
class _xx_ACRE_PRC343
{
count = 2;
name = "ACRE_PRC343";
};
class _xx_ACRE_PRC152
{
count = 2;
name = "ACRE_PRC152";
};
class _xx_ACE_EntrenchingTool
{
count = 2;
Expand Down
9 changes: 2 additions & 7 deletions vehicles/cgqc_vic_loadout_command.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class TransportMagazines{

};

class TransportWeapons{
Expand Down Expand Up @@ -29,11 +29,6 @@ class TransportItems{
count = 5;
name = "cgqc_items_ifak";
};
class _xx_ACRE_PRC152
{
count = 2;
name = "ACRE_PRC152";
};
class _xx_Toolkit
{
name = "Toolkit";
Expand All @@ -44,7 +39,7 @@ class TransportItems{
count = 2;
name = "ACE_UAVBattery";
};

class _xx_ACE_bodyBag
{
count = 2;
Expand Down
9 changes: 2 additions & 7 deletions vehicles/cgqc_vic_loadout_ifv.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class TransportBackpacks{};

class TransportMagazines{

class _xx_rhsusf_m112_mag
{
count = 4;
Expand All @@ -20,7 +20,7 @@ class TransportMagazines{
};

class TransportWeapons{

class _xx_launch_NLAW_F
{
weapon = "launch_NLAW_F";
Expand Down Expand Up @@ -52,11 +52,6 @@ class TransportItems{
count = 12;
name = "cgqc_items_ifak";
};
class _xx_ACRE_PRC152
{
count = 2;
name = "ACRE_PRC152";
};
class _xx_Toolkit
{
name = "Toolkit";
Expand Down
10 changes: 0 additions & 10 deletions vehicles/cgqc_vic_loadout_medium.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ class TransportItems{
count = 5;
name = "ACE_bodyBag";
};
class _xx_ACRE_PRC152
{
count = 1;
name = "ACRE_PRC152";
};
class _xx_ACRE_PRC343
{
count = 1;
name = "ACRE_PRC343";
};
};
class TransportWeapons{
class _xx_launch_NLAW_F
Expand Down
10 changes: 0 additions & 10 deletions vehicles/cgqc_vic_loadout_quadExt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ class TransportItems
count = 1;
name = "ACE_bodyBag";
};
class _xx_ACRE_PRC152
{
count = 1;
name = "ACRE_PRC152";
};
class _xx_ACRE_PRC343
{
count = 1;
name = "ACRE_PRC343";
};
};
class TransportBackpacks{};
class TransportMagazines
Expand Down
10 changes: 0 additions & 10 deletions vehicles/cgqc_vic_loadout_quadExt_mk6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ class TransportItems
count = 1;
name = "ACE_bodyBag";
};
class _xx_ACRE_PRC152
{
count = 1;
name = "ACRE_PRC152";
};
class _xx_ACRE_PRC343
{
count = 1;
name = "ACRE_PRC343";
};
class _xx_ACE_artilleryTable
{
count = 2;
Expand Down
11 changes: 1 addition & 10 deletions vehicles/cgqc_vic_loadout_small.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@ class TransportItems{
count = 1;
name = "ACE_bodyBag";
};
class _xx_ACRE_PRC152
{
count = 1;
name = "ACRE_PRC152";
};
class _xx_ACRE_PRC343
{
count = 1;
name = "ACRE_PRC343";
};

};
class TransportWeapons{
class _xx_launch_NLAW_F
Expand Down
11 changes: 1 addition & 10 deletions vehicles/cgqc_vic_loadout_sub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@ class TransportItems
count = 1;
name = "ACE_bodyBag";
};
class _xx_ACRE_PRC152
{
count = 1;
name = "ACRE_PRC152";
};
class _xx_ACRE_PRC343
{
count = 1;
name = "ACRE_PRC343";
};

};
class TransportBackpacks{};
class TransportMagazines
Expand Down

0 comments on commit 39567b6

Please sign in to comment.