-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
221 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
z\ace\addons\compat_cup_units |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
#define HEARING(CLASSNAME) \ | ||
class CLASSNAME: ItemCore { \ | ||
ace_hearing_protection = 0.75; \ | ||
ace_hearing_lowerVolume = 0; \ | ||
} | ||
|
||
#define HEARING_PARENT(CLASSNAME,PARENT) \ | ||
class CLASSNAME: PARENT { \ | ||
ace_hearing_protection = 0.75; \ | ||
ace_hearing_lowerVolume = 0; \ | ||
} | ||
|
||
class CfgWeapons { | ||
class ItemCore; | ||
class CUP_H_PMC_Beanie_Khaki; | ||
|
||
HEARING(CUP_H_BAF_DDPM_Mk6_CREW_PRR); | ||
HEARING(CUP_H_BAF_DPM_Mk6_CREW_PRR); | ||
HEARING(CUP_H_BAF_MTP_Mk6_CREW_PRR); | ||
HEARING(CUP_H_CZ_Cap_Headphones); | ||
HEARING(CUP_H_CZ_Cap_Headphones_des); | ||
HEARING(CUP_H_CZ_Helmet05); | ||
HEARING(CUP_H_CZ_Helmet07); | ||
HEARING(CUP_H_CZ_Helmet08); | ||
HEARING(CUP_H_CZ_Helmet09); | ||
HEARING(CUP_H_CZ_Helmet10); | ||
HEARING(CUP_H_FR_ECH); | ||
HEARING(CUP_H_Ger_Beret_TankCommander_Blk); | ||
HEARING(CUP_H_Ger_Beret_TankCommander_Grn); | ||
HEARING(CUP_H_Ger_Cap_EP_Grn1); | ||
HEARING(CUP_H_Ger_Cap_EP_Grn2); | ||
HEARING(CUP_H_Ger_Cap_EP_Tan1); | ||
HEARING(CUP_H_Ger_Cap_EP_Tan2); | ||
HEARING(CUP_H_OpsCore_Black); | ||
HEARING(CUP_H_OpsCore_Black_SF); | ||
HEARING(CUP_H_OpsCore_Covered_AAF); | ||
HEARING(CUP_H_OpsCore_Covered_AAF_SF); | ||
HEARING(CUP_H_OpsCore_Covered_Fleck); | ||
HEARING(CUP_H_OpsCore_Covered_Fleck_SF); | ||
HEARING(CUP_H_OpsCore_Covered_MCAM); | ||
HEARING(CUP_H_OpsCore_Covered_MCAM_SF); | ||
HEARING(CUP_H_OpsCore_Covered_MCAM_US); | ||
HEARING(CUP_H_OpsCore_Covered_MCAM_US_SF); | ||
HEARING(CUP_H_OpsCore_Covered_MTP); | ||
HEARING(CUP_H_OpsCore_Covered_MTP_SF); | ||
HEARING(CUP_H_OpsCore_Covered_Tigerstripe); | ||
HEARING(CUP_H_OpsCore_Covered_Tigerstripe_SF); | ||
HEARING(CUP_H_OpsCore_Covered_Tropen); | ||
HEARING(CUP_H_OpsCore_Covered_Tropen_SF); | ||
HEARING(CUP_H_OpsCore_Covered_UCP); | ||
HEARING(CUP_H_OpsCore_Covered_UCP_SF); | ||
HEARING(CUP_H_OpsCore_Green); | ||
HEARING(CUP_H_OpsCore_Green_SF); | ||
HEARING(CUP_H_OpsCore_Grey); | ||
HEARING(CUP_H_OpsCore_Grey_SF); | ||
HEARING(CUP_H_OpsCore_Spray); | ||
HEARING(CUP_H_OpsCore_Spray_SF); | ||
HEARING(CUP_H_OpsCore_Spray_US); | ||
HEARING(CUP_H_OpsCore_Spray_US_SF); | ||
HEARING(CUP_H_OpsCore_Tan); | ||
HEARING(CUP_H_OpsCore_Tan_SF); | ||
HEARING_PARENT(CUP_H_PMC_Beanie_Headphones_Khaki,CUP_H_PMC_Beanie_Khaki); | ||
HEARING_PARENT(CUP_H_PMC_Beanie_Headphones_Black,CUP_H_PMC_Beanie_Headphones_Khaki); | ||
HEARING_PARENT(CUP_H_PMC_Beanie_Headphones_Winter,CUP_H_PMC_Beanie_Headphones_Khaki); | ||
HEARING(CUP_H_PMC_Cap_Back_EP_Grey); | ||
HEARING(CUP_H_PMC_Cap_Back_EP_Tan); | ||
HEARING(CUP_H_PMC_Cap_EP_Grey); | ||
HEARING(CUP_H_PMC_Cap_EP_Tan); | ||
HEARING(CUP_H_PMC_EP_Headset); | ||
HEARING(CUP_H_USArmy_HelmetMICH_earpro); | ||
HEARING(CUP_H_USArmy_HelmetMICH_earpro_DCU); | ||
HEARING(CUP_H_USArmy_HelmetMICH_earpro_ess); | ||
HEARING(CUP_H_USArmy_HelmetMICH_earpro_ess_DCU); | ||
HEARING(CUP_H_USArmy_HelmetMICH_earpro_ess_wdl); | ||
HEARING(CUP_H_USArmy_HelmetMICH_earpro_wdl); | ||
HEARING(CUP_H_USArmy_Helmet_ECH1_Black); | ||
HEARING(CUP_H_USArmy_Helmet_ECH1_Green); | ||
HEARING(CUP_H_USArmy_Helmet_ECH1_Sand); | ||
HEARING(CUP_H_USArmy_Helmet_ECH2_Black); | ||
HEARING(CUP_H_USArmy_Helmet_ECH2_GREEN); | ||
HEARING(CUP_H_USArmy_Helmet_ECH2_Sand); | ||
HEARING(CUP_H_USMC_Crew_Helmet); | ||
HEARING(CUP_H_USMC_MICH2000_DEF_DES); | ||
HEARING(CUP_H_USMC_MICH2000_DEF_ESS_DES); | ||
HEARING(CUP_H_USMC_MICH2000_DEF_ESS_WDL); | ||
HEARING(CUP_H_USMC_MICH2000_DEF_WDL); | ||
}; |
86 changes: 86 additions & 0 deletions
86
addons/compat_cup_units/compat_cup_nouniformrestrictions/CfgVehicles.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
class CfgVehicles { | ||
class SoldierWB; | ||
class Civilian_F; | ||
|
||
class CUP_BAF_Soldier_DPM_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_BAF_Soldier_DDPM_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_BAF_Soldier_MTP_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_GER_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_NAPA_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_PMC_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_PMC_Soldier_Winter_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_RUS_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_TK_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_TKI_Insurgent_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_TKG_Guerrilla_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_USMC_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_FR_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Civil_Chernarus_Base: Civilian_F { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Civil_Takistan_Base: Civilian_F { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_ACR_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_CDF_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_UNO_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_OPFINS_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_RACS_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_SLA_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_USA_Soldier_ACU_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_USA_Soldier_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_HIL_Reservist_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_HIL_Recon_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_HIL_Man_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
class CUP_Creatures_Military_HIL_SF_Base: SoldierWB { | ||
modelSides[] = {6}; | ||
}; | ||
}; |
21 changes: 21 additions & 0 deletions
21
addons/compat_cup_units/compat_cup_nouniformrestrictions/config.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#include "script_component.hpp" | ||
|
||
class CfgPatches { | ||
class SUBADDON { | ||
name = COMPONENT_NAME; | ||
units[] = {}; | ||
weapons[] = {}; | ||
requiredVersion = REQUIRED_VERSION; | ||
requiredAddons[] = { | ||
"CUP_Creatures_People_LoadOrder", | ||
"ace_nouniformrestrictions" | ||
}; | ||
skipWhenMissingDependencies = 1; | ||
author = ECSTRING(common,ACETeam); | ||
authors[] = {"Mike", "Jonpas"}; | ||
url = ECSTRING(main,URL); | ||
VERSION_CONFIG; | ||
}; | ||
}; | ||
|
||
#include "CfgVehicles.hpp" |
3 changes: 3 additions & 0 deletions
3
addons/compat_cup_units/compat_cup_nouniformrestrictions/script_component.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#define SUBCOMPONENT nouniformrestrictions | ||
#define SUBCOMPONENT_BEAUTIFIED No Uniform Restrictions | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#include "script_component.hpp" | ||
|
||
class CfgPatches { | ||
class ADDON { | ||
name = COMPONENT_NAME; | ||
units[] = {}; | ||
weapons[] = {}; | ||
requiredVersion = REQUIRED_VERSION; | ||
requiredAddons[] = {"CUP_Creatures_People_LoadOrder"}; | ||
skipWhenMissingDependencies = 1; | ||
author = ECSTRING(common,ACETeam); | ||
authors[] = {"Mike", "Jonpas"}; | ||
url = ECSTRING(main,URL); | ||
VERSION_CONFIG; | ||
}; | ||
}; | ||
|
||
#include "CfgWeapons.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define COMPONENT compat_cup_units | ||
#define COMPONENT_BEAUTIFIED CUP Units Compatibility | ||
|
||
#include "\z\ace\addons\main\script_mod.hpp" | ||
#include "\z\ace\addons\main\script_macros.hpp" |