ZeRoDaPro 0 Posted September 9, 2017 Hey, i deleted some from the USP_Patches mod/insignias cuz its to much for me. So after deleting some scripts i cant convert back,||Class destroyed with lock count 1|| Heres the scripts, and thanks for the help Spoiler class CfgPatches { class USP_Patches_USA { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "USP_Patches_Core" }; version="1.6.0"; versionStr="1.6.0"; versionAr[]={1,6,0}; versionDesc="USP Patches (USA)"; author[]= { "Siege-A" }; authorUrl="http://forums.bistudio.com/showthread.php?181810-UnderSiege-Patches-amp-Insignias"; }; }; class CfgUnitInsignia { class USP_PATCH_BASE; class USP_PATCH_USA_ARMY_135AVI_1BTN_BCO_UCP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] ARMY 135th Aviation Rgt. 1Btn. BCO (UCP)"; texture="usp_patches_usa\data\army\135aviation_rgt_1btn_bco_ucp_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army 160th Special Operations Aviation Rgt."; texture="usp_patches_usa\data\army\160soar_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] ARMY 160th Special Operations Aviation Rgt. ALT"; texture="usp_patches_usa\data\army\160soar_alt_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_ATX: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army 160th Special Operations Aviation Rgt. (ATX)"; texture="usp_patches_usa\data\army\160soar_atx_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_BLK: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army 160th Special Operations Aviation Rgt. (BLK)"; texture="usp_patches_usa\data\army\160soar_blk_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army 160th Special Operations Aviation Rgt. (GRN)"; texture="usp_patches_usa\data\army\160soar_grn_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_OCP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army 160th Special Operations Aviation Rgt. (OCP)"; texture="usp_patches_usa\data\army\160soar_ocp_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_MEDICS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] ARMY 160th Special Operations Aviation Rgt Medics"; texture="usp_patches_usa\data\army\160soar_medics_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_ROUNDEL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] ARMY 160th Special Operations Aviation Rgt. Roundel"; texture="usp_patches_usa\data\army\160soar_roundel_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army 160th Special Operations Aviation Rgt. (TAN)"; texture="usp_patches_usa\data\army\160soar_tan_ca.paa"; }; class USP_PATCH_USA_ARMY_160SOAR_UCP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army 160th Special Operations Aviation Rgt. (UCP)"; texture="usp_patches_usa\data\army\160soar_ucp_ca.paa"; }; class USP_PATCH_USA_ARMY_NATO_AFGHAN_CMD_UCP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] ARMY NATO Afghanistan Command (UCP)"; texture="usp_patches_usa\data\army\nato_afghan_cmd_ucp_ca.paa"; }; class USP_PATCH_USA_ARMY_SF_AIRBORNE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army Special Forces"; texture="usp_patches_usa\data\army\sf_airborne_ca.paa"; }; class USP_PATCH_USA_ARMY_SF_AIRBORNE_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army Special Forces (TAN)"; texture="usp_patches_usa\data\army\sf_airborne_tan_ca.paa"; }; class USP_PATCH_USA_ARMY_SF_AIRBORNE_RGR_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army Special Forces Ranger (TAN)"; texture="usp_patches_usa\data\army\sf_airborne_rgr_tan_ca.paa"; }; class USP_PATCH_USA_ARMY_SF_AIR_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army Special Forces (GRN)"; texture="usp_patches_usa\data\army\sf_airborne_grn_ca.paa"; }; class USP_PATCH_USA_ARMY_SF_AIR_OCP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army Special Forces (OCP)"; texture="usp_patches_usa\data\army\sf_airborne_ocp_ca.paa"; }; class USP_PATCH_USA_ARMY_SF_AIR_UCP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army Special Forces (UCP)"; texture="usp_patches_usa\data\army\sf_airborne_ucp_ca.paa"; }; class USP_PATCH_USA_ARMY_SF_AIR_RGR: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] Army Special Forces Ranger"; texture="usp_patches_usa\data\army\sf_airborne_ranger_ca.paa"; }; class USP_PATCH_USA_JSOC_1SFOD_DELTA_BLK: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC 1st Special Forces Operational Detachment-Delta (BLK)"; texture="usp_patches_usa\data\jsoc\1sfod_delta_blk_ca.paa"; }; class USP_PATCH_USA_JSOC_1SFOD_DELTA_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC 1st Special Forces Operational Detachment-Delta (TAN)"; texture="usp_patches_usa\data\jsoc\1sfod_delta_tan_ca.paa"; }; class USP_PATCH_USA_JSOC_DELTA_FORCE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC 1st SFOD-Delta"; texture="usp_patches_usa\data\jsoc\delta_force_ca.paa"; }; class USP_PATCH_USA_JSOC_DELTA_FORCE_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC 1st SFOD-Delta ALT"; texture="usp_patches_usa\data\jsoc\delta_force_alt_ca.paa"; }; class USP_PATCH_USA_JSOC_DELTA_FORCE_BLK: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC Delta Force (BLK)"; texture="usp_patches_usa\data\jsoc\delta_force_blk_ca.paa"; }; class USP_PATCH_USA_JSOC_DELTA_FORCE_ROUNDEL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC Delta Force Roundel"; texture="usp_patches_usa\data\jsoc\delta_force_roundel_ca.paa"; }; class USP_PATCH_USA_JSOC_DELTA_FORCE_UCP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC 1st SFOD-Delta (UCP)"; texture="usp_patches_usa\data\jsoc\delta_force_ucp_ca.paa"; }; class USP_PATCH_USA_JSOC_DEVGRU_BLUE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC DEVGRU Blue Team"; texture="usp_patches_usa\data\jsoc\devgru_blue_ca.paa"; }; class USP_PATCH_USA_JSOC_DEVGRU_BLUE_BLU: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC DEVGRU Blue Team (BLU)"; texture="usp_patches_usa\data\jsoc\devgru_blue_blu_ca.paa"; }; class USP_PATCH_USA_JSOC_DEVGRU_BLUE_OCP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC DEVGRU Blue Team (OCP)"; texture="usp_patches_usa\data\jsoc\devgru_blue_ocp_ca.paa"; }; class USP_PATCH_USA_JSOC_DEVGRU_PUNISHER_MOR_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC DEVGRU Punisher Morale (TAN)"; texture="usp_patches_usa\data\jsoc\devgru_punisher_morale_tan_ca.paa"; }; class USP_PATCH_USA_JSOC_MSA: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC Mission Support Activity"; texture="usp_patches_usa\data\jsoc\msa_ca.paa"; }; class USP_PATCH_USA_JSOC_SOCOM_SSP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] JSOC SOCOM Special Surveillance Programs"; texture="usp_patches_usa\data\jsoc\socom_ssp_ca.paa"; }; class USP_PATCH_USA_OPS_DESERT_SHIELD: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[OPS] USA - Operation Desert Shield"; texture="usp_patches_usa\data\misc\ops\desert_shield_ca.paa"; }; class USP_PATCH_USA_OPS_DESERT_SHIELD_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[OPS] USA - Operation Desert Shield Alt"; texture="usp_patches_usa\data\misc\ops\desert_shield_alt_ca.paa"; }; class USP_PATCH_USA_OPS_DESERT_STORM: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[OPS] USA Operation Desert Storm"; texture="usp_patches_usa\data\misc\ops\desert_storm_ca.paa"; }; class USP_PATCH_USA_OPS_DESERT_STORM_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[OPS] USA Operation Desert Storm Alt"; texture="usp_patches_usa\data\misc\ops\desert_storm_alt_ca.paa"; }; class USP_PATCH_USA_OPS_DESERT_STORM_USMC: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[OPS] USA Operation Desert Storm - USMC"; texture="usp_patches_usa\data\misc\ops\desert_storm_usmc_ca.paa"; }; class USP_PATCH_USA_OPS_ENDURING_FREEDOM: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[OPS] USA - Operation Enduring Freedom"; texture="usp_patches_usa\data\misc\ops\op_enduring_freedom_ca.paa"; }; class USP_PATCH_USA_OPS_ENDURING_FREEDOM_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[OPS] USA - Operation Enduring Freedom ALT"; texture="usp_patches_usa\data\misc\ops\op_enduring_freedom_alt_ca.paa"; }; class USP_PATCH_USA_USAF_1SOS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 1st Special Operations Sqn."; texture="usp_patches_usa\data\usaf\1sos_ca.paa"; }; class USP_PATCH_USA_USAF_2SOS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 2nd Special Operations Sqn."; texture="usp_patches_usa\data\usaf\2sos_ca.paa"; }; class USP_PATCH_USA_USAF_5SOS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 5th Special Operations Sqn."; texture="usp_patches_usa\data\usaf\5sos_ca.paa"; }; class USP_PATCH_USA_USAF_20SOS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 20th Special Operations Sqn."; texture="usp_patches_usa\data\usaf\20sos_ca.paa"; }; class USP_PATCH_USA_USAF_21SOS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 21st Special Operations Sqn. Desert Storm"; texture="usp_patches_usa\data\usaf\21sos_desert_storm_ca.paa"; }; class USP_PATCH_USA_USAF_27FS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 27th Fighter Sqn"; texture="usp_patches_usa\data\usaf\27fs_ca.paa"; }; class USP_PATCH_USA_USAF_27FS_JAP: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 27th Fighter Sqn Japan"; texture="usp_patches_usa\data\usaf\27fs_jap_ca.paa"; }; class USP_PATCH_USA_USAF_67SOS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 67th Special Operations Sqn."; texture="usp_patches_usa\data\usaf\67sos_ca.paa"; }; class USP_PATCH_USA_USAF_96BS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 96th Bomb Sqn."; texture="usp_patches_usa\data\usaf\96bomb_sqn_ca.paa"; }; class USP_PATCH_USA_USAF_128BS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 128th Bomb Sqn."; texture="usp_patches_usa\data\usaf\128bomb_sqn_ca.paa"; }; class USP_PATCH_USA_USAF_130RS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 130th Rescue Sqn."; texture="usp_patches_usa\data\usaf\130rescue_sqn_ca.paa"; }; class USP_PATCH_USA_USAF_510FS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 510th Fighter Sqn."; texture="usp_patches_usa\data\usaf\510fighter_sqn_ca.paa"; }; class USP_PATCH_USA_USAF_524SOS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 524th Special Operations Sqn."; texture="usp_patches_usa\data\usaf\524sos_ca.paa"; }; class USP_PATCH_USA_USAF_787EFS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 787th Expeditionary Fighter Sqn."; texture="usp_patches_usa\data\usaf\787efs_ca.paa"; }; class USP_PATCH_USA_USAF_1AF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 1st Air Force"; texture="usp_patches_usa\data\usaf\1air_force_ca.paa"; }; class USP_PATCH_USA_USAF_3AF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 3rd Air Force"; texture="usp_patches_usa\data\usaf\3air_force_ca.paa"; }; class USP_PATCH_USA_USAF_4AF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 4th Air Force"; texture="usp_patches_usa\data\usaf\4air_force_ca.paa"; }; class USP_PATCH_USA_USAF_5AF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 5th Air Force"; texture="usp_patches_usa\data\usaf\5air_force_ca.paa"; }; class USP_PATCH_USA_USAF_7AF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 7th Air Force"; texture="usp_patches_usa\data\usaf\7air_force_ca.paa"; }; class USP_PATCH_USA_USAF_8AF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 8th Air Force"; texture="usp_patches_usa\data\usaf\8air_force_ca.paa"; }; class USP_PATCH_USA_USAF_15AF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 15th Air Force"; texture="usp_patches_usa\data\usaf\15air_force_ca.paa"; }; class USP_PATCH_USA_USAF_20AF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 20th Air Force"; texture="usp_patches_usa\data\usaf\20air_force_ca.paa"; }; class USP_PATCH_USA_USAF_AEROSPACE_DEFENSE_CMD: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Aerospace Defense Command"; texture="usp_patches_usa\data\usaf\aerospace_defense_cmd_ca.paa"; }; class USP_PATCH_USA_USAF_AFB_REESE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Reese AFB"; texture="usp_patches_usa\data\usaf\afb_reese_ca.paa"; }; class USP_PATCH_USA_USAF_CENTRAL_CMD: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Central Command"; texture="usp_patches_usa\data\usaf\central_cmd_ca.paa"; }; class USP_PATCH_USA_USAF_VANCE_AFB: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Vance AFB"; texture="usp_patches_usa\data\usaf\afb_vance_ca.paa"; }; class USP_PATCH_USA_USAF_VANCE_AFB_1311: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Vance AFB 13-11"; texture="usp_patches_usa\data\usaf\afb_vance_1311_ca.paa"; }; class USP_PATCH_USA_USAF_B1B_ROUNDEL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF B1B Roundel"; texture="usp_patches_usa\data\usaf\b1b_roundel_ca.paa"; }; class USP_PATCH_USA_USAF_CSAR_HH60: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF CSAR HH-60 Pavehawk"; texture="usp_patches_usa\data\usaf\csar_hh60_ca.paa"; }; class USP_PATCH_USA_USAF_EMBLEM: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Emblem"; texture="usp_patches_usa\data\usaf\air_force_emblem_ca.paa"; }; class USP_PATCH_USA_USAF_MQ9_REAPER: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF MQ9 Reaper"; texture="usp_patches_usa\data\usaf\mq9_reaper_ca.paa"; }; class USP_PATCH_USA_USAF_PARARESCUE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Pararescue"; texture="usp_patches_usa\data\usaf\pararescue_ca.paa"; }; class USP_PATCH_USA_USAF_ROUNDEL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Roundel"; texture="usp_patches_usa\data\usaf\air_force_roundel_ca.paa"; }; class USP_PATCH_USA_USAF_F15: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF F-15E Strike Eagle"; texture="usp_patches_usa\data\usaf\f15_strike_eagle_ca.paa"; }; class USP_PATCH_USA_USAF_F16: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF F-16 Fighting Falcon"; texture="usp_patches_usa\data\usaf\f16_fighting_falcon_ca.paa"; }; class USP_PATCH_USA_USAF_KC135R: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF KC-135R Stratotanker"; texture="usp_patches_usa\data\usaf\kc135r_ca.paa"; }; class USP_PATCH_USA_USAF_OPS_IRAQI_FREEDOM: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[OPS] USA - USAF Operation Iraqi Freedom"; texture="usp_patches_usa\data\usaf\op_iraqi_freedom_ca.paa"; }; class USP_PATCH_USA_USAF_ROTC_DET685: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF ROTC Detachment-685"; texture="usp_patches_usa\data\usaf\rotc_det685_ca.paa"; }; class USP_PATCH_USA_USAF_23STS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF 23rd Special Tactics Sqn."; texture="usp_patches_usa\data\usaf\23sts_ca.paa"; }; class USP_PATCH_USA_USAF_SECURITY_FORCES: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Security Forces"; texture="usp_patches_usa\data\usaf\security_forces_ca.paa"; }; class USP_PATCH_USA_USAF_SF_POLICE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF Security Forces Police"; texture="usp_patches_usa\data\usaf\security_forces_police_ca.paa"; }; class USP_PATCH_USA_USAF_STS_COMBAT_WEATHER: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USAF STS Combat Weatherteam"; texture="usp_patches_usa\data\usaf\sts_combat_weatherteam_ca.paa"; }; class USP_PATCH_USA_USCG_COAST_GUARD: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USCG Coast Guard"; texture="usp_patches_usa\data\uscg\coast_guard_ca.paa"; }; class USP_PATCH_USA_USMC_1MAW_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Marine Airwing (GRN)"; texture="usp_patches_usa\data\usmc\1marine_airwing_grn_ca.paa"; }; class USP_PATCH_USA_USMC_HMLA167: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Light Attack Helicopter Sqn. 167"; texture="usp_patches_usa\data\usmc\hmla167_ca.paa"; }; class USP_PATCH_USA_USMC_HMLA169: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Light Attack Helicopter Sqn 169"; texture="usp_patches_usa\data\usmc\hmla169_ca.paa"; }; class USP_PATCH_USA_USMC_HMLA469: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Light Attack Helicopter Sqn. 469"; texture="usp_patches_usa\data\usmc\hmla469_ca.paa"; }; class USP_PATCH_USA_USMC_HMLA767: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Light Attack Helicopter Sqn. 767"; texture="usp_patches_usa\data\usmc\hmla767_ca.paa"; }; class USP_PATCH_USA_USMC_HMX1: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Helicopter Sqn 1"; texture="usp_patches_usa\data\usmc\hmx1_ca.paa"; }; class USP_PATCH_USA_USMC_MALS11: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Aviation Logistics Sqn. 11"; texture="usp_patches_usa\data\usmc\mals11_ca.paa"; }; class USP_PATCH_USA_USMC_VMA214: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Attack Sqn. 214"; texture="usp_patches_usa\data\usmc\vma214_ca.paa"; }; class USP_PATCH_USA_USMC_VMFA134: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Fighter Attack Sqn. 134"; texture="usp_patches_usa\data\usmc\vmfa134_ca.paa"; }; class USP_PATCH_USA_USMC_VMFA212: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Fighter Attack Sqn 212 Lancers"; texture="usp_patches_usa\data\usmc\vmfa212_ca.paa"; }; class USP_PATCH_USA_USMC_VMFA251_CPT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Fighter Attack Sqn. 251 Plane Captain"; texture="usp_patches_usa\data\usmc\vmfa251_cpt_ca.paa"; }; class USP_PATCH_USA_USMC_VMFA314: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Fighter Attack Sqn. 314 Black Knights"; texture="usp_patches_usa\data\usmc\vmfa314_ca.paa"; }; class USP_PATCH_USA_USMC_VMFA321: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Fighter Attack Sqn 321 Hells Angels"; texture="usp_patches_usa\data\usmc\vmfa321_ca.paa"; }; class USP_PATCH_USA_USMC_VMFA451: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Fighter Attack Sqn 451 Warlords"; texture="usp_patches_usa\data\usmc\vmfa451_ca.paa"; }; class USP_PATCH_USA_USMC_VMM263: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Medium Tiltrotor Sqn. 263"; texture="usp_patches_usa\data\usmc\vmm263_ca.paa"; }; class USP_PATCH_USA_USMC_VMM265_AH1Z: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Medium Tiltrotor Sqn 265 Dragons AH1Z"; texture="usp_patches_usa\data\usmc\vmm265_ah1z_ca.paa"; }; class USP_PATCH_USA_USMC_VMM265_C3: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Medium Tiltrotor Sqn 265 Dragons C3"; texture="usp_patches_usa\data\usmc\vmm265_c3_ca.paa"; }; class USP_PATCH_USA_USMC_VMM265_CH53: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Medium Tiltrotor Sqn 265 Dragons CH53"; texture="usp_patches_usa\data\usmc\vmm265_ch53_ca.paa"; }; class USP_PATCH_USA_USMC_VMM265_MV22: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Medium Tiltrotor Sqn 265 Dragons MV22"; texture="usp_patches_usa\data\usmc\vmm265_mv22_ca.paa"; }; class USP_PATCH_USA_USMC_1LIGHT_ARM_REC_BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Light Armored Reconnaissance Btn."; texture="usp_patches_usa\data\usmc\1light_armored_reconnaissance_btn_ca.paa"; }; class USP_PATCH_USA_USMC_1CEB_SKULL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Combat Engineer Btn Skull"; texture="usp_patches_usa\data\usmc\1ceb_skull_ca.paa"; }; class USP_PATCH_USA_USMC_1MAR_DIV_IRAQ_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Marine Div. Iraq (TAN)"; texture="usp_patches_usa\data\usmc\1marine_div_iraq_tan_ca.paa"; }; class USP_PATCH_USA_USMC_1MAR_DIV_SKULL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Marine Div. Skull"; texture="usp_patches_usa\data\usmc\1marine_div_skull_ca.paa"; }; class USP_PATCH_USA_USMC_1MAR_DIV_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Marine Div. (TAN)"; texture="usp_patches_usa\data\usmc\1marine_div_tan_ca.paa"; }; class USP_PATCH_USA_USMC_1MAR_RGT_1BTN_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Marine Rgt 1Btn (GRN)"; texture="usp_patches_usa\data\usmc\1mar_rgt_1btn_grn_ca.paa"; }; class USP_PATCH_USA_USMC_1MED_BTN_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Medical Btn (TAN)"; texture="usp_patches_usa\data\usmc\1med_btn_tan_ca.paa"; }; class USP_PATCH_USA_USMC_1MRB: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Marine Raider Btn"; texture="usp_patches_usa\data\usmc\1mrb_ca.paa"; }; class USP_PATCH_USA_USMC_1MXB: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Maintenance Btn Warfighters"; texture="usp_patches_usa\data\usmc\1mxb_ca.paa"; }; class USP_PATCH_USA_USMC_1REC_BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Reconnaissance Btn."; texture="usp_patches_usa\data\usmc\1recon_btn_ca.paa"; }; class USP_PATCH_USA_USMC_1REC_BTN_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Reconnaissance Btn. (GRN)"; texture="usp_patches_usa\data\usmc\1recon_btn_grn_ca.paa"; }; class USP_PATCH_USA_USMC_1REC_BTN_RDL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Reconnaissance Btn. Roundel"; texture="usp_patches_usa\data\usmc\1recon_btn_rdl_ca.paa"; }; class USP_PATCH_USA_USMC_1REC_BTN_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 1st Reconnaissance Btn. (TAN)"; texture="usp_patches_usa\data\usmc\1recon_btn_tan_ca.paa"; }; class USP_PATCH_USA_USMC_2MAR_DIV: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 2nd Marine Div."; texture="usp_patches_usa\data\usmc\2marine_div_ca.paa"; }; class USP_PATCH_USA_USMC_2MAR_DIV_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 2nd Marine Div. (GRN)"; texture="usp_patches_usa\data\usmc\2marine_div_grn_ca.paa"; }; class USP_PATCH_USA_USMC_2MAR_DIV_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 2nd Marine Div. (TAN)"; texture="usp_patches_usa\data\usmc\2marine_div_tan_ca.paa"; }; class USP_PATCH_USA_USMC_2MAR_RGT_3BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 2nd Marine Rgt 3Btn"; texture="usp_patches_usa\data\usmc\2mar_rgt_3btn_ca.paa"; }; class USP_PATCH_USA_USMC_2REC_BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 2nd Reconnaissance Btn."; texture="usp_patches_usa\data\usmc\2recon_btn_ca.paa"; }; class USP_PATCH_USA_USMC_2RTB: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 2nd Recruit Training Btn"; texture="usp_patches_usa\data\usmc\2rtb_ca.paa"; }; class USP_PATCH_USA_USMC_3BN_3MAR: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Battalion 3rd Marines"; texture="usp_patches_usa\data\usmc\3bn_3mar_ca.paa"; }; class USP_PATCH_USA_USMC_3BTN_7MAR: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Btn. 7th Marines Rgt."; texture="usp_patches_usa\data\usmc\3btn_7marines_ca.paa"; }; class USP_PATCH_USA_USMC_3ENG_BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Engineer Btn."; texture="usp_patches_usa\data\usmc\3engineer_btn_ca.paa"; }; class USP_PATCH_USA_USMC_3MAR_DIV: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Marine Div."; texture="usp_patches_usa\data\usmc\3marine_div_ca.paa"; }; class USP_PATCH_USA_USMC_3MAR_DIV_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Marine Div. (GRN)"; texture="usp_patches_usa\data\usmc\3mar_div_grn_ca.paa"; }; class USP_PATCH_USA_USMC_3MAR_DIV_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Marine Div. (TAN)"; texture="usp_patches_usa\data\usmc\3marine_div_tan_ca.paa"; }; class USP_PATCH_USA_USMC_3MRB: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Marine Raider Btn"; texture="usp_patches_usa\data\usmc\3mrb_ca.paa"; }; class USP_PATCH_USA_USMC_3REC_BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Reconnaissance Btn."; texture="usp_patches_usa\data\usmc\3recon_btn_ca.paa"; }; class USP_PATCH_USA_USMC_3REC_BTN_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Reconnaissance Btn. ALT"; texture="usp_patches_usa\data\usmc\3recon_btn_alt_ca.paa"; }; class USP_PATCH_USA_USMC_4MAR_DIV: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 4th Marine Div."; texture="usp_patches_usa\data\usmc\4mar_div_ca.paa"; }; class USP_PATCH_USA_USMC_4MAR_DIV_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 4th Marine Div. (GRN)"; texture="usp_patches_usa\data\usmc\4marine_div_grn_ca.paa"; }; class USP_PATCH_USA_USMC_4MAR_RGT_1BTN_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 4th Marine Rgt 1Btn (GRN)"; texture="usp_patches_usa\data\usmc\4mar_rgt_1btn_grn_ca.paa"; }; class USP_PATCH_USA_USMC_4REC_BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 4th Reconnaissance Btn."; texture="usp_patches_usa\data\usmc\4recon_btn_ca.paa"; }; class USP_PATCH_USA_USMC_4TNK_BTN_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 4th Tank Btn (GRN)"; texture="usp_patches_usa\data\usmc\4tank_btn_grn_ca.paa"; }; class USP_PATCH_USA_USMC_7MAR_1DIV: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 7th Marines Rgt. 1st Marine Div."; texture="usp_patches_usa\data\usmc\7marines_1div_ca.paa"; }; class USP_PATCH_USA_USMC_7MAR_RGT_2BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 7th Marine Rgt 2Btn"; texture="usp_patches_usa\data\usmc\7mar_rgt_2btn_ca.paa"; }; class USP_PATCH_USA_USMC_7MAR_RGT_2BTN_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 7th Marine Rgt 2Btn (GRN)"; texture="usp_patches_usa\data\usmc\7mar_rgt_2btn_grn_ca.paa"; }; class USP_PATCH_USA_USMC_7MAR_RGT_3BTN_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 7th Marine Rgt 3Btn (GRN)"; texture="usp_patches_usa\data\usmc\7mar_rgt_3btn_grn_ca.paa"; }; class USP_PATCH_USA_USMC_8MAR_2BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 8th Marines Rgt 2-Btn"; texture="usp_patches_usa\data\usmc\8marines_2btn_ca.paa"; }; class USP_PATCH_USA_USMC_11MAR_RGT_1BTN_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 11th Marine Rgt 1Btn (GRN)"; texture="usp_patches_usa\data\usmc\11mar_rgt_1btn_grn_ca.paa"; }; class USP_PATCH_USA_USMC_11MAR_RGT_2BTN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 11th Marine Rgt 2Btn"; texture="usp_patches_usa\data\usmc\11mar_rgt_2btn_ca.paa"; }; class USP_PATCH_USA_USMC_11MAR_RGT_2BTN_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 11th Marine Rgt 2Btn (GRN)"; texture="usp_patches_usa\data\usmc\11mar_rgt_2btn_grn_ca.paa"; }; class USP_PATCH_USA_USMC_MP_RDL_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Military Police Roundel (GRN)"; texture="usp_patches_usa\data\usmc\mp_rdl_grn_ca.paa"; }; class USP_PATCH_USA_USMC_29PALMS_AGCC: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 29 Palms Air Ground Combat Center"; texture="usp_patches_usa\data\usmc\29palms_agcc_ca.paa"; }; class USP_PATCH_USA_AVIATION_RDL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Aviation Roundel"; texture="usp_patches_usa\data\usmc\aviation_rdl_ca.paa"; }; class USP_PATCH_USA_USMC: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] United States Marine Corps"; texture="usp_patches_usa\data\usmc\marine_corps_ca.paa"; }; class USP_PATCH_USA_USMC_LOGO_RDL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Logo Roundel"; texture="usp_patches_usa\data\usmc\usmc_logo_rdl_ca.paa"; }; class USP_PATCH_USA_USMC_MARFOREUR: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Corps Forces Europe"; texture="usp_patches_usa\data\usmc\marforeur_ca.paa"; }; class USP_PATCH_USA_USMC_MARFORPAC: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Corps Forces Pacific"; texture="usp_patches_usa\data\usmc\marforpac_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_CORPS_BLK: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Corps (BLK)"; texture="usp_patches_usa\data\usmc\marine_corps_blk_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_CORPS_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Corps (GRN)"; texture="usp_patches_usa\data\usmc\marine_corps_grn_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_CORPS_GRN_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Corps (GRNALT)"; texture="usp_patches_usa\data\usmc\marine_corps_grn_alt_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_BULLDOG: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Corps Bulldog"; texture="usp_patches_usa\data\usmc\marine_corps_bulldog_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_ONE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine One"; texture="usp_patches_usa\data\usmc\marine_one_ca.paa"; }; class USP_PATCH_USA_USMC_MILITARY_POLICE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Military Police"; texture="usp_patches_usa\data\usmc\military_police_ca.paa"; }; class USP_PATCH_USA_USMC_MOS0141: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-0141 Administration Man"; texture="usp_patches_usa\data\usmc\mos_0141_ca.paa"; }; class USP_PATCH_USA_USMC_MOS0149: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-0149 Substance Abuse Control Specialist"; texture="usp_patches_usa\data\usmc\mos_0149_ca.paa"; }; class USP_PATCH_USA_USMC_MOS0311_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-0311 Rifleman (Tan)"; texture="usp_patches_usa\data\usmc\mos_0311rifleman_tan_ca.paa"; }; class USP_PATCH_USA_USMC_MOS0317: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-0317 Scout Sniper"; texture="usp_patches_usa\data\usmc\mos_0317scoutsniper_ca.paa"; }; class USP_PATCH_USA_USMC_MOS0326: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-0326 Special Ops Recon"; texture="usp_patches_usa\data\usmc\mos_0326_ca.paa"; }; class USP_PATCH_USA_USMC_MOS0351: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-0351 Assaultman"; texture="usp_patches_usa\data\usmc\mos_0351_ca.paa"; }; class USP_PATCH_USA_USMC_MOS0911: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-0911 Drill Instructor"; texture="usp_patches_usa\data\usmc\mos_0911_ca.paa"; }; class USP_PATCH_USA_USMC_MOS2141: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-2141 AAV Repairer Tech"; texture="usp_patches_usa\data\usmc\mos_2141_ca.paa"; }; class USP_PATCH_USA_USMC_MOS5812: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-5812 Working Dog Handler"; texture="usp_patches_usa\data\usmc\mos_5812_ca.paa"; }; class USP_PATCH_USA_USMC_MOS6114: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-6114 Helicopter Mechanic UH/AH1"; texture="usp_patches_usa\data\usmc\mos_6114_ca.paa"; }; class USP_PATCH_USA_USMC_MOS6243: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-6243 Aircraft Electrical Systems Tech"; texture="usp_patches_usa\data\usmc\mos_6243_ca.paa"; }; class USP_PATCH_USA_USMC_MOS6534: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS-6534 Aircraft Ordnance Technician F4/RF4"; texture="usp_patches_usa\data\usmc\mos_6534_ca.paa"; }; class USP_PATCH_USA_USMC_MOS_SPECOPS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MOS Special Operations"; texture="usp_patches_usa\data\usmc\mos_specialops_ca.paa"; }; class USP_PATCH_USA_USMC_MSG_DET_PORTAUPRINCE: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Security Guard Detachment Port Au Prince"; texture="usp_patches_usa\data\usmc\msg_det_portauprince_ca.paa"; }; class USP_PATCH_USA_USMC_SCOUT_SNIPER: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Scout Sniper"; texture="usp_patches_usa\data\usmc\scout_sniper_ca.paa"; }; class USP_PATCH_USA_USMC_2FR_CO: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 2nd Force Recon Co."; texture="usp_patches_usa\data\usmc\2forcerecon_co_ca.paa"; }; class USP_PATCH_USA_USMC_2FOREC_COY_CBR: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 2nd Force Reconnaissance Coy. (CBR)"; texture="usp_patches_usa\data\usmc\2force_recon_coy_cbr_ca.paa"; }; class USP_PATCH_USA_USMC_3FOREC_COY_OIF: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC 3rd Force Reconnaissance Coy. OIF"; texture="usp_patches_usa\data\usmc\3force_recon_coy_oif_ca.paa"; }; class USP_PATCH_USA_USMC_FORCE_RECON: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Force Reconnaissance"; texture="usp_patches_usa\data\usmc\force_recon_ca.paa"; }; class USP_PATCH_USA_USMC_FORCE_RECON_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Force Reconnaissance ALT"; texture="usp_patches_usa\data\usmc\force_recon_alt_ca.paa"; }; class USP_PATCH_USA_USMC_FR_5CO: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Force Recon 5CO"; texture="usp_patches_usa\data\usmc\fr_5co_ca.paa"; }; class USP_PATCH_USA_USMC_MAR_RAIDER_RGT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raider Rgt"; texture="usp_patches_usa\data\usmc\mar_raider_rgt_ca.paa"; }; class USP_PATCH_USA_USMC_MAR_RAIDER_RGT_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raider Rgt (GRN)"; texture="usp_patches_usa\data\usmc\mar_raider_rgt_grn_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_RAIDERS: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raiders"; texture="usp_patches_usa\data\usmc\marine_raiders_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_RAIDERS_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raiders ALT"; texture="usp_patches_usa\data\usmc\marine_raiders_alt_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_RAIDERS_BANNER: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raiders Banner"; texture="usp_patches_usa\data\usmc\marine_raiders_banner_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_RAIDERS_GRN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raiders (GRN)"; texture="usp_patches_usa\data\usmc\marine_raiders_grn_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_RAIDERS_GRN_ALT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raiders (GRN-ALT)"; texture="usp_patches_usa\data\usmc\marine_raiders_grn_alt_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_RAIDERS_GRY: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raiders (GRY)"; texture="usp_patches_usa\data\usmc\marine_raiders_gry_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_RAIDERS_TAN: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raiders (TAN)"; texture="usp_patches_usa\data\usmc\marine_raiders_tan_ca.paa"; }; class USP_PATCH_USA_USMC_MARINE_RAIDERS_WHT: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Raiders (WHT)"; texture="usp_patches_usa\data\usmc\marine_raiders_wht_ca.paa"; }; class USP_PATCH_USA_USMC_MARSOC: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Marine Special Operations Command"; texture="usp_patches_usa\data\usmc\marsoc_ca.paa"; }; class USP_PATCH_USA_USMC_MARSOC_ROUNDEL: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC MARSOC Roundel"; texture="usp_patches_usa\data\usmc\marsoc_roundel_ca.paa"; }; class USP_PATCH_USA_USMC_SPECOPS_TFWEST_AFG: USP_PATCH_USA_BASE { author="Siege-A"; displayName="[USA] USMC Special Operations TF-West, AFG"; texture="usp_patches_usa\data\usmc\specops_tfwest_afg_ca.paa"; }; }; class cfgMods { author="76561198020278426"; timepacked="1488714313"; }; Share this post Link to post Share on other sites