-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathid_maps.inc
76 lines (74 loc) · 2.21 KB
/
id_maps.inc
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
{*
* $Id$
* This file is part of the recanalyst project.
*
* Copyright (c) 2009-2013 biegleux <biegleux[at]gmail[dot]com>
*
* Copyright (c) 2009-2013 biegleux <biegleux[at]gmail[dot]com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses>.
*}
{ map ids }
const
miArabia = 9;
miArchipelago = 10;
miBaltic = 11;
miBlackForest = 12;
miCoastal = 13;
miContinental = 14;
miCraterLake = 15;
miFortress = 16;
miGoldRush = 17;
miHighland = 18;
miIslands = 19;
miMediterranean = 20;
miMigration = 21;
miRivers = 22;
miTeamIslands = 23;
miRandom = 24;
miScandinavia = 25;
miMongolia = 26;
miYucatan = 27;
miSaltMarsh = 28;
miArena = 29;
miKingOfTheHill = 30;
miOasis = 31;
miGhostLake = 32;
miNomad = 33;
miIberia = 34;
miBritain = 35;
miMideast = 36;
miTexas = 37;
miItaly = 38;
miCentralAmerica = 39;
miFrance = 40;
miNorseLands = 41;
miSeaOfJapan = 42;
miByzantinum = 43;
miCustom = 44;
miBlindRandom = 48;
// AOE2HD: TF
miAcropolis = 50;
miBudapest = 51;
miCenotes = 52;
miCityOfLakes = 53;
miGoldenPit = 54;
miHideout = 55;
miHillFort = 56;
miLombardia = 57;
miSteppe = 58;
miValley = 59;
miMegaRandom = 60;
miHamburger = 61;
miRealWorldMaps: set of Byte = [miIberia..miByzantinum];