@@ -216,6 +216,7 @@ function main() {
216
216
{ ext: ["gam"], type: "format", name: "Savegame File", bin: true },
217
217
{ ext: ["lvl"], type: "format", name: "Level File", bin: true },
218
218
{ ext: ["stb"], type: "format", name: "STB (OGG)", bin: true },
219
+ { ext: ["adbx"], type: "format", name: "AdibouX", bin: true },
219
220
// XPAT formats:
220
221
{ ext: ["xcs"], type: "format", name: "XPAT Compiled Script", bin: true },
221
222
// Generic formats:
@@ -229,11 +230,16 @@ function main() {
229
230
{ ext: ["inf"], type: "format", name: "INF file (setup Information file)", bin: true },
230
231
{ ext: ["bin"], type: "format", name: "Binary File", bin: true },
231
232
{ ext: ["icns"], type: "format", name: "Apple Icon Image format", bin: true },
233
+ { ext: ["mdx"], type: "format", name: "Multidimensional Expressions", bin: true },
234
+ { ext: ["qdat"], type: "format", name: "QuickTime data", bin: true },
235
+ { ext: ["pup"], type: "format", name: "Playstation Update Package", bin: true },
232
236
// ScummVM formats:
233
237
{ ext: ["gob"], type: "format", name: "Config file (extract_gob_stk)", bin: false },
234
238
// Director formats:
235
239
{ ext: ["dxr"], type: "format", name: "Protected Director Movie", bin: true },
236
240
{ ext: ["cxt"], type: "format", name: "Adobe Director Protected Cast file", bin: true },
241
+ { ext: ["dcr"], type: "format", name: "Published Shockwave Movie", bin: true },
242
+ { ext: ["cct"], type: "format", name: "Published Shockwave Cast", bin: true },
237
243
];
238
244
239
245
for (var i = 0; i < extensionsDb.length; i++) {
0 commit comments