Skip to content

Commit

Permalink
General - add German loadout documentation (#37)
Browse files Browse the repository at this point in the history
* small role variable fix

* small role variable fix

* small role variable fix

* removed unfinished role

* added version identifier to file name

* added documentation for all Germann loadouts
  • Loading branch information
PervonHarke authored Feb 19, 2024
1 parent 6b088c4 commit 70dc72d
Show file tree
Hide file tree
Showing 8 changed files with 637 additions and 19 deletions.
635 changes: 634 additions & 1 deletion loadouts/germany/loadouts/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion loadouts/germany/loadouts/deu_2012_ksk_tropentarn.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ if (_condition && _role in ["FWP"]) then
};

// EOD , HAS TO BE SET AS EOD INSIDE 3DEN EDITOR THROUGH ACE.
if (_condition && _role in ["ENG"]) then
if (_condition && _role in ["EOD"]) then
{
_availableUniforms = ["CUP_U_B_GER_Tropentarn_2", "CUP_U_B_GER_Tropentarn_6"];
_availableWeapons = ["CUP_arifle_G36K_KSK", "CUP_arifle_G36K_KSK_VFG","CUP_arifle_G36K_KSK_VFG_camo","CUP_arifle_G36K_KSK_camo"];
Expand Down
2 changes: 1 addition & 1 deletion loadouts/germany/loadouts/deu_2015_psa_bpo_solid-urban.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (_condition && _role in ["RFL"]) then
};

// Team leader / Squad leader
if (_condition && _role in ["SL"]) then
if (_condition && _role in ["SL", "FTL"]) then
{
_availableUniforms = ["CUP_I_B_PMC_Unit_42", "CUP_I_B_PMC_Unit_39", "CUP_I_B_PMC_Unit_36", "U_C_ArtTShirt_01_v6_F", "U_Rangemaster", "U_Marshal"];
_availableWeapons = ["CUP_arifle_G36K_RIS", "CUP_arifle_G36C", "CUP_arifle_G36C_VFG", "rhsusf_weap_glock17g4"];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (_condition && _role in ["MED"]) then {
};

/* LMG 556*/
if (_condition && _role in ["MMG"]) then {
if (_condition && _role in ["AR"]) then {
_availableUniforms = [];
_availableWeapons = ["BWA3_MG4"];
_availableAttachments = ["bwa3_optic_zo4x30i_sand", "BWA3_acc_LLM01_irlaser", "BWA3_bipod_MG3"];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,6 @@ if (_condition && _role in ["GRD"]) then
_availableGrenades = [];
};

// LAT
if (_condition && _role in ["LAT"]) then
{
_availableUniforms = [];
_availableWeapons = ["CUP_arifle_G36A"];
_availableMagazines = ["CUP_30Rnd_556x45_G36"];
_availableVests = ["CUP_V_B_GER_Carrier_Rig_2"];
_availableItems = ["cup_optic_g36dualoptics", "cup_optic_g36dualoptics_3d"];
_availableBackpacks = [];
_availableHeadgear = [];
_availableFacewear = [];
_availableAttachments = [];
_availableGrenades = [];
};

// MAT
if (_condition && _role in ["MAT"]) then
{
Expand Down

0 comments on commit 70dc72d

Please sign in to comment.