scummvm/engines/director/detection_paths.h
trembyle f4a0f53283 DIRECTOR: Add new Japanese detection entries
Adds 27 new gameIDs and 54 new md5 entries.

This commit includes:
* 10 new games
* 10 new demos
* 5 screen savers
* 4 desktop clocks
* 1 multimedia CD
* 2 games on new platforms
* 1 localization
* 1 unsupported demo
2021-06-29 23:08:33 +02:00

140 lines
4.0 KiB
C++

/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#ifndef DIRECTOR_DETECTION_PATHS_H
#define DIRECTOR_DETECTION_PATHS_H
namespace Director {
const char *directoryGlobs[] = {
"install",
"l_zone",
"win_data", // L-ZONE
"data",
"gadget", // Gadget
"vnc",
"vnc2", // Virtual Nightclub
"program", // Arc Media products
"demodata", // Edmark demos
"media", // Gundam
"mvm", // Master of the Elements
"module_1",
"module_2", // Takeru
"simpdata",
"simpsons", // Simpsons Cartoon Studio
"dane", // Polish Kontyngent '99 catalog
"datas", // O!KAY! subscription from Domino Verlag
"daten", // Bibi Blocksberg games (German)
"source", // Grand Prix 2006 directory
"data_k",
"data_1",
"data_2", // JumpStart World
"numbers", // JumpStart Learning Games
"xtras",
"files", // Babar
"swanlake", // Barbie Swan Lake
"assets", // Barbie Nail Designer
"fjpc", // Forestia Jr
"movies", // Mulle Meck (Gary Gadget) series
"demos", // Headbone samplers
"blender", // Blender CD-ROM magazines
"bilder",
"endsoung",
"gerhelp",
"gervideo",
"mausejagd mit ton", // Rename from Mäusejagd mit Ton
"music",
"solos",
"sounds",
"startsnd", // GGMD German
"duthelp",
"dutvideo",
"endsound",
"muizen in \'t hotel, geluid", // GGMD Dutch
"macos9",
"macosx", // Sethi 3
"kripos",
"strisser",
"polis",
"poliisi",
"cd_data", // Polis
"fusion macintosh folder", // Fusion
"oslo", // Oslo's Tools & Gadgets
"ojo2000",
"stuff", // Abrapalabra
"tooned", // Stay Tooned
"sam rupert", // Who Killed Sam Rupert?
"content",
"pcinst", // Gus and the CyberBuds series
"p2data",
"p2media",
"p3media",
"annat", // Pettson & Findus
"fctdata",
"fct", // Felix the Cat
"dayfiles",
"xmasfun", // Fisher-Price Xmas Fun
"95instal", // Fisher-Price Little People
"01", // Doing it in C++
"freading",
"fsetup", // My First Reading Words (Eureka)
"english",
"deutsch",
"francais", // Rename from Français
"italiano", // Virtual Tourism Paris
"please copy to hd. G2", // Rename from HDにコピーして下さい。G2
"please copy to hd. G3", // Rename from HDにコピーして下さい。G3
"_files_", // The Gate
"popup", // Pop Up Computer
"alpha", // Interactive Alphabet
"technik", // Glasklar Technology Interactive
"badday",
"copy to hdd", // Rename from HDDにコピーしてください
"bdm",
"dkyasp", // Bad Day on the Midway Japanese
"win_demo",
"file",
"mfile",
"movie", // Teichiku demos
"install_mac",
"install_win",
"copyto_hd", // Incarnatia
"alcohol 101",
"audio",
"print",
"vids", // Alcohol 101
"dir_data", // Garage
"cd extra",
"catalog", // Sarah McLachlan ECD (NettMedia)
"hd", // Grammar Playtime
"scr",
"scr_mov", // Cardcaptor Sakura screen savers
"dicfiles", // Time Blazers series
"docs", // Enhanced CDs
"anim", // 1 vs 100 (Mindscape)
0
};
} // End of namespace Director
#endif