Skip to content

Commit a6703a5

Browse files
committed
#24 Added template and made a 2bnb, and 2 russian ones might need some fixes down the line but is fine
1 parent 69d3f0a commit a6703a5

File tree

5 files changed

+51
-2
lines changed

5 files changed

+51
-2
lines changed

addons/gear/config.cpp

+40
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,46 @@ class cfgWeapons
301301
};
302302
};
303303
};
304+
305+
class RUS1: Adidas_Berret
306+
{
307+
author = "Ford";
308+
displayName = "2BNB RUSB";
309+
picture = "\x\bnb_e\gear\data\adidass.paa";
310+
model = "\A3\Characters_F_EPB\BLUFOR\headgear_beret02";
311+
hiddenSelections[] = { "camo" };
312+
hiddenSelectionsTextures[] = { "\x\bnb_e\gear\data\RUSB.paa" };
313+
class ItemInfo: ItemInfo
314+
{
315+
class HitpointsProtectionInfo:HitpointsProtectionInfo
316+
{
317+
class Head:Head
318+
{
319+
};
320+
};
321+
};
322+
};
323+
324+
class RUS2: Adidas_Berret
325+
{
326+
author = "Ford";
327+
displayName = "2BNB RUSB1";
328+
picture = "\x\bnb_e\gear\data\adidass.paa";
329+
model = "\A3\Characters_F_EPB\BLUFOR\headgear_beret02";
330+
hiddenSelections[] = { "camo" };
331+
hiddenSelectionsTextures[] = { "\x\bnb_e\gear\data\RUSB1.paa" };
332+
class ItemInfo: ItemInfo
333+
{
334+
class HitpointsProtectionInfo:HitpointsProtectionInfo
335+
{
336+
class Head:Head
337+
{
338+
};
339+
};
340+
};
341+
};
342+
343+
304344
class H_mas_nor_opscore: ItemCore
305345
{
306346
ace_hearing_protection = 0.75;

addons/gear/data/2BNB_Berret.paa

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:65662034dc213c41a980c4b1d003536e6c3abd34ec8165621a718de36b686b9e
3-
size 23245
2+
oid sha256:f4f4b9ca1879c944570be5d9c2a8efe5c0ee79356f487120d026d17129dfa62d
3+
size 82111

addons/gear/data/RUSB.paa

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:db63a851cea6328939e85258038ed0a03c066f9160a10727e4ffde494e357619
3+
size 79230

addons/gear/data/RUSB1.paa

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:aa8962d389db4929c9c63bf8d5fe91aa0faa861cfacb42d8821a90251a06f4e9
3+
size 74134

raw textures/beret_highmap.psd

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:269639fad70afc3b9cb3980afa459c20310ffa96ab6e14ba0737b0e11d24d740
3+
size 1728204

0 commit comments

Comments
 (0)