Skip to content

Commit

Permalink
Add new backpacks and NVGs
Browse files Browse the repository at this point in the history
Added the laundry list of NVG class names and backpacks because USP sucks.
  • Loading branch information
Robot-Panda15 authored Nov 23, 2024
1 parent e673d13 commit b0d7292
Showing 1 changed file with 51 additions and 4 deletions.
55 changes: 51 additions & 4 deletions cScripts/cScripts_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,26 @@
// NVG
["USP_PVS14", 0],
["USP_PVS15", 0],
["USP_L4G19", 0],
["USP_L4G24",0],
["USP_PVS31",0],
["USP_PVS15_WP", 0],
["USP_L4G24_BLK",0],
["USP_PVS31_BLK",0],
["USP_PVS31_BLK2",0],
["USP_PVS31_TAN2",0],
["USP_PVS31_WP_BLK",0],
["USP_PVS31_WP_BLK2",0],
["USP_PVS31_HIGH_BLK",0],
["USP_PVS31_HIGH_BLK2",0],
["USP_PVS31_WP_HIGH_BLK",0],
["USP_PVS31_WP_HIGH_BLK2",0],
["USP_PVS31_LOW_BLK",0],
["USP_PVS31_LOW_BLK2",0],
["USP_PVS31_WP_LOW_BLK",0],
["USP_PVS31_WP_LOW_BLK2",0],
["USP_PVS31_MID_BLK",0],
["USP_PVS31_MID_BLK2",0],
["USP_PVS31_WP_MID_BLK",0],
["USP_PVS31_WP_MID_BLK2",0],
["USP_PVS31_WP_BLK",0],
["USP_PVS31_WP_BLK2",0],
["USP_RHINO", 0],

// cTab
Expand Down Expand Up @@ -286,9 +301,36 @@

//Vests
["V_TacChestrig_cbr_F", 0],
["V_CarrierRigKBT_01_light_OCP_F",0],

// Backpack
["B_AssaultPack_mcamo", 0],
["USP_45L_RUCKSACK_MC",0],
["USP_ZIPON_PACK_CPC_MC",0],
["USP_ZIPON_PACK_CPC_AT_MC",0],
["USP_ZIPON_PACK_CPC_AT_RF2_MC",0],
["USP_ZIPON_PACK_CPC_AT_RF2_SM_MC",0],
["USP_ZIPON_PACK_CPC_AT_SM_MC",0],
["USP_ZIPON_PACK_CPC_AT_RF2_MC",0],
["USP_ZIPON_PACK_CPC_BC_SM_MC",0],
["USP_ZIPON_PACK_CPC_RF2_SM_MC",0],
["USP_ZIPON_PACK_CPC_AT_RF2_MC",0],
["USP_ZIPON_PACK_CPC_SM_MC",0],
["USP_ZIPON_PANEL_CPC_MC",0],
["USP_ZIPON_PANEL_CPC_BC_MC",0],
["USP_ZIPON_PANEL_CPC_BC_SM_MC",0],
["USP_ZIPON_PANEL_CPC_BC_SMK_MC",0],
["USP_ZIPON_PANEL_CPC_BC_SMK_SM_MC",0],
["USP_ZIPON_PANEL_CPC_RF2_MC",0],
["USP_ZIPON_PANEL_CPC_RF2_SM_MC",0],
["USP_ZIPON_PANEL_CPC_RF2_SMK_MC",0],
["USP_ZIPON_PANEL_CPC_RF2_SMK_SM_MC",0],
["USP_ZIPON_PANEL_CPC_SM_MC",0],
["USP_ZIPON_PANEL_CPC_SMK_MC",0],
["USP_ZIPON_PANEL_CPC_SMK_SM_MC",0],
["USP_REEBOW_3DAP_ACC3_MC",0],
["USP_REEBOW_3DAP_ACC6_MC",0],
["USP_TACTICAL_PACK_PO7",0],
["USP_REEBOW_3DAP_MC", 0],
["USP_REEBOW_3DAP_ACC1_MC", 0],
["USP_REEBOW_3DAP_ACC10_MC", 0],
Expand Down Expand Up @@ -1414,6 +1456,11 @@
["ACE_splint",0],

// Night Gear
["USP_PVS14",0],
["USP_PVS15",0],
["USP_PVS15_WP",0],
["USP_RHINO",0],
["USP_L4G24_BLK",0],
["ACE_IR_Strobe_Item",0],

// Radios
Expand Down

0 comments on commit b0d7292

Please sign in to comment.