Skip to content

Commit e414746

Browse files
committed
Added/Fixed - New custom patches & fixed some too bright ones
What ================= Added: Farcry insignia, Jebby insignia, Tom & Jerry. Fixed: Hammond, Putin1, RBall and Wolfpack insignia for being too bright. Issue ID: N/A
1 parent 99f3493 commit e414746

15 files changed

+60
-18
lines changed

addons/custom_patches/config.cpp

+26-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class CfgPatches {
1313
"Wolfpack",
1414
"Elkku",
1515
"Jackson",
16-
"Psycho"
16+
"Psycho",
17+
"Eden"
1718
};
1819
};
1920
};
@@ -179,5 +180,28 @@ class CfgUnitInsignia
179180
texture="x\bnb_e\custom_patches\img\wolfpack-insignia.paa";
180181
textureVehicle="";
181182
};
182-
};
183183

184+
class JebbyInsignia
185+
{
186+
displayName="Jebby Insignia";
187+
author="Jebby";
188+
texture="x\bnb_e\custom_patches\img\jebby-insignia.paa";
189+
textureVehicle="";
190+
};
191+
192+
class FarcryInsignia
193+
{
194+
displayName="Farcry Insignia";
195+
author="Farcry";
196+
texture="x\bnb_e\custom_patches\img\farcry-insignia.paa";
197+
textureVehicle="";
198+
};
199+
200+
class TomJerry
201+
{
202+
displayName="Tom & Jerry wut";
203+
author="Eden";
204+
texture="x\bnb_e\custom_patches\img\tom-jerry.paa";
205+
textureVehicle="";
206+
};
207+
};

addons/custom_patches/img/Rball.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:f008809a350893d9e8f52359a5ee34a4df69e7c9777f59aa79659c0b5a399cc9
3-
size 62428
2+
oid sha256:19d90171d9a9030e40a2d727d6509be34d083720e1e0670c1a2ca971c388ff6d
3+
size 63190
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:1a90a49d0c0d2bf3303c8aba1a72ce1216846cae0dddc42909a8c225eab9c7f9
3+
size 171591

addons/custom_patches/img/hammond.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:27fafcf93dbf84b089f58cc1c0190ae2affa4db128e961eaa0dc8a0b3bb3256b
3-
size 57895
2+
oid sha256:23b02aa7b758b02c8ae0a6746fa72343c496613b93353c2509d8cf350e988b8c
3+
size 56385
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b715fd0f07f2ffa9ed51dbf5663580acd4d93d4bfddfd5020967dcb33e148f4b
3+
size 76864

addons/custom_patches/img/putin1.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:5bb1656bd7fc59fda6d218a207c5077bbb1bd83de5728062121272c972fac18a
3-
size 43884
2+
oid sha256:c423dfd27fa40700492e04446a9e4b2a574cb3811eaa7716032007cd3e25c8cf
3+
size 41733
+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:78dd99f4a82ec5a3d1a260699814953a3664eaeb984dafc22edbc66085baf07c
3+
size 70406
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:166aec5e765a86780795c2d4939da776de549bf6124579631e4c0c792849cd43
3-
size 102702
2+
oid sha256:93832f04e6b6671c2c958678d54edde142f0c72a63490bbf5cce2667d9caeb89
3+
size 96780

raw patches/Rball.png

+2-2
Loading

raw patches/farcry-insignia.png

+3
Loading

raw patches/hammond.png

+2-2
Loading

raw patches/jebby-insignia.png

+3
Loading

raw patches/putin1.png

+2-2
Loading

raw patches/tom-jerry.png

+3
Loading

raw patches/wolfpack-insignia.png

+2-2
Loading

0 commit comments

Comments
 (0)