-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcampaigns.yaml
More file actions
227 lines (216 loc) · 5.94 KB
/
campaigns.yaml
File metadata and controls
227 lines (216 loc) · 5.94 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
# Foothold Checkpoint Tool - Campaigns Configuration
#
# This file defines all campaign configurations including file names for each campaign.
# This file is shared between CLI and DCSServerBot plugin to maintain DRY principle.
#
# Each campaign defines all known file names for each file type:
# - persistence: Main Lua file(s) - REQUIRED (at least one file)
# - ctld_save: CTLD save CSV file(s) - optional
# - ctld_farps: CTLD FARPs CSV file(s) - optional
# - storage: Storage CSV file(s) - optional
#
# Campaign File Naming Evolution:
# When a campaign's file names change over time (e.g., "FootHold_GCW_Modern.lua" → "FootHold_Germany_Modern.lua"),
# list ALL accepted names for each file. The FIRST name in the list is the "canonical" (current) name:
# - On restore: old checkpoint files are automatically renamed to the first (canonical) name
# - On save: files matching any name in the list will be included
#
# Optional Files:
# Mark file types as optional with `optional: true`. The tool will skip them if not present
# without generating warnings. Required file types (like persistence) must have at least one file.
campaigns:
afghanistan:
display_name: "Afghanistan"
files:
persistence:
- "foothold_afghanistan.lua"
ctld_save:
files:
- "foothold_afghanistan_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "foothold_afghanistan_CTLD_FARPS.csv"
optional: true
storage:
files:
- "foothold_afghanistan_storage.csv"
optional: true
caucasus:
display_name: "Caucasus"
files:
persistence:
- "FootHold_CA_v0.2.lua"
ctld_save:
files:
- "FootHold_CA_v0.2_CTLD_Save.csv"
- "FootHold_CA_CTLD_Save_Modern.csv"
optional: true
ctld_farps:
files:
- "FootHold_CA_v0.2_CTLD_FARPS.csv"
- "Foothold_CA_CTLD_FARPS_Modern.csv"
optional: true
storage:
files:
- "FootHold_CA_v0.2_storage.csv"
optional: true
germany_modern:
display_name: "Germany Modern"
files:
persistence:
# First name = canonical (current) name used on restore
- "FootHold_Germany_Modern_V0.1.lua"
# Additional accepted names (historical/legacy)
- "FootHold_GCW_Modern.lua"
ctld_save:
files:
- "FootHold_Germany_Modern_V0.1_CTLD_Save.csv"
- "FootHold_GCW_Modern_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_Germany_Modern_V0.1_CTLD_FARPS.csv"
- "FootHold_GCW_Modern_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_Germany_Modern_V0.1_storage.csv"
- "FootHold_GCW_Modern_storage.csv"
optional: true
korea:
display_name: "Korea"
files:
persistence:
- "FootHold_Korea.lua"
ctld_save:
files:
- "FootHold_Korea_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_Korea_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_Korea_storage.csv"
optional: true
marianas:
display_name: "Marianas"
files:
persistence:
- "FootHold_Marianas.lua"
ctld_save:
files:
- "FootHold_Marianas_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_Marianas_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_Marianas_storage.csv"
optional: true
nevada:
display_name: "Nevada"
files:
persistence:
- "FootHold_Nevada.lua"
ctld_save:
files:
- "FootHold_Nevada_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_Nevada_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_Nevada_storage.csv"
optional: true
normandy:
display_name: "Normandy"
files:
persistence:
- "FootHold_Normandy.lua"
ctld_save:
files:
- "FootHold_Normandy_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_Normandy_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_Normandy_storage.csv"
optional: true
persian_gulf:
display_name: "Persian Gulf"
files:
persistence:
- "FootHold_PersianGulf.lua"
ctld_save:
files:
- "FootHold_PersianGulf_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_PersianGulf_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_PersianGulf_storage.csv"
optional: true
sinai:
display_name: "Sinai"
files:
persistence:
- "FootHold_Sinai.lua"
ctld_save:
files:
- "FootHold_Sinai_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_Sinai_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_Sinai_storage.csv"
optional: true
south_atlantic:
display_name: "South Atlantic"
files:
persistence:
- "FootHold_SouthAtlantic.lua"
ctld_save:
files:
- "FootHold_SouthAtlantic_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_SouthAtlantic_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_SouthAtlantic_storage.csv"
optional: true
syria:
display_name: "Syria"
files:
persistence:
- "FootHold_Syria.lua"
ctld_save:
files:
- "FootHold_Syria_CTLD_Save.csv"
optional: true
ctld_farps:
files:
- "FootHold_Syria_CTLD_FARPS.csv"
optional: true
storage:
files:
- "FootHold_Syria_storage.csv"
optional: true