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

CWR3 NVG fix #3460

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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