[Scummvm-git-logs] scummvm master -> f1df58e74b9149bf24c6e43c72e900b1d1259e4b

dreammaster dreammaster at scummvm.org
Tue Oct 12 02:49:31 UTC 2021


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:
f1df58e74b AGS: Add TFG SOMI detection


Commit: f1df58e74b9149bf24c6e43c72e900b1d1259e4b
    https://github.com/scummvm/scummvm/commit/f1df58e74b9149bf24c6e43c72e900b1d1259e4b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-10-11T19:49:19-07:00

Commit Message:
AGS: Add TFG SOMI detection

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index c2840d4f8b..844da202e0 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1460,6 +1460,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "tfg-mi", "The Fan Game - Ghostbusters and The Secret of Monkey Island" },
 	{ "tfg-goonies", "The Fan Game - The Goonies" },
 	{ "tfg-pixel", "The Fan Game - The Pixel Has You - Disk 1" },
+	{ "tfg-somi", "The Fan Game - The Secret of Monkey Island Recoded" },
 	{ "tfg-ssgw", "The Fan Game - Saint Seiya - Galaxian Wars" },
 	{ "tfg-zak2", "The Fan Game - Zak McKracken: A Mansion, A Meteor, and the Alien Mindbenders" },
 	{ "tftoz1", "Tales From The Outer Zone: Cyborg Seppuku" },
@@ -3513,6 +3514,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("tfg-mi", "tfg-g&mi.exe", "7971a7c02d414dc8cb33b6ec36080b91", 251715672),
 	GAME_ENTRY("tfg-pixel", "THE PIXEL HAS YOU DISK 1.exe", "7971a7c02d414dc8cb33b6ec36080b91", 289291855),
 	GAME_ENTRY("tfg-pixel", "THE PIXEL HAS YOU DISK 1.exe", "0691254142a4dbeaf47a6efd7a4cb6f0", 376910335), // 1.1
+	GAME_ENTRY("tfg-somi", "TFG-TSOMI-R.exe", "7971a7c02d414dc8cb33b6ec36080b91", 473724788),
 	GAME_ENTRY("tfg-ssgw", "TFG-SSGW.exe", "7971a7c02d414dc8cb33b6ec36080b91", 274251831),
 	GAME_ENTRY("tfg-zak2", "TFG - ZAK2.exe", "7971a7c02d414dc8cb33b6ec36080b91", 155632013),
 	GAME_ENTRY("tftoz1", "Cyborg Seppuku.exe", "78dd4ca028ee0156b6a093d6d780aa65", 16776249),




More information about the Scummvm-git-logs mailing list