Skip to content

Commit

Permalink
All - Minor formatting cleanup (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Jan 11, 2024
1 parent 0604ebb commit fdb4bb5
Show file tree
Hide file tree
Showing 25 changed files with 36 additions and 17 deletions.
2 changes: 1 addition & 1 deletion addons/ammunition/cup/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ class CfgPatches {
"CUP_Weapons_LoadOrder",
"CUP_Weapons_AK12"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
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,Author);
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,Author);
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,Author);
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,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

Expand Down
1 change: 1 addition & 0 deletions addons/arcadian/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_ammunition", "tacs_arcadian"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
1 change: 1 addition & 0 deletions addons/attachments/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class CfgPatches {
"tacgt_flashlight",
"CUP_Weapons_West_Attachments"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
1 change: 1 addition & 0 deletions addons/entrenching/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "CUP_Weapons_Backpacks"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
8 changes: 7 additions & 1 deletion addons/flares/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ class CfgPatches {
};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "ace_grenades", "CUP_Weapons_Ammunition", "CUP_Weapons_Flaregun"};
requiredAddons[] = {
"tacgt_main",
"ace_grenades",
"CUP_Weapons_Ammunition",
"CUP_Weapons_Flaregun"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
1 change: 1 addition & 0 deletions addons/flashlight/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class CfgPatches {
};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "CUP_Weapons_West_Attachments"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
1 change: 1 addition & 0 deletions addons/headgear/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class CfgPatches {
};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "CUP_Creatures_Extra_OpsCore"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"GilleeDoo, Mike"};
url = ECSTRING(main,URL);
Expand Down
1 change: 1 addition & 0 deletions addons/hidden/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class CfgPatches {
"CUP_Weapons_Put",
"CUP_Weapons_ACE_compat"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
2 changes: 1 addition & 1 deletion addons/hidden_units/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ class CfgPatches {
"tacu_faction_overwrites",
"CUP_Creatures_People_LoadOrder"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

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

Expand Down
1 change: 1 addition & 0 deletions addons/markers/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "ace_map"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
2 changes: 1 addition & 1 deletion addons/recoils/cup/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ class CfgPatches {
"tacgt_recoils",
"CUP_Weapons_LoadOrder"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

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

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

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

Expand Down
1 change: 1 addition & 0 deletions addons/resound/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "CUP_Weapons_LoadOrder"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
1 change: 1 addition & 0 deletions addons/scar/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "CUP_Weapons_Scar"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike"};
url = ECSTRING(main,URL);
Expand Down
2 changes: 1 addition & 1 deletion addons/special/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ class CfgPatches {
"milgp_vests_cfg",
"niaweapons_226",
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"GilleeDoo", "Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

Expand Down
2 changes: 1 addition & 1 deletion addons/supplies/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ class CfgPatches {
"CUP_Weapons_East_Attachments",
"CUP_Weapons_M136"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"GilleeDoo", "JoramD", "Mike"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

Expand Down
8 changes: 6 additions & 2 deletions addons/uriki/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "tac_main", "UMI_Mod"};
requiredAddons[] = {
"tacgt_main",
"tac_main",
"UMI_Mod"
};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Mike", "Uriki"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
skipWhenMissingDependencies = 1;
};
};

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

Expand Down

0 comments on commit fdb4bb5

Please sign in to comment.