Skip to content

Commit

Permalink
Merge branch 'master' into merge-hiddenunits
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Aug 10, 2023
2 parents 3e7ab56 + 38175af commit 65f4e26
Show file tree
Hide file tree
Showing 90 changed files with 325 additions and 710 deletions.
11 changes: 2 additions & 9 deletions addons/ammunition/cup/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ class CfgPatches {
requiredAddons[] = {
"tacgt_main",
"tacgt_ammunition",
"CUP_Weapons_Ammunition",
"CUP_Weapons_AK12",
"CUP_Weapons_Bren2",
"CUP_Weapons_Famas",
"CUP_Weapons_M17",
"CUP_Weapons_Mk23",
"CUP_Weapons_SCAR",
"CUP_Weapons_X95",
"CUP_Weapons_LoadOrder"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Authors);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

Expand Down
2 changes: 1 addition & 1 deletion addons/ammunition/melb/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ class CfgPatches {
"tacgt_ammunition",
"MELB",
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Authors);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

Expand Down
2 changes: 1 addition & 1 deletion addons/ammunition/niarms/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ class CfgPatches {
"hlcweapons_SG550",
"niaweapons_226",
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Authors);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

Expand Down
2 changes: 1 addition & 1 deletion addons/ammunition/pi/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ class CfgPatches {
"bnae_r1",
"bnae_RK95",
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Authors);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

Expand Down
2 changes: 1 addition & 1 deletion addons/ammunition/ws/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ class CfgPatches {
"tacgt_ammunition",
"data_f_lxWS_Loadorder",
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Authors);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

Expand Down
6 changes: 5 additions & 1 deletion addons/attachments/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ class CfgPatches {
weapons[] = {};
magazines[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "tacgt_flashlight", "CUP_Weapons_West_Attachments"};
requiredAddons[] = {
"tacgt_main",
"tacgt_flashlight",
"CUP_Weapons_West_Attachments"
};
author = ECSTRING(main,Authors);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
1 change: 0 additions & 1 deletion addons/aug/$PBOPREFIX$

This file was deleted.

21 changes: 0 additions & 21 deletions addons/aug/CfgWeapons.hpp

This file was deleted.

3 changes: 0 additions & 3 deletions addons/aug/README.md

This file was deleted.

1 change: 0 additions & 1 deletion addons/bnae/$PBOPREFIX$

This file was deleted.

12 changes: 0 additions & 12 deletions addons/bnae/CfgWeapons.hpp

This file was deleted.

3 changes: 0 additions & 3 deletions addons/bnae/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions addons/bnae/config.cpp

This file was deleted.

1 change: 0 additions & 1 deletion addons/chiappa/$PBOPREFIX$

This file was deleted.

16 changes: 0 additions & 16 deletions addons/chiappa/CfgMagazines.hpp

This file was deleted.

34 changes: 0 additions & 34 deletions addons/chiappa/CfgWeapons.hpp

This file was deleted.

3 changes: 0 additions & 3 deletions addons/chiappa/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions addons/chiappa/config.cpp

This file was deleted.

4 changes: 0 additions & 4 deletions addons/chiappa/script_component.hpp

This file was deleted.

1 change: 0 additions & 1 deletion addons/gimmick/$PBOPREFIX$

This file was deleted.

26 changes: 0 additions & 26 deletions addons/gimmick/CfgAmmo.hpp

This file was deleted.

9 changes: 0 additions & 9 deletions addons/gimmick/CfgMagazineWells.hpp

This file was deleted.

23 changes: 0 additions & 23 deletions addons/gimmick/CfgMagazines.hpp

This file was deleted.

14 changes: 0 additions & 14 deletions addons/gimmick/CfgSoundSets.hpp

This file was deleted.

10 changes: 0 additions & 10 deletions addons/gimmick/CfgSoundShaders.hpp

This file was deleted.

48 changes: 0 additions & 48 deletions addons/gimmick/CfgWeapons.hpp

This file was deleted.

3 changes: 0 additions & 3 deletions addons/gimmick/README.md

This file was deleted.

Loading

0 comments on commit 65f4e26

Please sign in to comment.