Skip to content

Commit eaeb562

Browse files
authored
update author name (#242)
1 parent 77b689f commit eaeb562

31 files changed

+95
-95
lines changed

AUTHORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
GilleeDoo
1010
1111
12-
Kresky
12+
Emythiel
1313
1414
1515
Mike

addons/backpacks/CfgVehicles.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CfgVehicles {
3939
class CLASS(Backpack_AssaultExpanded_White): B_AssaultPack_Kerry {
4040
dlc = QUOTE(PREFIX);
4141
scope = 2;
42-
author = "BadHabitz, Rory, Kresky";
42+
author = "BadHabitz, Rory, Emythiel";
4343
displayname = CSTRING(Backpack_AssaultExpanded_White);
4444
picture = QPATHTOF(UI\backpack_assaultexpanded_white_ca.paa);
4545
hiddenSelectionsTextures[] = {
@@ -262,7 +262,7 @@ class CfgVehicles {
262262
class CLASS(Backpack_ViperHarness_Coyote): B_ViperHarness_base_F {
263263
dlc = QUOTE(PREFIX);
264264
scope = 2;
265-
author = "Kresky";
265+
author = "Emythiel";
266266
displayName = CSTRING(Backpack_ViperHarness_Coyote);
267267
picture = QPATHTOF(UI\backpack_viperharness_coyote_ca.paa);
268268
hiddenSelectionsTextures[] = {
@@ -272,7 +272,7 @@ class CfgVehicles {
272272
class CLASS(Backpack_ViperHarness_Green): B_ViperHarness_base_F {
273273
dlc = QUOTE(PREFIX);
274274
scope = 2;
275-
author = "Kresky";
275+
author = "Emythiel";
276276
displayName = CSTRING(Backpack_ViperHarness_Green);
277277
picture = QPATHTOF(UI\backpack_viperharness_green_ca.paa);
278278
hiddenSelectionsTextures[] = {
@@ -284,7 +284,7 @@ class CfgVehicles {
284284
class CLASS(Backpack_ViperLightHarness_Coyote): B_ViperLightHarness_base_F {
285285
dlc = QUOTE(PREFIX);
286286
scope = 2;
287-
author = "Kresky";
287+
author = "Emythiel";
288288
displayName = CSTRING(Backpack_ViperLightHarness_Coyote);
289289
picture = QPATHTOF(UI\backpack_viperlightharness_coyote_ca.paa);
290290
hiddenSelectionsTextures[] = {
@@ -294,7 +294,7 @@ class CfgVehicles {
294294
class CLASS(Backpack_ViperLightHarness_Green): B_ViperLightHarness_base_F {
295295
dlc = QUOTE(PREFIX);
296296
scope = 2;
297-
author = "Kresky";
297+
author = "Emythiel";
298298
displayName = CSTRING(Backpack_ViperLightHarness_Green);
299299
picture = QPATHTOF(UI\backpack_viperlightharness_green_ca.paa);
300300
hiddenSelectionsTextures[] = {

addons/backpacks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Backpack retextures and filled backpacks for units.
66

77
- [Jonpas](https://github.com/jonpas)
88
- [Rory](https://github.com/SyMP2005)
9-
- [Kresky](https://github.com/Kresky)
9+
- [Emythiel](https://github.com/emythiel)
1010
- [GilleeDoo](https://github.com/GilleeDoo)

addons/backpacks/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CfgPatches {
3737
requiredVersion = REQUIRED_VERSION;
3838
requiredAddons[] = {"tacs_vests"};
3939
author = ECSTRING(main,Author);
40-
authors[] = {"Pomigit", "BadHabitz", "Jonpas", "Rory", "Kresky", "GilleeDoo", "Mike"};
40+
authors[] = {"Pomigit", "BadHabitz", "Jonpas", "Rory", "Emythiel", "GilleeDoo", "Mike"};
4141
url = ECSTRING(main,URL);
4242
VERSION_CONFIG;
4343
};

addons/headgear/CfgVehicles.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class CfgVehicles {
8888
};
8989
class CLASS(Item_Helmet_Ballistic_White): Headgear_Base_F {
9090
MACRO_ITEM_COMMON;
91-
author = "Kresky";
91+
author = "Emythiel";
9292
displayName = CSTRING(Helmet_Ballistic_White);
9393

9494
class TransportItems {
@@ -97,7 +97,7 @@ class CfgVehicles {
9797
};
9898
class CLASS(Item_Helmet_Enc_Ballistic_DarkBlack): Headgear_Base_F {
9999
MACRO_ITEM_COMMON;
100-
author = "Kresky";
100+
author = "Emythiel";
101101
displayName = CSTRING(Helmet_Enc_Ballistic_DarkBlack);
102102

103103
class TransportItems {
@@ -106,7 +106,7 @@ class CfgVehicles {
106106
};
107107
class CLASS(Item_Helmet_Enc_Ballistic_White): Headgear_Base_F {
108108
MACRO_ITEM_COMMON;
109-
author = "Kresky";
109+
author = "Emythiel";
110110
displayName = CSTRING(Helmet_Enc_Ballistic_White);
111111

112112
class TransportItems {
@@ -115,7 +115,7 @@ class CfgVehicles {
115115
};
116116
class CLASS(Item_Helmet_Light_Ballistic_DarkBlack): Headgear_Base_F {
117117
MACRO_ITEM_COMMON;
118-
author = "Kresky";
118+
author = "Emythiel";
119119
displayName = CSTRING(Helmet_Light_Ballistic_DarkBlack);
120120

121121
class TransportItems {
@@ -173,7 +173,7 @@ class CfgVehicles {
173173
};
174174
class CLASS(Item_Hat_Beret_BlackLogo): Headgear_Base_F {
175175
MACRO_ITEM_COMMON;
176-
author = "Kresky";
176+
author = "Emythiel";
177177
displayName = CSTRING(Hat_Beret_BlackLogo);
178178
model = "\A3\Weapons_F\DummyCap.p3d";
179179

addons/headgear/CfgWeapons.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class CfgWeapons {
106106
class CLASS(Helmet_Ballistic_White): H_HelmetB {
107107
dlc = QUOTE(PREFIX);
108108
scope = 2;
109-
author = "Pomigit, Kresky";
109+
author = "Pomigit, Emythiel";
110110
displayName = CSTRING(Helmet_Ballistic_White);
111111
picture = QPATHTOF(UI\helmet_ballistic_white_ca.paa);
112112
hiddenSelectionsTextures[] = {QPATHTOF(data\helmet_ballistic_white_co.paa)};
@@ -120,15 +120,15 @@ class CfgWeapons {
120120
class CLASS(Helmet_Enc_Ballistic_DarkBlack): H_HelmetSpecB {
121121
dlc = QUOTE(PREFIX);
122122
scope = 2;
123-
author = "Kresky";
123+
author = "Emythiel";
124124
displayName = CSTRING(Helmet_Enc_Ballistic_DarkBlack);
125125
picture = QPATHTOF(UI\helmet_enc_ballistic_darkblack_ca.paa);
126126
hiddenSelectionsTextures[] = {QPATHTOF(data\helmet_enc_ballistic_darkblack_co.paa)};
127127
};
128128
class CLASS(Helmet_Enc_Ballistic_White): H_HelmetSpecB {
129129
dlc = QUOTE(PREFIX);
130130
scope = 2;
131-
author = "Kresky";
131+
author = "Emythiel";
132132
displayName = CSTRING(Helmet_Enc_Ballistic_White);
133133
picture = QPATHTOF(UI\helmet_enc_ballistic_white_ca.paa);
134134
hiddenSelectionsTextures[] = {QPATHTOF(data\helmet_enc_ballistic_white_co.paa)};
@@ -138,7 +138,7 @@ class CfgWeapons {
138138
class CLASS(Helmet_Light_Ballistic_DarkBlack): H_HelmetB_light_black {
139139
dlc = QUOTE(PREFIX);
140140
scope = 2;
141-
author = "Kresky";
141+
author = "Emythiel";
142142
displayName = CSTRING(Helmet_Light_Ballistic_DarkBlack);
143143
picture = QPATHTOF(UI\helmet_light_ballistic_darkblack_ca.paa);
144144
hiddenSelectionsTextures[] = {QPATHTOF(data\helmet_light_ballistic_darkblack_co.paa)};
@@ -200,7 +200,7 @@ class CfgWeapons {
200200
class CLASS(Hat_Beret_BlackLogo) : H_Beret_02 {
201201
dlc = QUOTE(PREFIX);
202202
scope = 2;
203-
author = "Kresky";
203+
author = "Emythiel";
204204
displayName = CSTRING(Hat_Beret_BlackLogo);
205205
picture = QPATHTOF(UI\hat_beret_blacklogo_ca.paa);
206206
hiddenSelectionsTextures[] = {QPATHTOF(data\hat_beret_blacklogo_co.paa)};

addons/headgear/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Helmet, Cap and Boonie Hat retextures.
66

77
- [Jonpas](https://github.com/jonpas)
88
- [Rory](https://github.com/SyMP2005)
9-
- [Kresky](https://github.com/Kresky)
9+
- [Emythiel](https://github.com/emythiel)

addons/headgear/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class CfgPatches {
102102
requiredVersion = REQUIRED_VERSION;
103103
requiredAddons[] = {"tacs_main"};
104104
author = ECSTRING(main,Author);
105-
authors[] = {"Pomigit", "Jonpas", "Rory", "Kresky", "Trenchgun", "Mike"};
105+
authors[] = {"Pomigit", "Jonpas", "Rory", "Emythiel", "Trenchgun", "Mike"};
106106
url = ECSTRING(main,URL);
107107
VERSION_CONFIG;
108108
};

addons/units/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Hawaiian clothing integrated with permissions from [DADPAT](https://steamcommuni
88

99
- [Jonpas](https://github.com/jonpas)
1010
- [Rory](https://github.com/SyMP2005)
11-
- [Kresky](https://github.com/Kresky)
11+
- [Emythiel](https://github.com/emythiel)
1212
- [Mike](https://github.com/MikeMF)
1313
- [GilleeDoo](https://github.com/GilleeDoo)
1414
- [Trenchgun](https://github.com/trenchgun)

addons/units/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class CfgPatches {
322322
requiredVersion = REQUIRED_VERSION;
323323
requiredAddons[] = {"tacs_backpacks", "tacs_headgear", "tacs_vests", "tacs_weapons"};
324324
author = ECSTRING(main,Author);
325-
authors[] = {"Pomigit", "BadHabitz", "Jonpas", "Rory", "Kresky", "Tibernius", "Mike", "GilleeDoo", "Evrik"};
325+
authors[] = {"Pomigit", "BadHabitz", "Jonpas", "Rory", "Emythiel", "Tibernius", "Mike", "GilleeDoo", "Evrik"};
326326
url = ECSTRING(main,URL);
327327
VERSION_CONFIG;
328328
};

0 commit comments

Comments
 (0)