Skip to content

Commit

Permalink
GOB: Add a non-interactive Adibou2 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed May 16, 2011
1 parent 01c5277 commit d47ecee
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/gob/demos/demoplayer.cpp
Expand Up @@ -50,6 +50,9 @@ DemoPlayer::Script DemoPlayer::_scripts[] = {
"slide xant.imd 20\nslide tum.imd 20\nslide voile.imd 20\n" \
"slide int.imd 20\nslide voila.imd 1\nslide voilb.imd 1\n"},
{kScriptSourceFile, "coktelplayer.scn"},
{kScriptSourceFile, "demogb.scn"},
{kScriptSourceFile, "demoall.scn"},
{kScriptSourceFile, "demofra.scn"}
};

DemoPlayer::DemoPlayer(GobEngine *vm) : _vm(vm) {
Expand Down
54 changes: 54 additions & 0 deletions engines/gob/detection_tables.h
Expand Up @@ -4791,6 +4791,60 @@ static const GOBGameDescription gameDescriptions[] = {
kFeaturesNone,
0, 0, 0
},
{
{
"adibou2",
"Non-Interactive Demo",
{
{"demogb.scn", 0, "9291455a908ac0e6aaaca686e532609b", 105},
{"demogb.vmd", 0, "bc9c1db97db7bec8f566332444fa0090", 14320840},
{0, 0, 0, 0}
},
EN_GRB,
kPlatformPC,
ADGF_DEMO,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
},
kGameTypeAdibou2,
kFeatures640x480 | kFeaturesSCNDemo,
0, 0, 9
},
{
{
"adibou2",
"Non-Interactive Demo",
{
{"demoall.scn", 0, "c8fd308c037b829800006332b2c32674", 106},
{"demoall.vmd", 0, "4672b2deacc6fca97484840424b1921b", 14263433},
{0, 0, 0, 0}
},
DE_DEU,
kPlatformPC,
ADGF_DEMO,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
},
kGameTypeAdibou2,
kFeatures640x480 | kFeaturesSCNDemo,
0, 0, 10
},
{
{
"adibou2",
"Non-Interactive Demo",
{
{"demofra.scn", 0, "d1b2b1618af384ea1120def8b986c02b", 106},
{"demofra.vmd", 0, "b494cdec1aac7e54c3f2480512d2880e", 14297100},
{0, 0, 0, 0}
},
FR_FRA,
kPlatformPC,
ADGF_DEMO,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
},
kGameTypeAdibou2,
kFeatures640x480 | kFeaturesSCNDemo,
0, 0, 11
},
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0, 0}
};

Expand Down

0 comments on commit d47ecee

Please sign in to comment.