Skip to content

Commit

Permalink
CWR3 NVG fix (#3460)
Browse files Browse the repository at this point in the history
* nvg

* Update CWR_AI_US_Army_Temperate.sqf
  • Loading branch information
ante185 authored Dec 13, 2024
1 parent a14fa43 commit eb6e401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ _loadoutData set ["watches", ["ItemWatch"]];
_loadoutData set ["compasses", ["ItemCompass"]];
_loadoutData set ["radios", ["ItemRadio"]];
_loadoutData set ["gpses", []];
_loadoutData set ["NVGs", []];
_loadoutData set ["NVGs", ["CUP_NVG_1PN138"]];
_loadoutData set ["binoculars", ["Binocular"]];
_loadoutData set ["rangefinders", ["Rangefinder"]];

Expand Down Expand Up @@ -341,6 +341,7 @@ _militiaLoadoutData set ["slBackpacks", ["cwr3_o_backpack_harness_roll"]];
_militiaLoadoutData set ["atBackpacks", ["CUP_B_RPGPack_Khaki"]];
_militiaLoadoutData set ["helmets", ["cwr3_i_headgear_beanie_od", "cwr3_o_headgear_ssh68"]];
_militiaLoadoutData set ["sniHats", ["cwr3_o_ushanka"]];
_militiaLoadoutData set ["NVGs", []];

_militiaLoadoutData set ["rifles", [
["CUP_arifle_AK74", "", "", "", ["CUP_30Rnd_545x39_AK_M"], [], ""],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ _loadoutData set ["watches", ["ItemWatch"]];
_loadoutData set ["compasses", ["ItemCompass"]];
_loadoutData set ["radios", ["ItemRadio"]];
_loadoutData set ["gpses", ["ItemGPS"]];
_loadoutData set ["NVGs", []];
_loadoutData set ["NVGs", ["cwr3_o_nvg_pnv57_tsh3"]];
_loadoutData set ["binoculars", ["Binocular"]];
_loadoutData set ["rangefinders", ["Rangefinder"]];

Expand Down Expand Up @@ -204,7 +204,6 @@ _sfLoadoutData set ["atBackpacks", ["cwr3_b_backpack_alice"]];
_sfLoadoutData set ["helmets", ["cwr3_b_headgear_protec_full", "cwr3_b_headgear_protec_full_goggles", "cwr3_b_headgear_protec_half"]];
_sfLoadoutData set ["slHat", ["cwr3_b_headgear_protec_half_headset_goggles"]];
_sfLoadoutData set ["sniHats", ["cwr3_b_headgear_protec_half_plain"]];
_sfLoadoutData set ["NVGs", ["cwr3_o_nvg_pnv57_tsh3"]];
_sfLoadoutData set ["binoculars", ["CUP_SOFLAM"]];
//["Weapon", "Muzzle", "Rail", "Sight", [], [], "Bipod"];

Expand Down Expand Up @@ -342,6 +341,7 @@ _militiaLoadoutData set ["backpacks", ["cwr3_b_backpack_alice", "cwr3_i_bergen_b
_militiaLoadoutData set ["slBackpacks", ["cwr3_b_backpack_radio"]];
_militiaLoadoutData set ["atBackpacks", ["cwr3_b_backpack_alice"]];
_militiaLoadoutData set ["helmets", ["cwr3_b_headgear_m1_olive"]];
_militiaLoadoutData set ["NVGs", []];

_militiaLoadoutData set ["rifles", [
["CUP_arifle_M16A1", "", "", "", ["CUP_30Rnd_556x45_Stanag"], [], ""]
Expand Down

0 comments on commit eb6e401

Please sign in to comment.