diff --git a/include/maps.hrl b/include/maps.hrl index e09d61d..9b9c391 100644 --- a/include/maps.hrl +++ b/include/maps.hrl @@ -1055,14 +1055,6 @@ 3, 3, 3, 3, 3, % Caves of Ice C-S2 variant 3 0:16 >>}]}, - % Tutorial, Linear Line - - {110, [{quests, "data/tutorial/colony.ll.pack"}, {bg, 255}, {options, << 16#01000800:32, 3, 3, 3, 3, 3, 3, 3, 3 >>}]}, - - % Tutorial, Transfer Terminal - - {111, [{quests, "data/tutorial/colony.terminal.pack"}, {bg, 255}, {options, << 16#01000400:32, 0:32 >>}]}, - % Parum Cafe: The Collector {112, [{quests, "data/counters/parum.cafe.pack"}, {bg, 5}, {options, << 16#01000800:32, 3, 0:24, 3, 0:24 >>}]}, diff --git a/priv/counters/110/counter.conf b/priv/counters/110/counter.conf new file mode 100644 index 0000000..0cc6007 --- /dev/null +++ b/priv/counters/110/counter.conf @@ -0,0 +1,30 @@ +%% 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 . + +%% Tutorial Linear Line counter. + +{cursor, {640, 425}}. +{t_name, 0}. +{t_desc, 1}. + +{groups, [ + %% SEED-Form Purge. + [{t_name, 2}, {t_desc, 3}, {quests, [ + {1113000, "../tutorial/seed-form-purge.hyuga.quest.nbl"}, + {1113001, "../tutorial/seed-form-purge.maya.quest.nbl"}, + {1113002, "../tutorial/seed-form-purge.lou.quest.nbl"}, + {1113003, "../tutorial/seed-form-purge.leo.quest.nbl"} + ]}] +]}. diff --git a/priv/counters/110/text.bin.en_US.txt b/priv/counters/110/text.bin.en_US.txt new file mode 100644 index 0000000..415ef8f Binary files /dev/null and b/priv/counters/110/text.bin.en_US.txt differ diff --git a/priv/counters/111/counter.conf b/priv/counters/111/counter.conf new file mode 100644 index 0000000..eda3acf --- /dev/null +++ b/priv/counters/111/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 . + +%% Tutorial Transfer Terminal counter. + +{city, {1100000, 0, 4, 6}}. +{cursor, {525, 550}}. +{t_name, 0}. +{t_desc, 1}. + +{groups, []}. diff --git a/priv/counters/111/text.bin.en_US.txt b/priv/counters/111/text.bin.en_US.txt new file mode 100644 index 0000000..194dc65 Binary files /dev/null and b/priv/counters/111/text.bin.en_US.txt differ