[Scummvm-git-logs] scummvm master -> 50ce1a3c9de7c22362b6cb61de621f10be3fa13c
tag2015
noreply at scummvm.org
Thu Aug 3 10:32:22 UTC 2023
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:
50ce1a3c9d AGS: Add detection entry for katyrain Amazon Games version
Commit: 50ce1a3c9de7c22362b6cb61de621f10be3fa13c
https://github.com/scummvm/scummvm/commit/50ce1a3c9de7c22362b6cb61de621f10be3fa13c
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-08-03T12:30:45+02:00
Commit Message:
AGS: Add detection entry for katyrain Amazon Games version
TRAC #14564
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index f5176d64723..94dce2f54af 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4056,6 +4056,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_STEAM("justignorethembrea1", "Brea Story.exe", "475fc0e2d0e912c22b7cc28972e04496", 51016264), // Multilang
GAME_ENTRY_PLUGIN_STEAM_NOLAUNCHLOAD("kathyrain", "kathyrain.exe", "434e24a12ba3cfb07d7b4b2f0e0bb1bf", 197487159, AGSSPRITEFONT_CLIFFTOP), // Multilang
GAME_ENTRY_PLUGIN_GOG_NOLAUNCHLOAD("kathyrain", "kathyrain.exe", "d2b1ba151c3d209b50331127032f96f6", 197489719, AGSSPRITEFONT_CLIFFTOP),
+ DETECTION_ENTRY_GUIO("kathyrain", "kathyrain.exe", "4bec9449bb53b0eea78cd5818b870f43", 197485875, Common::UNK_LANG , "Amazon Games", GUIO2(GUIO_NOLANG, GUIO_NOLAUNCHLOAD), AGSSPRITEFONT_CLIFFTOP, ADGF_NO_FLAGS),
GAME_ENTRY_STEAM("killyourself", "ky.exe", "4e0d0aca04563b21a47e8a0cc56605fc", 18567658), // En-De-Es-It-Nl
GAME_ENTRY_GOG("lamplightcity", "lamplight city.exe", "0cb636e2235e2b7cff4ece5898653e18", 981897178), // Version 1.10 En-De
GAME_ENTRY_GOG("lamplightcity", "lamplight city.ags", "70a52d0ba7e5975df40aef460142f770", 979393622), // Linux
More information about the Scummvm-git-logs
mailing list