[Scummvm-git-logs] scummvm master -> aff5abd1d93e96eb0786569dd25bc8c58315dbe5
bluegr
noreply at scummvm.org
Mon Jul 4 07:17:58 UTC 2022
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:
aff5abd1d9 TOON: Require onetime.pak to be present in the German demo
Commit: aff5abd1d93e96eb0786569dd25bc8c58315dbe5
https://github.com/scummvm/scummvm/commit/aff5abd1d93e96eb0786569dd25bc8c58315dbe5
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2022-07-04T10:17:32+03:00
Commit Message:
TOON: Require onetime.pak to be present in the German demo
The German demo has an installer that copies part of the game's
resources, but omits all the files that are needed to actually run it.
Thus, require onetime.pak to be present (a required resource), which
will ignore directories that the demo installer has created
Changed paths:
engines/toon/detection.cpp
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index b613a3c5847..baab14dac15 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -103,6 +103,7 @@ static const ADGameDescription gameDescriptions[] = {
{"local.pak", 0, "bf5da4c03f78ffbd643f12122319366e", 3250841},
{"wacexdbl.emc", 0, "cfbc2156a31b294b038204888407ebc8", 6974},
{"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599},
+ {"onetime.pak", 0, "b344aee5fd43b7438c322fb29f860205", 468667 },
AD_LISTEND
},
Common::DE_DEU, Common::kPlatformDOS, ADGF_DEMO, GUIO1(GUIO_NOMIDI)
More information about the Scummvm-git-logs
mailing list