aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/detection_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/detection_tables.h')
-rw-r--r--engines/saga/detection_tables.h33
1 files changed, 28 insertions, 5 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index d52ab34ff0..aa2a2871dd 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -784,8 +784,31 @@ static const SAGAGameDescription gameDescriptions[] = {
#ifdef ENABLE_SAGA2
// Dinotopia Section //////////////////////////////////////////////////////////////////////////////////////
-
- // TODO
+ {
+ {
+ "dino",
+ "",
+ {
+ {"dino.hrs", GAME_RESOURCEFILE, "7cf3665887a4a18e2fff6938a954c050", 66018},
+ {"scripts.hrs", GAME_SCRIPTFILE, "d405841a249a365cf92fc65dd52fb953", 164181},
+ {"dinosnd.hrs", GAME_SOUNDFILE | GAME_VOICEFILE, "dcf4ade416614b8a64f99dacfd3bd071", 199163997},
+ {"dinoimag.hrs", GAME_IMAGEFILE, "d24d80676f7afcfaca0b61c95056044f", 42342931},
+ // TODO: dinodata.hrs
+ { NULL, 0, NULL, 0}
+ },
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+ GID_DINO,
+ 0,
+ // TODO: fill out the data below
+ -1, // default scene
+ NULL, // game resources
+ 0, // number of fonts
+ NULL, // font array
+ NULL,
+ },
// Faery Tale Adventure II: Halls of the Dead Section /////////////////////////////////////////////////////
@@ -795,11 +818,11 @@ static const SAGAGameDescription gameDescriptions[] = {
"fta2",
"",
{
- // TODO: this is still quite incomplete
- {"fta.hrs", GAME_RESOURCEFILE, "c34a5ee5f1a14a87712a35c4a209a033", 213376},
- {"scripts.hrs", GAME_SCRIPTFILE, "95f33928f6c4f02ee04d2ec5c3314c30", 1041948},
+ {"fta.hrs", GAME_RESOURCEFILE, "c34a5ee5f1a14a87712a35c4a209a033", 213376},
+ {"scripts.hrs", GAME_SCRIPTFILE, "95f33928f6c4f02ee04d2ec5c3314c30", 1041948},
{"ftasound.hrs", GAME_SOUNDFILE, "ce930cb38922e6a03461f55d51b4e165", 12403350},
{"ftaimage.hrs", GAME_IMAGEFILE, "09bb003733b20f924e2e373d2ddcd394", 21127397},
+ // TODO: ftadata.hrs
{ NULL, 0, NULL, 0}
},
Common::EN_ANY,