mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 03:24:50 +00:00
WINTERMUTE: Detection tables for Tanya Grotter dilogy
Tanya Grotter games are based on first 2 books of a Russian fantasy novel series by Dmitri Yemets. Those games were both released in Russian only.
This commit is contained in:
parent
28fa491707
commit
c2b7fc526e
@ -87,6 +87,8 @@ static const PlainGameDescriptor wintermuteGames[] = {
|
||||
{"spaceinvaders", "Space Invaders"},
|
||||
{"spacemadness", "Space Madness"},
|
||||
{"sofiasdebt", "Sofia's Debt"},
|
||||
{"tanya1", "Tanya Grotter and the Magical Double Bass"},
|
||||
{"tanya2", "Tanya Grotter and the Disappearing Floor"},
|
||||
{"theancientmark1", "The Ancient Mark - Episode 1"},
|
||||
{"thebox", "The Box"},
|
||||
{"thekite", "The Kite"},
|
||||
@ -581,6 +583,12 @@ static const WMEGameDescription gameDescriptions[] = {
|
||||
// Space Madness
|
||||
WME_WINENTRY("spacemadness", "1.0.2",
|
||||
WME_ENTRY1s("data.dcp", "b9b83135dc7a9e1b4b5f50195dbeb630", 39546622), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
|
||||
// Tanya Grotter and the Magical Double Bass
|
||||
WME_WINENTRY("tanya1", "",
|
||||
WME_ENTRY1s("data.dcp", "035bbdaff078cc4053ecf4b518c0d0fd", 1007507786), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),
|
||||
// Tanya Grotter and the Disappearing Floor
|
||||
WME_WINENTRY("tanya2", "",
|
||||
WME_ENTRY1s("data.dcp", "9c15f14990f630177e063da885d03e6d", 936959767), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),
|
||||
// The Ancient Mark - Episode 1
|
||||
WME_WINENTRY("theancientmark1", "",
|
||||
WME_ENTRY1s("data.dcp", "ca04c26f03b2bd307368b306b297ddd7", 364664692), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
|
||||
|
Loading…
x
Reference in New Issue
Block a user