maps: Temp. disable all non-working missions from the Linear Line counter.
This commit is contained in:
parent
4a043ba91d
commit
6bcbb75638
@ -291,13 +291,21 @@
|
||||
-define(COUNTERS, [
|
||||
% Linear Line: Phantom Ruins, Unsafe Passage, Unsafe Passage (AOTI, missing)
|
||||
|
||||
{ 0, [{quests, "data/counters/colony.ll.pack"}, {bg, 255}, {options, << 16#01a92800:32, 3, 3, 0,
|
||||
3, 3, 3, 3, 0, % Phantom Ruins C-S
|
||||
3, 3, 3, 3, 3, % Unsafe Passage C-S2 variant 1
|
||||
3, 3, 3, 3, 3, % Unsafe Passage C-S2 variant 2
|
||||
3, 3, 3, 3, 3, % Unsafe Passage C-S2 variant 3
|
||||
%% @todo Temporarily only enable the 3rd Unsafe Passage C variant.
|
||||
{ 0, [{quests, "data/counters/colony.ll.pack"}, {bg, 255}, {options, << 16#01a92800:32, 0, 3, 0,
|
||||
0, 0, 0, 0, 0, % Phantom Ruins C-S
|
||||
0, 0, 0, 0, 0, % Unsafe Passage C-S2 variant 1
|
||||
0, 0, 0, 0, 0, % Unsafe Passage C-S2 variant 2
|
||||
3, 0, 0, 0, 0, % Unsafe Passage C-S2 variant 3
|
||||
0:136 >>}]},
|
||||
|
||||
%~ { 0, [{quests, "data/counters/colony.ll.pack"}, {bg, 255}, {options, << 16#01a92800:32, 3, 3, 0,
|
||||
%~ 3, 3, 3, 3, 0, % Phantom Ruins C-S
|
||||
%~ 3, 3, 3, 3, 3, % Unsafe Passage C-S2 variant 1
|
||||
%~ 3, 3, 3, 3, 3, % Unsafe Passage C-S2 variant 2
|
||||
%~ 3, 3, 3, 3, 3, % Unsafe Passage C-S2 variant 3
|
||||
%~ 0:136 >>}]},
|
||||
|
||||
% Space docks: Phantom Ruins, Dark Satellite, Familiar Trees (missing), Boss quest category (missing), Unit category (missing), Enemy category (missing)
|
||||
|
||||
{ 1, [{quests, "data/counters/colony.docks.pack"}, {bg, 255}, {options, << 16#01805400:32, 3, 3, 0, 0, 0, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user