1#
2# MAPINFO / DED interoperability patches for DOOM
3#
4
5Header { Version = 6; }
6
7#
8# Sky mods: doom1, doom1-ultimate, doom1-share
9#
10Map Info mods "E1M1" if not custom { Sky = "sky1"; }
11Map Info mods "E1M2" if not custom { Sky = "sky1"; }
12Map Info mods "E1M3" if not custom { Sky = "sky1"; }
13Map Info mods "E1M4" if not custom { Sky = "sky1"; }
14Map Info mods "E1M5" if not custom { Sky = "sky1"; }
15
16# The rest of this file is skipped if Chex
17SkipIf chex;
18
19Map Info mods "E1M6" if not custom { Sky = "sky1"; }
20Map Info mods "E1M7" if not custom { Sky = "sky1"; }
21Map Info mods "E1M8" if not custom { Sky = "sky1"; }
22Map Info mods "E1M9" if not custom { Sky = "sky1"; }
23
24# The rest of this file is skipped if DOOM1 Shareware
25SkipIf doom1-share;
26
27# Episode 2:
28Map Info mods "E2M1" if not custom { Sky = "sky2"; }
29Map Info mods "E2M2" if not custom { Sky = "sky2"; }
30Map Info mods "E2M3" if not custom { Sky = "sky2"; }
31Map Info mods "E2M4" if not custom { Sky = "sky2"; }
32Map Info mods "E2M5" if not custom { Sky = "sky2"; }
33Map Info mods "E2M6" if not custom { Sky = "sky2"; }
34Map Info mods "E2M7" if not custom { Sky = "sky2"; }
35Map Info mods "E2M8" if not custom { Sky = "sky2"; }
36Map Info mods "E2M9" if not custom { Sky = "sky2"; }
37
38# Episode 3:
39Map Info mods "E3M1" if not custom { Sky = "sky3"; }
40Map Info mods "E3M2" if not custom { Sky = "sky3"; }
41Map Info mods "E3M3" if not custom { Sky = "sky3"; }
42Map Info mods "E3M4" if not custom { Sky = "sky3"; }
43Map Info mods "E3M5" if not custom { Sky = "sky3"; }
44Map Info mods "E3M6" if not custom { Sky = "sky3"; }
45Map Info mods "E3M7" if not custom { Sky = "sky3"; }
46Map Info mods "E3M8" if not custom { Sky = "sky3"; }
47Map Info mods "E3M9" if not custom { Sky = "sky3"; }
48
49# The rest of this file is skipped if not DOOM1 Ultimate.
50SkipIf Not doom1-ultimate;
51
52# Episode 4:
53Map Info mods "E4M1" if not custom { Sky = "sky4"; }
54Map Info mods "E4M2" if not custom { Sky = "sky4"; }
55Map Info mods "E4M3" if not custom { Sky = "sky4"; }
56Map Info mods "E4M4" if not custom { Sky = "sky4"; }
57Map Info mods "E4M5" if not custom { Sky = "sky4"; }
58Map Info mods "E4M6" if not custom { Sky = "sky4"; }
59Map Info mods "E4M7" if not custom { Sky = "sky4"; }
60Map Info mods "E4M8" if not custom { Sky = "sky4"; }
61Map Info mods "E4M9" if not custom { Sky = "sky4"; }
62