[Scummvm-git-logs] scummvm master -> f93631c52a3c1a6f93c3fb9e1a12ae199acf31ce
bluegr
noreply at scummvm.org
Mon Jan 1 22:51:29 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f93631c52a GOB: Use playtoonsdemo for Non-interactive demo
Commit: f93631c52a3c1a6f93c3fb9e1a12ae199acf31ce
https://github.com/scummvm/scummvm/commit/f93631c52a3c1a6f93c3fb9e1a12ae199acf31ce
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-01-02T00:51:25+02:00
Commit Message:
GOB: Use playtoonsdemo for Non-interactive demo
similar like dynastywood id
This Non-Interactive demo contains VMD's for every Playtoons game and not Playtoons 1 only.
This Demo is listed with the gameid already as playtoonsdemo under the Game Demos site of scummvm.org
Changed paths:
engines/gob/detection/tables.h
engines/gob/detection/tables_playtoons.h
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index b5fd0154f0b..d50bf12d2ae 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -56,6 +56,7 @@ static const PlainGameDescriptor gobGames[] = {
{"playtnck1", "Playtoons Construction Kit 1 - Monsters"},
{"playtnck2", "Playtoons Construction Kit 2 - Knights"},
{"playtnck3", "Playtoons Construction Kit 3 - Far West"},
+ {"playtoonsdemo", "Playtoons Demo"},
{"bambou", "Playtoons Limited Edition - Bambou le sauveur de la jungle"},
{"fascination", "Fascination"},
{"geisha", "Geisha"},
diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index ccf52ff5c1f..f5882822a6a 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -88,8 +88,8 @@
},
{
{
- "playtoons1",
- "Non-Interactive Demo",
+ "playtoonsdemo",
+ "Non-Interactive",
{
{"play123.scn", 0, "4689a31f543915e488c3bc46ea358add", 258},
{"archi.vmd", 0, "a410fcc8116bc173f038100f5857191c", 5617210},
More information about the Scummvm-git-logs
mailing list