Skip to content

Commit dced641

Browse files
committed
PC Format: Add PC Demo
1 parent c64f734 commit dced641

3 files changed

Lines changed: 119 additions & 0 deletions

File tree

Campaigns/PC Format.ofc

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
{
2+
"Author": "Sensible Software",
3+
"Missions": [
4+
{
5+
"Name": "THE SENSIBLE INITIATION",
6+
"Phases": [
7+
{
8+
"Aggression": [
9+
0,
10+
1
11+
],
12+
"MapName": "mapm1",
13+
"Name": "IT'S A JUNGLE OUT THERE",
14+
"Objectives": [
15+
"KILL ALL ENEMY"
16+
]
17+
}
18+
]
19+
},
20+
{
21+
"Name": "ONWARD VIRGIN SOLDIERS",
22+
"Phases": [
23+
{
24+
"Aggression": [
25+
1,
26+
2
27+
],
28+
"MapName": "mapm2",
29+
"Name": "BRIDGE OVER THE RIVER PIE",
30+
"Objectives": [
31+
"KILL ALL ENEMY"
32+
]
33+
},
34+
{
35+
"Aggression": [
36+
0,
37+
2
38+
],
39+
"MapName": "mapm3",
40+
"Name": "TRASH ENEMY HQ",
41+
"Objectives": [
42+
"KILL ALL ENEMY",
43+
"DESTROY ENEMY BUILDINGS"
44+
]
45+
}
46+
]
47+
},
48+
{
49+
"Name": "ANTARCTIC ADVENTURE",
50+
"Phases": [
51+
{
52+
"Aggression": [
53+
1,
54+
3
55+
],
56+
"MapName": "mapm4",
57+
"Name": "BUGGER ME IT'S COLD",
58+
"Objectives": [
59+
"KILL ALL ENEMY",
60+
"DESTROY ENEMY BUILDINGS"
61+
]
62+
}
63+
]
64+
},
65+
{
66+
"Name": "SUPER SMASHING NAMTASTIC",
67+
"Phases": [
68+
{
69+
"Aggression": [
70+
2,
71+
4
72+
],
73+
"MapName": "mapm5",
74+
"Name": "BEACHY HEAD",
75+
"Objectives": [
76+
"DESTROY ENEMY BUILDINGS"
77+
]
78+
},
79+
{
80+
"Aggression": [
81+
2,
82+
4
83+
],
84+
"MapName": "mapm6",
85+
"Name": "PIER PRESSURE",
86+
"Objectives": [
87+
"KILL ALL ENEMY",
88+
"DESTROY ENEMY BUILDINGS"
89+
]
90+
},
91+
{
92+
"Aggression": [
93+
2,
94+
4
95+
],
96+
"MapName": "mapm7",
97+
"Name": "VILLAGE PEOPLE",
98+
"Objectives": [
99+
"KILL ALL ENEMY",
100+
"DESTROY ENEMY BUILDINGS"
101+
]
102+
},
103+
{
104+
"Aggression": [
105+
4,
106+
8
107+
],
108+
"MapName": "mapm8",
109+
"Name": "QUICKSAND",
110+
"Objectives": [
111+
"KILL ALL ENEMY",
112+
"DESTROY ENEMY BUILDINGS"
113+
]
114+
}
115+
]
116+
}
117+
],
118+
"Name": "PC Format"
119+
}

Data/PCFormat/CANNON2.DAT

243 KB
Binary file not shown.

Data/PCFormat/CFCOVER.DAT

652 KB
Binary file not shown.

0 commit comments

Comments
 (0)