Skip to content

Commit

Permalink
Merge pull request #3850 from acemod/fixCfgPatchesAuthor
Browse files Browse the repository at this point in the history
Fix CfgPatches author/ is not a value
  • Loading branch information
commy2 committed Jun 1, 2016
2 parents e600080 + 1354826 commit 9d61dd6
Show file tree
Hide file tree
Showing 110 changed files with 978 additions and 843 deletions.
5 changes: 3 additions & 2 deletions addons/advanced_ballistics/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_ballistics", "ace_weather"};
author[] = {"Ruthberg"};
authorUrl = "https://github.com/ulteq";
author = ECSTRING(common,ACETeam);
authors[] = {"Ruthberg"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/ai/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"KoffeinFlummi","commy2"};
authorUrl = "https://github.com/KoffeinFlummi/";
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","commy2"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/aircraft/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"KoffeinFlummi","Crusty","commy2","jaynus","Kimi"};
authorUrl = "https://github.com/KoffeinFlummi/";
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","Crusty","commy2","jaynus","Kimi"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
4 changes: 2 additions & 2 deletions addons/apl/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_main"};
author[] = {"Bohemia Interactive"};
authorUrl = "http://ace3mod.com";
author = "Bohemia Interactive";
PBO_URL;
VERSION_CONFIG;
};
};
6 changes: 4 additions & 2 deletions addons/atragmx/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ class CfgPatches {
weapons[] = {"ACE_ATragMX"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ACE_common", "ACE_weather"};
author = "Ruthberg";
author = ECSTRING(common,ACETeam);
authors[] = {"Ruthberg"};
PBO_URL;
VERSION_CONFIG;
};
};

#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "RscTitles.hpp"
#include "RscTitles.hpp"
5 changes: 3 additions & 2 deletions addons/attach/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_IR_Strobe_Item"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"KoffeinFlummi","eRazeri","esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/";
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","eRazeri","esteldunedain"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/backpacks/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"bux","commy2"};
authorUrl = "https://github.com/commy2/";
author = ECSTRING(common,ACETeam);
authors[] = {"bux","commy2"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
4 changes: 3 additions & 1 deletion addons/ballistics/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2","Ruthberg"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2","Ruthberg"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/captives/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_CableTie"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ACE_Interaction"};
author[] = {"commy2", "KoffeinFlummi"};
authorUrl = "https://github.com/commy2/";
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "KoffeinFlummi"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/cargo/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"commy2", "Glowbal"};
authorUrl = "https://ace3mod.com/";
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "Glowbal"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_ItemCore","ACE_FakePrimaryWeapon", "ACE_Banana"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_main","ace_modules"};
author[] = {"KoffeinFlummi"};
authorUrl = "https://github.com/KoffeinFlummi/";
author = CSTRING(ACETeam);
authors[] = {"KoffeinFlummi"};
PBO_URL;
VERSION_CONFIG_COMMON;
};
};
Expand Down
4 changes: 3 additions & 1 deletion addons/concertina_wire/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_apl", "ace_interaction"};
author[] = {"Rocko", "Ruthberg"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rocko", "Ruthberg"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
4 changes: 3 additions & 1 deletion addons/dagr/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_DAGR"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_weather"};
author[] = {"Rosuto", "Ruthberg"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rosuto", "Ruthberg"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/disarming/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_DebugPotato"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ACE_Interaction"};
author[] = {"PabstMirror"};
authorUrl = "https://github.com/PabstMirror/";
author = ECSTRING(common,ACETeam);
authors[] = {"PabstMirror"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/disposable/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/dragging/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"Garth 'L-H' de Wet", "commy2"};
authorUrl = "https://github.com/commy2/";
author = ECSTRING(common,ACETeam);
authors[] = {"Garth 'L-H' de Wet", "commy2"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/explosives/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_Clacker", "ACE_DefusalKit", "ACE_M26_Clacker", "ACE_DeadManSwitch", "ACE_Cellphone"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"Garth 'L-H' de Wet"};
authorUrl = "http://garth.snakebiteink.co.za/";
author = ECSTRING(common,ACETeam);
authors[] = {"Garth 'L-H' de Wet"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/fastroping/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"KoffeinFlummi", "BaerMitUmlaut"};
authorUrl = "";
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "BaerMitUmlaut"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/fcs/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"KoffeinFlummi","BadGuy (simon84)","commy2"};
authorUrl = "https://github.com/KoffeinFlummi/";
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","BadGuy (simon84)","commy2"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
37 changes: 19 additions & 18 deletions addons/finger/config.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
#include "script_component.hpp"

class CfgPatches {
class ADDON {
units[] = {QGVAR(moduleSettings)};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"Drill"};
authorUrl = "https://github.com/TheDrill/";
VERSION_CONFIG;
};
};


#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "script_component.hpp"

class CfgPatches {
class ADDON {
units[] = {QGVAR(moduleSettings)};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Drill"};
PBO_URL;
VERSION_CONFIG;
};
};


#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
5 changes: 3 additions & 2 deletions addons/flashlights/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_Flashlight_MX991", "ACE_Flashlight_KSF1", "ACE_Flashlight_XL50"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"voiper"};
authorUrl = "https://github.com/voiperr/";
author = ECSTRING(common,ACETeam);
authors[] = {"voiper"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/flashsuppressors/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ class CfgPatches {
};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2";
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/fonts/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_main"};
author[] = {"jaynus"};
authorUrl = "https://github.com/jaynus/";
author = ECSTRING(common,ACETeam);
authors[] = {"jaynus"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
32 changes: 17 additions & 15 deletions addons/frag/config.cpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"Nou"};
VERSION_CONFIG;
};
};

#include "CfgEventhandlers.hpp"
#include "CfgAmmo.hpp"
#include "ACE_Settings.hpp"
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Nou"};
PBO_URL;
VERSION_CONFIG;
};
};

#include "CfgEventhandlers.hpp"
#include "CfgAmmo.hpp"
#include "ACE_Settings.hpp"
5 changes: 3 additions & 2 deletions addons/gestures/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interact_menu"};
author[] = {"joko // Jonas", "Emperias", "Zigomarvin"};
authorUrl = "https://github.com/jokoho48";
author = ECSTRING(common,ACETeam);
authors[] = {"joko // Jonas", "Emperias", "Zigomarvin"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/gforces/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"KoffeinFlummi", "esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/";
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "esteldunedain"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/goggles/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"Garth 'L-H' de Wet"};
authorUrl = "http://garth.snakebiteink.co.za/";
author = ECSTRING(common,ACETeam);
authors[] = {"Garth 'L-H' de Wet"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/grenades/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2", "KoffeinFlummi"};
authorUrl = "https://github.com/commy2/";
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "KoffeinFlummi"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
5 changes: 3 additions & 2 deletions addons/hearing/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ class CfgPatches {
weapons[] = {"ACE_EarPlugs"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction", "A3_Characters_F", "A3_Characters_F_Kart"};
author[] = {"KoffeinFlummi", "esteldunedain", "HopeJ", "commy2", "Rocko", "Rommel", "Ruthberg"};
authorUrl = "https://github.com/KoffeinFlummi/";
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "esteldunedain", "HopeJ", "commy2", "Rocko", "Rommel", "Ruthberg"};
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
Loading

0 comments on commit 9d61dd6

Please sign in to comment.