[Scummvm-git-logs] scummvm master -> 395065bb4f1c2cea4d862ae423e5af8934c81383

tag2015 noreply at scummvm.org
Tue Jun 27 09:33:45 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:
395065bb4f AGS: Add detection entries for Superego Chapters 1+2


Commit: 395065bb4f1c2cea4d862ae423e5af8934c81383
    https://github.com/scummvm/scummvm/commit/395065bb4f1c2cea4d862ae423e5af8934c81383
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-06-27T11:33:26+02:00

Commit Message:
AGS: Add detection entries for Superego Chapters 1+2

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index c72226e91cd..59bd070f854 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -373,6 +373,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "strangeland", "Strangeland" },
 	{ "sulifallenharmony", "Suli Fallen Harmony" },
 	{ "sumatra", "Sumatra: Fate of Yandi" },
+	{ "superegoch12", "Superego - Chapter 1+2" },
 	{ "superjazzman", "Super Jazz Man" },
 	{ "symploke1", "Symploke: Legend of Gustavo Bueno (Chapter 1)" },
 	{ "symploke2", "Symploke: Legend of Gustavo Bueno (Chapter 2)" },
@@ -4139,6 +4140,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_STEAM("sumatra", "sumatra fate of yandi.exe", "57c868b1a81c0335ab60970292cd79d8", 170088886),  // En-Fr-De-Es
 	GAME_ENTRY_STEAM("sumatra", "sumatra fate of yandi.exe", "b4407ac542f316456f549fc8a60dccae", 170634789),
 	GAME_ENTRY_GOG("sumatra", "sumatra fate of yandi.exe", "b4407ac542f316456f549fc8a60dccae", 170715680),  // v1.2
+	GAME_ENTRY_EN("superegoch12", "Superego - Chapter 1+2 (ENG).exe", "faeaa85c173b559be75f55a3433e1fd2", 346120240),  // itch.io
+	GAME_ENTRY_LANG("superegoch12", "Superego - Cap. 1+2.exe", "2b5c2ecd5dbeafcd1591a6d743cf8adc", 346121328, Common::ES_ESP),
 	GAME_ENTRY_EN("superjazzman", "sjm.exe", "0710e2ec71042617f565c01824f0cf3c", 10841689), // Official website
 	GAME_ENTRY_LANG("symploke1", "Symploke.exe", "ff20c8c9dda8379607db87e7726909c6", 29996616, Common::ES_ESP), // Videojuegos Fermin website (Spanish)
 	GAME_ENTRY_EN("symploke1", "symploke1.exe", "ff20c8c9dda8379607db87e7726909c6", 57363019), // Steam (English), same as Videojuegos Fermin website (English)




More information about the Scummvm-git-logs mailing list