[Scummvm-git-logs] scummvm master -> dc7ef831c4d6b4da3c8a9ff6d66cc2cefe70ab6f
mistydemeo
noreply at scummvm.org
Mon Aug 29 01:52: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:
dc7ef831c4 AGS: add Urusei Yatsura fangame
Commit: dc7ef831c4d6b4da3c8a9ff6d66cc2cefe70ab6f
https://github.com/scummvm/scummvm/commit/dc7ef831c4d6b4da3c8a9ff6d66cc2cefe70ab6f
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-08-28T18:52:02-07:00
Commit Message:
AGS: add Urusei Yatsura fangame
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index e5498752cbc..e6bab34d5db 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -2903,6 +2903,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "updatequest", "Update Quest" },
{ "upducted", "Upducted" },
{ "urbanwitchstory", "Urban Witch Story" },
+ { "uydearmyfriendsremake", "Urusei Yatsura: Dear My Friends Remake" },
{ "urgentquest", "Urgent Quest" },
{ "uropa", "U-ropa" },
{ "utopiaoftyrant", "Utopia of Tyrant" },
@@ -7148,6 +7149,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("upducted", "Upducted.ags", "803a57bc967b6fa1293373fe203ae773", 3471092), // Linux
GAME_ENTRY("urbanwitchstory", "Urban Witch Story.exe", "636950f50c877767bca7e2b1250632f7", 441430956), //Eng-Esp Win
GAME_ENTRY("urbanwitchstory", "Urban Witch Story.ags", "ea3bede3ffc8904199e915274feddfe6", 438411774), //Eng-Esp Lin
+ GAME_ENTRY_EN("uydearmyfriendsremake", "Urusei Yatsura.exe", "df94207a3720d4bb2404ca8be23e9d72", 4252149), // version R12b
GAME_ENTRY_EN("urgentquest", "urgent quest.exe", "655363c390c7ae7225c237108edf50b7", 6260710),
GAME_ENTRY("uropa", "U-ropa.exe", "0241777c2537fc5d077c05cde10bfa9f", 12999971), //En-Fr
GAME_ENTRY("utopiaoftyrant", "Utopia_of_a_Tyrant.exe", "f8a42e09e40a7ab1cd2a21f74a5e0980", 80966652), //Eng-Tur
More information about the Scummvm-git-logs
mailing list