Skip to content

Commit

Permalink
Headgear - Add Grijs Opscore helmet (#228)
Browse files Browse the repository at this point in the history
* Add Grijs Opscore helmet

* Add No headset variant
  • Loading branch information
Mike-MF authored Mar 25, 2024
1 parent 8281fe4 commit d900119
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
36 changes: 36 additions & 0 deletions addons/headgear/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,42 @@ class CfgWeapons {
""
};
};
class CUP_H_OpsCore_Black;
class CLASS(OpsCore_Grijs): CUP_H_OpsCore_Black {
author = ECSTRING(main,Author);
displayName = "OpsCore FAST (Grijs)";
scope = 2;
hiddenSelections[] = {
"camo1",
"camo2",
"camo3",
"flag"
};
hiddenSelectionsTextures[] = {
QPATHTOF(data\cup_opscore_grijs_co.paa),
QPATHTOF(data\cup_opscore_grijs_1_co.paa),
"\CUP\Creatures\People\Military\CUP_Creatures_People_Military_Extra\opscore\data\CUP_ops_core_parts_2_co.paa",
""
};
};
class CUP_H_OpsCore_Black_NoHS;
class CLASS(OpsCore_Grijs_NoHS): CUP_H_OpsCore_Black_NoHS {
author = ECSTRING(main,Author);
displayName = "OpsCore FAST (Grijs, No Headset)";
scope = 2;
hiddenSelections[] = {
"camo1",
"camo2",
"camo3",
"flag"
};
hiddenSelectionsTextures[] = {
QPATHTOF(data\cup_opscore_grijs_co.paa),
QPATHTOF(data\cup_opscore_grijs_1_co.paa),
"\CUP\Creatures\People\Military\CUP_Creatures_People_Military_Extra\opscore\data\CUP_ops_core_parts_2_co.paa",
""
};
};

class CUP_H_USA_Cap_AU_DEF;
class CLASS(Cap_DEF_NYMets): CUP_H_USA_Cap_AU_DEF {
Expand Down
5 changes: 4 additions & 1 deletion addons/headgear/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ class CfgPatches {
units[] = {};
weapons[] = {
QCLASS(OpsCore_Medic),
QCLASS(Cap_DEF_NYMets)
QCLASS(OpsCore_Grijs),
QCLASS(OpsCore_Grijs_NoHS),
QCLASS(Cap_DEF_NYMets),
QCLASS(Cap_DEF_ASU)
};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "CUP_Creatures_Extra_OpsCore"};
Expand Down
Binary file added addons/headgear/data/cup_opscore_grijs_1_co.paa
Binary file not shown.
Binary file added addons/headgear/data/cup_opscore_grijs_co.paa
Binary file not shown.

0 comments on commit d900119

Please sign in to comment.