-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMULTI01.PKT
125 lines (94 loc) · 1.51 KB
/
MULTI01.PKT
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
; Enumeration of multiplayer maps
;
; 1= < mapname without .map extension >
[MultiMaps]
1=DUEL
2=FLOAT
3=TIERS
4=SPRINGS
5=2TEMP7
6=PERMFRST
7=1LWORLD7
8=3TWEAK10
9=XCAPADES
10=CITYSCAP
11=NARROW
12=1ICE6
13=DRAWBRID
14=RIVRRAD4
; Map description
;
; Decription= < Map description >
; CD= < Disk number where map where located (0 = GDI disk, 1 = NOD disk, 2 = Firestorm >
; MinPlayers= < Minimum number of players allowed >
; MaxPlayers= < Maximum number of players allowed >
[DUEL]
Description=FS Dueling Islands (2)
CD=2
MinPlayers=2
MaxPlayers=2
[FLOAT]
Description=FS They All Float (2)
CD=2
MinPlayers=2
MaxPlayers=2
[TIERS]
Description=FS Tiers of Sorrow (2)
CD=2
MinPlayers=2
MaxPlayers=2
[SPRINGS]
Description=FS Hot Springs (2)
CD=2
MinPlayers=2
MaxPlayers=2
[2TEMP7]
Description=FS Hidden Valley (2-4)
CD=2
MinPlayers=2
MaxPlayers=4
[PERMFRST]
Description=FS Permafrost (2-4)
CD=2
MinPlayers=2
MaxPlayers=4
[1LWORLD7]
Description=FS Theme Park (2-4)
CD=2
MinPlayers=2
MaxPlayers=4
[3TWEAK10]
Description=FS Tiberium Forest (2-4)
CD=2
MinPlayers=2
MaxPlayers=4
[XCAPADES]
Description=FS Xcapades (2-4)
CD=2
MinPlayers=2
MaxPlayers=4
[CITYSCAP]
Description=FS Cityscape (4-6)
CD=2
MinPlayers=4
MaxPlayers=6
[NARROW]
Description=FS Narrow River (4-6)
CD=2
MinPlayers=4
MaxPlayers=6
[1ICE6]
Description=FS Nowhere to Run (4-6)
CD=2
MinPlayers=4
MaxPlayers=6
[DRAWBRID]
Description=FS Drawbridges (6-8)
CD=2
MinPlayers=6
MaxPlayers=8
[RIVRRAD4]
Description=FS River Raid (6-8)
CD=2
MinPlayers=6
MaxPlayers=8