diff --git a/include/maps.hrl b/include/maps.hrl
index 28aaa57..77c2ce2 100644
--- a/include/maps.hrl
+++ b/include/maps.hrl
@@ -824,30 +824,6 @@
%~ 3, 3, 3, % Fight for Food S2 variant 1-3
%~ 0:136 >>}]},
- % HIVE (entry 0)
-
- { 20, [{quests, "data/counters/colony.hive-0.pack"}, {bg, 255}, {options, << 16#01050400:32, 0:32 >>}]},
-
- % HIVE (entry 1): Phantom Ruins, SEED Awakened
-
- { 21, [{quests, "data/counters/colony.hive-1.pack"}, {bg, 255}, {options, << 16#017e1c00:32, 0, 3,
- 0, 0, 0, 0, 0, % Phantom Ruins C-S
- 0, 3, 3, 3, % SEED Awakened C-S variant 1
- 3, 3, 3, 0, % SEED Awakened C-S variant 2
- 3, 0, 0, 0, % SEED Awakened C-S variant 3
- 3, 3, 3, % SEED Awakened S2 variant 1-3
- 3, 3, 3, % SEED Awakened S3 variant 1-3
- 0:24 >>}]},
-
- %~ { 21, [{quests, "data/counters/colony.hive-1.pack"}, {bg, 255}, {options, << 16#017e1c00:32, 3, 3,
- %~ 3, 3, 3, 3, 0, % Phantom Ruins C-S
- %~ 3, 3, 3, 3, % SEED Awakened C-S variant 1
- %~ 3, 3, 3, 3, % SEED Awakened C-S variant 2
- %~ 3, 3, 3, 3, % SEED Awakened C-S variant 3
- %~ 3, 3, 3, % SEED Awakened S2 variant 1-3
- %~ 3, 3, 3, % SEED Awakened S3 variant 1-3
- %~ 0:24 >>}]},
-
% Raffon Fieldbase (entry 0)
{ 30, [{quests, "data/counters/parum.raffon-0.pack"}, {bg, 1}, {options, << 16#01000400:32, 0:32 >>}]},
diff --git a/priv/counters/20/counter.conf b/priv/counters/20/counter.conf
new file mode 100644
index 0000000..2172dbe
--- /dev/null
+++ b/priv/counters/20/counter.conf
@@ -0,0 +1,23 @@
+%% This file is part of EGS.
+%%
+%% EGS is free software: you can redistribute it and/or modify
+%% it under the terms of the GNU Affero General Public License as
+%% published by the Free Software Foundation, either version 3 of the
+%% License, or (at your option) any later version.
+%%
+%% EGS is distributed in the hope that it will be useful,
+%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+%% GNU Affero General Public License for more details.
+%%
+%% You should have received a copy of the GNU Affero General Public License
+%% along with EGS. If not, see .
+
+%% HIVE entry 0 counter.
+
+{city, {1100000, 0, 4, 5}}.
+{cursor, {1070, 705}}.
+{t_name, 0}.
+{t_desc, 1}.
+
+{groups, []}.
diff --git a/priv/counters/20/text.bin.en_US.txt b/priv/counters/20/text.bin.en_US.txt
new file mode 100644
index 0000000..e10b8bb
Binary files /dev/null and b/priv/counters/20/text.bin.en_US.txt differ
diff --git a/priv/counters/21/counter.conf b/priv/counters/21/counter.conf
new file mode 100644
index 0000000..af6cb93
--- /dev/null
+++ b/priv/counters/21/counter.conf
@@ -0,0 +1,46 @@
+%% This file is part of EGS.
+%%
+%% EGS is free software: you can redistribute it and/or modify
+%% it under the terms of the GNU Affero General Public License as
+%% published by the Free Software Foundation, either version 3 of the
+%% License, or (at your option) any later version.
+%%
+%% EGS is distributed in the hope that it will be useful,
+%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+%% GNU Affero General Public License for more details.
+%%
+%% You should have received a copy of the GNU Affero General Public License
+%% along with EGS. If not, see .
+
+%% HIVE entry 1 counter.
+
+{city, {1100000, 0, 4, 5}}.
+{cursor, {1070, 705}}.
+{t_name, 0}.
+{t_desc, 1}.
+
+{groups, [
+ %% SEED Awakened 1.
+ [{t_name, 2}, {t_desc, 5}, {quests, [
+ {1001101, "seed-awakening.1.b.quest.nbl"},
+ {1001102, "seed-awakening.1.a.quest.nbl"},
+ {1001103, "seed-awakening.1.s.quest.nbl"},
+ {1001104, "seed-awakening.1.s2.quest.nbl"},
+ {1001105, "seed-awakening.1.s3.quest.nbl"}
+ ]}],
+ %% SEED Awakened 2.
+ [{t_name, 3}, {t_desc, 5}, {quests, [
+ {1001110, "seed-awakening.2.c.quest.nbl"},
+ {1001111, "seed-awakening.2.b.quest.nbl"},
+ {1001112, "seed-awakening.2.a.quest.nbl"},
+ {1001114, "seed-awakening.2.s2.quest.nbl"},
+ {1001115, "seed-awakening.2.s3.quest.nbl"}
+ ]}],
+ %% SEED Awakened 3.
+ [{t_name, 4}, {t_desc, 5}, {quests, [
+ {1001120, "seed-awakening.3.c.quest.nbl"},
+ {1001124, "seed-awakening.3.s2.quest.nbl"},
+ {1001125, "seed-awakening.3.s3.quest.nbl"}
+ ]}]
+]}.
diff --git a/priv/counters/21/text.bin.en_US.txt b/priv/counters/21/text.bin.en_US.txt
new file mode 100644
index 0000000..9eb8f59
Binary files /dev/null and b/priv/counters/21/text.bin.en_US.txt differ