diff --git a/include/maps.hrl b/include/maps.hrl index 2035cd8..a0f518a 100644 --- a/include/maps.hrl +++ b/include/maps.hrl @@ -44,20 +44,20 @@ {1000100, [{type, mission}, {file, "data/missions/fight-for-food.1.c.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]}, {1000101, [{type, mission}, {file, "data/missions/fight-for-food.1.b.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]}, - {1000102, [{type, mission}, {file, "data/missions/fight-for-food.1.a.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]}, - {1000103, [{type, mission}, {file, "data/missions/fight-for-food.1.s.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]}, + %~ {1000102, [{type, mission}, {file, "data/missions/fight-for-food.1.a.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]}, + %~ {1000103, [{type, mission}, {file, "data/missions/fight-for-food.1.s.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]}, {1000104, [{type, mission}, {file, "data/missions/fight-for-food.1.s2.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]}, {1000110, [{type, mission}, {file, "data/missions/fight-for-food.2.c.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, - {1000111, [{type, mission}, {file, "data/missions/fight-for-food.2.b.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, - {1000112, [{type, mission}, {file, "data/missions/fight-for-food.2.a.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, - {1000113, [{type, mission}, {file, "data/missions/fight-for-food.2.s.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, + %~ {1000111, [{type, mission}, {file, "data/missions/fight-for-food.2.b.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, + %~ {1000112, [{type, mission}, {file, "data/missions/fight-for-food.2.a.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, + %~ {1000113, [{type, mission}, {file, "data/missions/fight-for-food.2.s.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, {1000114, [{type, mission}, {file, "data/missions/fight-for-food.2.s2.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, {1000120, [{type, mission}, {file, "data/missions/fight-for-food.3.c.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, - {1000121, [{type, mission}, {file, "data/missions/fight-for-food.3.b.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, + %~ {1000121, [{type, mission}, {file, "data/missions/fight-for-food.3.b.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, {1000122, [{type, mission}, {file, "data/missions/fight-for-food.3.a.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, - {1000123, [{type, mission}, {file, "data/missions/fight-for-food.3.s.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, + %~ {1000123, [{type, mission}, {file, "data/missions/fight-for-food.3.s.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, {1000124, [{type, mission}, {file, "data/missions/fight-for-food.3.s2.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]}, % Dark Satellite @@ -800,30 +800,6 @@ { 8, [{quests, "data/counters/parum.grm.pack"}, {bg, 5}, {options, << 16#01000c00:32, 3, 3, 3, 0, 3, 0, 3, 0, 3, 0:24 >>}]}, - % Transfer Terminal (entry 0) - - { 10, [{quests, "data/counters/colony.terminal-0.pack"}, {bg, 255}, {options, << 16#01d10400:32, 0:32 >>}]}, - - % Transfer Terminal (entry 1): Phantom Ruins, Fight for Food, Fight for Food (AOTI, missing) - - { 11, [{quests, "data/counters/colony.terminal-1.pack"}, {bg, 255}, {options, << 16#01fc2800:32, 0, 3, 0, - 0, 0, 0, 0, 0, % Phantom Ruins C-S - 3, 3, 0, % Fight for Food C-A variant 1 - 3, 0, 0, % Fight for Food C-A variant 2 - 3, 0, 3, % Fight for Food C-A variant 3 - 0, 0, 0, % Fight for Food S variant 1-3 - 3, 3, 3, % Fight for Food S2 variant 1-3 - 0:136 >>}]}, - - %~ { 11, [{quests, "data/counters/colony.terminal-1.pack"}, {bg, 255}, {options, << 16#01fc2800:32, 3, 3, 0, - %~ 3, 3, 3, 3, 0, % Phantom Ruins C-S - %~ 3, 3, 3, % Fight for Food C-A variant 1 - %~ 3, 3, 3, % Fight for Food C-A variant 2 - %~ 3, 3, 3, % Fight for Food C-A variant 3 - %~ 3, 3, 3, % Fight for Food S variant 1-3 - %~ 3, 3, 3, % Fight for Food S2 variant 1-3 - %~ 0:136 >>}]}, - % 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/10/counter.conf b/priv/counters/10/counter.conf new file mode 100644 index 0000000..ffa81e4 --- /dev/null +++ b/priv/counters/10/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 . + +%% Transfer Terminal entry 0 counter. + +{city, {1100000, 0, 4, 6}}. +{cursor, {525, 550}}. +{t_name, 0}. +{t_desc, 1}. + +{groups, []}. diff --git a/priv/counters/10/text.bin.en_US.txt b/priv/counters/10/text.bin.en_US.txt new file mode 100644 index 0000000..194dc65 Binary files /dev/null and b/priv/counters/10/text.bin.en_US.txt differ diff --git a/priv/counters/11/counter.conf b/priv/counters/11/counter.conf new file mode 100644 index 0000000..fb41046 --- /dev/null +++ b/priv/counters/11/counter.conf @@ -0,0 +1,48 @@ +%% 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 . + +%% Transfer Terminal entry 1 counter. + +{city, {1100000, 0, 4, 6}}. +{cursor, {525, 550}}. +{t_name, 0}. +{t_desc, 1}. + +{groups, [ + %% Fight for Food 1. + [{t_name, 2}, {t_desc, 5}, {quests, [ + {1000100, "fight-for-food.1.c.quest.nbl"}, + {1000101, "fight-for-food.1.b.quest.nbl"}, +%% {1000102, "fight-for-food.1.a.quest.nbl"}, +%% {1000103, "fight-for-food.1.s.quest.nbl"}, + {1000104, "fight-for-food.1.s2.quest.nbl"} + ]}], + %% Fight for Food 2. + [{t_name, 3}, {t_desc, 5}, {quests, [ + {1000110, "fight-for-food.2.c.quest.nbl"}, +%% {1000111, "fight-for-food.2.b.quest.nbl"}, +%% {1000112, "fight-for-food.2.a.quest.nbl"}, +%% {1000113, "fight-for-food.2.s.quest.nbl"}, + {1000114, "fight-for-food.2.s2.quest.nbl"} + ]}], + %% Fight for Food 3. + [{t_name, 4}, {t_desc, 5}, {quests, [ + {1000120, "fight-for-food.3.c.quest.nbl"}, +%% {1000121, "fight-for-food.3.b.quest.nbl"}, + {1000122, "fight-for-food.3.a.quest.nbl"}, +%% {1000123, "fight-for-food.3.s.quest.nbl"}, + {1000124, "fight-for-food.3.s2.quest.nbl"} + ]}] +]}. diff --git a/priv/counters/11/text.bin.en_US.txt b/priv/counters/11/text.bin.en_US.txt new file mode 100644 index 0000000..3be858a Binary files /dev/null and b/priv/counters/11/text.bin.en_US.txt differ