[Scummvm-git-logs] scummvm master -> 3e76123d71b6263ab2a545308adf8bf3a7bd4143
tag2015
noreply at scummvm.org
Wed Oct 5 10:02:21 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:
3e76123d71 AGS: Add detection for latest Primordia update (GOG - Windows)
Commit: 3e76123d71b6263ab2a545308adf8bf3a7bd4143
https://github.com/scummvm/scummvm/commit/3e76123d71b6263ab2a545308adf8bf3a7bd4143
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-05T12:00:16+02:00
Commit Message:
AGS: Add detection for latest Primordia update (GOG - Windows)
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index f4cfa755355..323b83d024d 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3647,6 +3647,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_GOG("primordia", "primordia.exe", "f2edc9c3161f1f538df9b4c59fc89e24", 978377890),
GAME_ENTRY_GOG("primordia", "Primordia.exe", "8f717a5a14ceda815292ce4065348afb", 979602678), // v2.0.0.2, with Ita translation
GAME_ENTRY_GOG("primordia", "primordia.exe", "8f717a5a14ceda815292ce4065348afb", 979603175), // v2.6
+ GAME_ENTRY_GOG("primordia", "primordia.exe", "8f717a5a14ceda815292ce4065348afb", 979604026), // v3
GAME_ENTRY_GOG("primordia", "agsgame.dat", "22313e59c3233001488c26f18c80cc08", 973495830), // Linux
GAME_ENTRY_GOG("primordia", "ac2game.dat", "7755b4df8706de91f31ddeee98bd20e9", 976474850), // Mac
GAME_ENTRY_GOG("primordia", "ac2game.dat", "7755b4df8706de91f31ddeee98bd20e9", 976475347), // Mac v2.7a
More information about the Scummvm-git-logs
mailing list