[Scummvm-git-logs] scummvm master -> 5b8f097defc9dee21de9058d98ecd22817823a8e
eriktorbjorn
noreply at scummvm.org
Tue May 6 06:01:15 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
5b8f097def AWE: Add detection entry
Commit: 5b8f097defc9dee21de9058d98ecd22817823a8e
https://github.com/scummvm/scummvm/commit/5b8f097defc9dee21de9058d98ecd22817823a8e
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-05-06T07:59:44+02:00
Commit Message:
AWE: Add detection entry
This covers my Valueware release, as well as Interplay's 10 Years
Anthology. (Except for minor changes to the installation batch file,
they're identical.) I've played the game up to the point where you get
the gun, it seems to work.
Changed paths:
engines/awe/detection_tables.h
diff --git a/engines/awe/detection_tables.h b/engines/awe/detection_tables.h
index 107986de6e5..e528e72b753 100644
--- a/engines/awe/detection_tables.h
+++ b/engines/awe/detection_tables.h
@@ -44,7 +44,20 @@ const AweGameDescription gameDescriptions[] = {
{
"anotherworld",
nullptr,
- AD_ENTRY1s("memlist.bin", "63675fdb53dd4a2b8d72182bbee47592", 2940),
+ AD_ENTRY1s("memlist.bin", "63675fdb53dd4a2b8d72182bbee47592", 2940),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GAMEOPTION_COPY_PROTECTION)
+ },
+ DT_DOS
+ },
+ // Out of This World, Valueware and Interplay's 10 Year Anthology
+ {
+ {
+ "anotherworld",
+ nullptr,
+ AD_ENTRY1s("memlist.bin", "4605962431175a5b961f6db4041adcff", 2940),
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_UNSTABLE,
More information about the Scummvm-git-logs
mailing list