- Add a new gametype for 'The Land of the Magic Stones'

- Add detection of the french version
- Add a new game feature for 800*600

svn-id: r42215
This commit is contained in:
Arnaud Boutonné 2009-07-07 12:03:27 +00:00
parent a0ab8c9c0c
commit add4d124b2
2 changed files with 39 additions and 3 deletions

View file

@ -71,6 +71,7 @@ static const PlainGameDescriptor gobGames[] = {
{"bambou", "Playtoons Limited Edition - Bambou le sauveur de la jungle"},
{"fascination", "Fascination"},
{"geisha", "Geisha"},
{"magicstones", "The Land of the Magic Stones"},
{"adibou4", "Adibou v4"},
{"adibouunknown", "Adibou (not yet supported)"},
{0, 0}
@ -3650,6 +3651,24 @@ static const GOBGameDescription gameDescriptions[] = {
kFeatures640,
"intro2.stk", 0, 0
},
{
{
"magicstones",
"",
{
{"ed4.stk", 0, "98721a7cfdc5a358d7ac56b7c6d3ba3d", 541882},
{"ed4cd.itk", 0, "0627a91d9a6f4772c33747ce752024c2", 606993908},
{0, 0, 0, 0}
},
FR_FRA,
kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
},
kGameTypeMagicStones,
kFeatures800,
"ed4.stk", "main.obc", 0
},
{
{
"adibou4",
@ -4205,6 +4224,20 @@ static const GOBGameDescription fallbackDescs[] = {
kFeaturesNone,
"disk1.stk", "intro.tot", 0
},
{
{
"magicstones",
"unknown",
AD_ENTRY1(0, 0),
UNK_LANG,
kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
},
kGameTypeMagicStones,
kFeatures800,
"ed4.stk", "main.obc", 0
},
{
{
"adibou4",
@ -4259,8 +4292,9 @@ static const ADFileBasedFallback fileBased[] = {
{ &fallbackDescs[19], { "intro.stk", "bambou.itk", 0 } },
{ &fallbackDescs[20], { "disk0.stk", "disk1.stk", "disk2.stk", "disk3.stk", 0 } },
{ &fallbackDescs[21], { "disk1.stk", "disk2.stk", "disk3.stk", 0 } },
{ &fallbackDescs[22], { "adif41.stk", "adim41.stk", 0 } },
{ &fallbackDescs[23], { "coktelplayer.scn", 0 } },
{ &fallbackDescs[22], { "ed4.stk", 0 } },
{ &fallbackDescs[23], { "adif41.stk", "adim41.stk", 0 } },
{ &fallbackDescs[24], { "coktelplayer.scn", 0 } },
{ 0, { 0 } }
};