diff options
-rw-r--r-- | engines/gob/detection.cpp | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index b9708e4282..2aef3675a3 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2255,7 +2255,7 @@ static const GOBGameDescription gameDescriptions[] = { { { "lit2", - "", + "Light install", AD_ENTRY1s("intro.stk", "17acbb212e62addbe48dc8f2282c98cb", 72318), FR_FRA, kPlatformWindows, @@ -2268,6 +2268,24 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "lit2", + "Full install", + { + {"intro.stk", 0, "17acbb212e62addbe48dc8f2282c98cb", 72318}, + {"partie4.itk", 0, "6ce4967e0c79d7daeabc6c1d26783d4c", 2612087}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeLostInTime, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { "fascination", "CD Version (Censored)", AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953), |