mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 02:44:56 +00:00
AGS: Add detection for some itch.io games
This commit is contained in:
parent
cf8f854960
commit
b060c7adca
@ -1655,6 +1655,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
|
||||
{ "memoriesfade", "Memories Fade" },
|
||||
{ "memoriesofasnake", "Memories of a Snake / Memoires d'un Serpent" },
|
||||
{ "memory", "This Game Might Improve Your Memory" },
|
||||
{ "menial", "Menial - A Utopian Bagel Simulator" },
|
||||
{ "meninhats", "Men In Hats: Attack of the Evangelists" },
|
||||
{ "merrychristmas", "Merry Christmas, Alfred Robbins" },
|
||||
{ "meshumba", "Meshumba's Reckoning" },
|
||||
@ -2013,6 +2014,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
|
||||
{ "nukemdukem", "NukemDukem Forever" },
|
||||
{ "numberrescue", "Number Rescue" },
|
||||
{ "objectdreams", "The Object of All Dreams" },
|
||||
{ "objectroom", "Object Room" },
|
||||
{ "obsession", "Obsession" },
|
||||
{ "odottamaton", "Odot Tamat On" },
|
||||
{ "odow", "One Dungeon One Week" },
|
||||
@ -4033,6 +4035,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
|
||||
DEMO_ENTRY_EN("metaldead", "MetalDead Demo.exe", "3b0874c12fa643efa5fcdc43f647c871", 332921484),
|
||||
DEMO_ENTRY_EN("meteortale", "meteor.exe", "72ea6e2b8c5b9a19fc5ac89f6910841a", 16644183),
|
||||
DEMO_ENTRY_EN("meteortale", "data", "72ea6e2b8c5b9a19fc5ac89f6910841a", 16644183),
|
||||
DEMO_ENTRY_EN("menial", "Menial (demo).exe", "7825fa980fcd058caadaf6d3377b1f78", 18283827),
|
||||
DEMO_ENTRY_EN("menial", "Menial (demo).ags", "c828826cc17fda61464ca7cc3d3a7fc0", 15248159),
|
||||
DEMO_ENTRY_EN("mi0daementia", "Monkey Island - Zero.exe", "a524cbb1c51589903c4043b98917f1d9", 6561007),
|
||||
DEMO_ENTRY("mi0navidad", "Navidad.exe", "735dab7116efa2dfff49ea57e5259223", 2321151), // Eng-Esp
|
||||
DEMO_ENTRY_LANG("mi12", "Monkey Island.exe", "0500aacb6c176d47ac0f8158f055db83", 3394895, Common::DE_DEU),
|
||||
@ -5976,6 +5980,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
|
||||
GAME_ENTRY_LANG("mmmmm3", "MMMMM3.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6114755, Common::DE_DEU),
|
||||
GAME_ENTRY("mmmmm4", "bertholdsreturn.exe", "ce5605f3f83c609b8ffce472936e6d83", 10292426), // En-De
|
||||
GAME_ENTRY_LANG("mmmmm5", "marcy.exe", "2ce63b8fabba844aaf06426814e3f40f", 10234949, Common::DE_DEU),
|
||||
GAME_ENTRY_LANG("mmmmm5", "marcy.exe", "2ce63b8fabba844aaf06426814e3f40f", 10234769, Common::DE_DEU), // fireorange's itch.io
|
||||
GAME_ENTRY_LANG("mmmmovie1", "in da house1.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 10384508, Common::DE_DEU),
|
||||
GAME_ENTRY_LANG("mmmmovie2", "Doktor2.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 12675202, Common::DE_DEU),
|
||||
GAME_ENTRY_LANG("mmmmovie3", "Kochen mit Fred.exe", "465f972675db2da6040518221af5b0ba", 19068509, Common::DE_DEU),
|
||||
@ -6126,6 +6131,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
|
||||
GAME_ENTRY_EN("ntgtfoi", "NTGTFOI.exe", "ed54d3b6e0d4532028d1cbc83c397e5f", 60697898),
|
||||
GAME_ENTRY_EN("nukemdukem", "Nukem.exe", "465f972675db2da6040518221af5b0ba", 2112440),
|
||||
GAME_ENTRY_EN("numberrescue", "NumberRescue.exe", "0241777c2537fc5d077c05cde10bfa9f", 6442933), //v1.07
|
||||
GAME_ENTRY_EN("objectroom", "Object Room.exe", "7825fa980fcd058caadaf6d3377b1f78", 59109472),
|
||||
GAME_ENTRY_EN("objectroom", "Object Room.ags", "53736db747af38767b86805ce53db60f", 56073804),
|
||||
GAME_ENTRY_EN("obsession", "Obsession.exe", "387ff720e746ae46e93f463fd58d77a4", 12874285), //v1.0.3
|
||||
GAME_ENTRY_EN("obsession", "Obsession.ags", "c3c9c5e7446541a79ed010cc0e0bb860", 10382365), //v1.0.3
|
||||
GAME_ENTRY_EN("odottamaton", "Odottamaton.exe", "9d9e5ea323793fc526b1533d78c4f9c6", 23814848),
|
||||
|
Loading…
x
Reference in New Issue
Block a user