Skip to content

Commit aa7f244

Browse files
authored
Wardrobe - Add donated VNX configs (#11187)
* donate wardrobe vnx configs * init * Donate macros * rm comment * rm double ref of macro file * apply ACEWARDROBE() * -> displayName #11226 * Revert "-> displayName" This reverts commit 7b48ea0.
1 parent 5843f38 commit aa7f244

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class ace_wardrobe {
2+
class ACEWARDROBE(base_U_sleeves_up);
3+
class ACEWARDROBE(base_U_sleeves_down);
4+
class ACEWARDROBE(base_H_visor_up);
5+
class ACEWARDROBE(base_H_visor_down);
6+
7+
#include "ace_wardrobe_uniforms.hpp"
8+
#include "ace_wardrobe_headgear.hpp"
9+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
HELMET_VISOR(vnx_b_helmet_aph6_01_06,vnx_b_helmet_aph6_02_06);
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
UNIFORM_SLEEVES(vnx_b_uniform_macv_02_19,vnx_b_uniform_macv_03_19);
2+
UNIFORM_SLEEVES(vnx_b_uniform_macv_05_19,vnx_b_uniform_macv_04_19);
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#include "script_component.hpp"
2+
3+
class CfgPatches {
4+
class SUBADDON {
5+
name = COMPONENT_NAME;
6+
units[] = {};
7+
weapons[] = {};
8+
requiredVersion = REQUIRED_VERSION;
9+
requiredAddons[] = {
10+
"ace_common",
11+
"loadorder_f_vietnam", // S.O.G. Prairie Fire
12+
"data_f_vietnam_03" // S.O.G. Nickel Steel
13+
};
14+
skipWhenMissingDependencies = 1;
15+
author = ECSTRING(common,ACETeam);
16+
authors[] = {"Andx [TTT]"};
17+
url = ECSTRING(main,URL);
18+
VERSION_CONFIG;
19+
addonRootClass = QUOTE(ADDON);
20+
};
21+
};
22+
23+
// ACE Wardrobe
24+
#include "ace_wardrobe.hpp"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define SUBCOMPONENT wardrobe
2+
#define SUBCOMPONENT_BEAUTIFIED Wardrobe
3+
#include "..\script_component.hpp"
4+
5+
#include "\z\ace\addons\wardrobe\script_macros_wardrobe.hpp"

0 commit comments

Comments
 (0)