forked from project-ethea/After_the_Storm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.cfg
162 lines (154 loc) · 3.66 KB
/
about.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
#textdomain wesnoth-After_the_Storm
#define ATS_CREDITS_BLOCK_SEPARATOR
[entry]
name="*"
[/entry]
#enddef
[about]
title= _ "Creator and Lead Designer"
[entry]
name="Ignacio R. Morelle (shadowm/ShikadiLord)"
email="shadowm2006@gmail.com"
wikiuser="shadowmaster"
comment="Main designer, maintainer, creative (mad)man, engine features injection, etcetera."
[/entry]
[/about]
[about]
title= _ "Campaign Maintenance"
#
# Current main maintainer
#
[entry]
name="Ignacio R. Morelle (shadowm/ShikadiLord)"
[/entry]
[/about]
[about]
title= _ "Graphics"
[entry]
name="Ignacio R. Morelle (shadowm/ShikadiLord)"
[/entry]
[entry]
name="Kathrin Polikeit (Kitty)"
[/entry]
[entry]
name="Marcus Rosén (sleepwalker)"
comment="Demon portraits"
[/entry]
{ATS_CREDITS_BLOCK_SEPARATOR}
[entry]
name="Ben Wenzel (artisticdude)"
comment="Improved Demon, Demon Grunt, Demon Zephyr, and Demon Warrior baseframes"
[/entry]
[entry]
name="Blarumyrran"
[/entry]
[entry]
name="Charles Dang (vultraz)"
[/entry]
[entry]
name="Erkki Lonkainen (Eternal)"
[/entry]
[entry]
name="EVILEST"
[/entry]
[entry]
name="Francisco Muñoz (fmunoz)"
[/entry]
[entry]
name="GK3"
[/entry]
[entry]
name="J.W. Bjerk (Eleazar)"
[/entry]
[entry]
name="Musketaquid"
[/entry]
[entry]
name="Neoriceisgood"
[/entry]
[entry]
name="Stephen Metcalf (Neoskel)"
[/entry]
[entry]
name="Peter Geinitz (Shadow/Wayfarer)"
[/entry]
[entry]
name="Richard Kettering (Jetrel)"
[/entry]
[entry]
name="Samuel Wilson (megane)"
[/entry]
[entry]
name="Zerovirus"
[/entry]
[/about]
[about]
title= _ "Music"
# 'borrowed' standing for 'they didn't make it for AtS especifically'
[entry]
name="Blake Ewing (Ewing)"
comment="Borrowed track: Gathering Storm"
[/entry]
[entry]
name="Jeremy Nicoll (jeremy2)"
comment="Borrowed track: Lonely Snowfall"
[/entry]
[entry]
name="Mattias Westlund (West)"
comment="Borrowed tracks: Ambuscade; The High King's March"
[/entry]
[entry]
name="Telaron"
comment="Borrowed tracks: harp.ogg, overlive.ogg, end.ogg"
[/entry]
[/about]
[about]
title= _ "Aragwaith Faction"
[entry]
name="Bär Halberkamp (bumbadadabum)"
comment="Rebalancing and animation WML updates for the MP 'The Aragwaithi' and 'Era of Chaos' add-ons, applied on AtS 0.8.1 and later"
[/entry]
[entry]
name="Peter Geinitz (Shadow/Wayfarer)"
comment="Art, concept"
[/entry]
[/about]
[about]
title= _ "Additional Thanks to"
[entry]
name="8680 (8680)"
[/entry]
[entry]
name="Alexander van Gessel (AI/AI0867)"
[/entry]
[entry]
name="Charles Dang (vultraz)"
[/entry]
[entry]
name="Eric S. Raymond (esr)"
[/entry]
[entry]
name="Kathrin Polikeit (Kitty)"
[/entry]
[entry]
name="Matthias Schoeck (mattsc)"
[/entry]
[entry]
name="Michael (Mica)"
[/entry]
[entry]
name="Steven Panek (Espreon)"
[/entry]
[entry]
name="Turuk"
[/entry]
{ATS_CREDITS_BLOCK_SEPARATOR}
[entry]
name= _ "You, for playing this campaign"
[/entry]
[entry]
name= _ "Anyone else I forgot to mention"
[/entry]
[/about]
#undef ATS_CREDITS_BLOCK_SEPARATOR
# kate: indent-mode normal; encoding utf-8; space-indent on;