Ticket #13021: patch.diff

File patch.diff, 525.6 KB (added by tag2015, 18 months ago)
  • .h

    old new  
    1 /* ScummVM - Graphic Adventure Engine
    2  *
    3  * ScummVM is the legal property of its developers, whose names
    4  * are too numerous to list here. Please refer to the COPYRIGHT
    5  * file distributed with this source distribution.
    6  *
    7  * This program is free software; you can redistribute it and/or
    8  * modify it under the terms of the GNU General Public License
    9  * as published by the Free Software Foundation; either version 2
    10  * of the License, or (at your option) any later version.
    11  *
    12  * This program is distributed in the hope that it will be useful,
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15  * GNU General Public License for more details.
    16  *
    17  * You should have received a copy of the GNU General Public License
    18  * along with this program; if not, write to the Free Software
    19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    20  *
    21  */
    22 
    23 namespace AGS {
    24 
    25 const PlainGameDescriptor GAME_NAMES[] = {
    26         { "ags", "Adventure Game Studio Game" },
    27         { "ags-scan", "AGS Game Scanner" },
    28 
    29         // Pre-2.5 games that aren't supported by the current AGS engine
    30         { "6da", "The 6 Day Assassin" },
    31         { "aaronsepicjourney", "Aaron's Epic Journey" },
    32         { "aceduswell", "Ace Duswell - Where's The Ace" },
    33         { "achristmastale", "A Christmas Tale" },
    34         { "adayinthefuture", "A Day In The Future" },
    35         { "adventuregame", "Adventure Game" },
    36         { "asapadventure", "ASAP Adventure" },
    37         { "bertthenewsreader", "Bert the Newsreader" },
    38         { "bobsquest2", "Bob's Quest 2: The quest for the AGS Blue cup award" },
    39         { "bookofspells1", "Book of Spells 1" },
    40         { "bookofspells2", "Book of Spells 2" },
    41         { "bookofspells3", "Book of Spells 3" },
    42         { "bluecupontherun", "BLUECUP - on the run" },
    43         { "calsoon", "Calsoon" },
    44         { "carverisland1", "The Secret of Carver Island" },
    45         { "carverisland2", "Carver Island 2: Mrs. Rodriguez's Revenge" },
    46         { "chamber", "Chamber" },
    47         { "compensation", "Compensation" },
    48         { "darts", "Darts" },
    49         { "demonslayer1", "Demon Slayer 1" },
    50         { "demonslayer2", "Demon Slayer 2" },
    51         { "demonslayer3", "Demon Slayer 3" },
    52         { "demonslayer4", "Demon Slayer 4" },
    53         { "deepbright", "Deepbright" },
    54         { "dirkchafberg", "Dirk Chafberg" },
    55         { "earwigisangry", "Earwig Is Angry!" },
    56         { "eclair1", "Eclair 1" },
    57         { "eclair2", "Eclair 2" },
    58         { "elburro", "El Burro" },
    59         { "erniesbigadventure1", "Ernie's Big Adventure" },
    60         { "erniesbigadventure2", "Ernie's Big Adventure 2" },
    61         { "exile", "Exile" },
    62         { "eyesofthejadesphinx", "Eyes of the Jade Sphinx" },
    63         { "firewall", "Firewall" },
    64         { "floyd", "Floyd" },
    65         { "gaeafallen", "Gaea Fallen" },
    66         { "gorthor", "Gorther of the Cave People" },
    67         { "grannyzombiekiller", "Granny Zombiekiller in: Mittens Murder Mystery" },
    68         { "gregsmountainousadventure", "Greg's Mountainous Adventure" },
    69         { "greysgreytadv", "Mr. Grey's Greyt Adventure" },
    70         { "hermit", "Hermit" },
    71         { "jamesbondage", "James Bondage" },
    72         { "jinglebells", "Jingle Bells" },
    73         { "kidnapped", "Kidnapped" },
    74         { "larryvales1", "Larry Vales: Traffic Division" },
    75         { "larryvales2", "Larry Vales II: Dead Girls are Easy" },
    76         { "larryvales3", "Larry Vales III: Time Heals All 'Burns" },
    77         { "lassi", "Lassi and Roger" },
    78         { "lassiandrogermeetgod", "Lassi and Roger Meet God" },
    79         { "lassiquest1", "Lassi Quest I" },
    80         { "littlejonnyevil", "Little Jonny Evil" },
    81         { "littlewillie", "Little Willie" },
    82         { "ludwig", "VonLudwig" },
    83         { "lupoinutile", "Lupo Inutile" },
    84         { "mafio", "Mafio" },
    85         { "meninbrown", "Men In Brown" },
    86         { "midtownshootout", "Anton Ulvfot's Mid-Town Shootout" },
    87         { "micv", "Monkey Island - Carnaval Vudu - Parte 1 - La Busqueda" },
    88         { "mimv", "Monkey Island - La Maldicion Vudu" },
    89         { "mivl", "Monkey Island - La Venganza de Largo" },
    90         { "momsquest", "Mom's Quest" },
    91         { "monkeyplank", "Monkey Plank" },
    92         { "moosewars", "Moose Wars: Desire For More Cows" },
    93         { "murder", "Murder" },
    94         { "nicholaswolfe1", "Nicholas Wolfe part I: Framed" },
    95         { "nightoftheplumber", "Night of the Plumber" },
    96         { "novomestro", "Novo Mestro" },
    97         { "odysseus", "The Trials of Odysseus Kent" },
    98         { "permanentdaylight", "Permanent Daylight" },
    99         { "perpetrator", "Perpetrator" },
    100         { "pizzaquest", "Pizza Quest" },
    101         { "pointblank", "Point Blank" },
    102         { "pornquest", "Porn Quest" },
    103         { "qfc", "Quest For Colours" },
    104         { "qfg412", "Quest for Glory 4 1/2" },
    105         { "racingmanager", "Racing Manager" },
    106         { "raymondskeys", "Raymond's Keys" },
    107         { "red", "Red" },
    108         { "richardlonghurst", "Richard Longhurst and the Box That At" },
    109         { "rickylonghurst", "Ricky Longhurst and the Box that Ate Time" },
    110         { "ripp", "RIPP" },
    111         { "robblanc1", "Rob Blanc I: Better Days of a Defender of the Universe" },
    112         { "robblanc2", "Rob Blanc II: Planet of the Pasteurised Pestilence" },
    113         { "robblanc3", "Rob Blanc III: The Temporal Terrorists" },
    114         { "rodekill", "Rode Kill: A Day In the Life" },
    115         { "rodequest", "Rode Quest" },
    116         { "rollinfoy", "Rollinfoy" },
    117         { "samthepiratemonkey", "Sam The Pirate Monkey" },
    118         { "slackerquest", "Slacker Quest" },
    119         { "snailquest1", "Snail Quest" },
    120         { "snailquest2", "Snail Quest 2" },
    121         { "snailquest3", "Snail Quest 3" },
    122         { "sol", "Sol" },
    123         { "space", "Space" },
    124         { "stickmen", "Stickmen" },
    125         { "superdisk", "Superdisk" },
    126         { "thecrownofgold", "The Crown of Gold" },
    127         { "theinexperiencedassassin", "The Inexperienced Assassin" },
    128         { "theisland", "The Island" },
    129         { "thendor", "Thendor" },
    130         { "thetower", "The Tower" },
    131         { "thewarp", "The Warp" },
    132         { "tommato", "Tom Mato's Grand Wing-Ding" },
    133         { "tulliesworld1", "Tullie's World 1: The Roving of Candale" },
    134         { "tvquest", "TV Quest" },
    135         { "uishowoff", "Interface Show-off" },
    136         { "waitkey", "WaitKey();" },
    137         { "winfry", "Winfry" },
    138 
    139         // AGDI games. They get their own grouping because they're just that awesome
    140         { "kq1agdi", "King's Quest I: Quest for the Crown Remake" },
    141         { "kq2agdi", "King's Quest II: Romancing the Stones Remake" },
    142         { "kq3agdi", "King's Quest III Redux: To Heir is Human" },
    143         { "qfg2agdi", "Quest for Glory II: Trial by Fire Remake" },
    144 
    145         // Infamous Adventures games. Likewise
    146         { "sq2fg", "Space Quest for Glory" },
    147         { "sq2vga", "Space Quest II - Vohaul's Revenge VGA Remake" },
    148         { "kq3vga", "King's Quest III: To Heir is Human VGA Remake" },
    149 
    150         // Commercial games
    151         { "3geeks", "3 GEEKS" },
    152         { "alemmo", "Al Emmo And The Lost Dutchman's Mine" },
    153         { "alemmoanozira", "Al Emmo's Postcards from Anozira" },
    154         { "alum", "Alum" },
    155         { "apotheosis", "The Apotheosis Project" },
    156         { "astroloco", "Astroloco: Worst Contact"},
    157         { "atotk", "A Tale Of Two Kingdoms" },
    158         { "beer", "Beer!" },
    159         { "blackwell1", "The Blackwell Legacy" },
    160         { "blackwell2", "Blackwell Unbound" },
    161         { "blackwell3", "The Blackwell Convergence" },
    162         { "blackwell4", "The Blackwell Deception" },
    163         { "blackwell5", "The Blackwell Epiphany" },
    164         { "captaindisaster", "Captain Disaster in Death Has a Million Stomping Boots" },
    165         { "charnelhousetrilogy", "The Charnel House Trilogy" },
    166         { "chronicleofinnsmouth", "Chronicle of Innsmouth" },
    167         { "crystalshardadventurebundle", "Crystal Shard Adventure Bundle" },
    168         { "danewguys2", "Da New Guys: Day of the Jackass" },
    169         { "detectivegallo", "Detective Gallo" },
    170         { "diamondsintherough", "Diamonds in the Rough" },
    171         { "docapocalypse", "Doc Apocalypse" },
    172         { "donticeyourcool", "Don't Ice Your Cool" },
    173         { "downfall2009", "Downfall (2009)" },
    174         { "downfall2016", "Downfall (2016)" },
    175         { "dustbowl", "Dustbowl" },
    176         { "falconcity", "Falcon City" },
    177         { "feriadarles", "Feria d'Arles" },
    178         { "footballgame", "Football Game" },
    179         { "geminirue", "Gemini Rue" },
    180         { "ghostdream", "Ghostdream" },
    181         { "goldenwake", "A Golden Wake" },
    182         { "guardduty", "Guard Duty" },
    183         { "herdiscoming", "Herd is Coming" },
    184         { "justignorethem", "Just Ignore Them" },
    185         { "justignorethemremake", "Just Ignore Them (Remake)" },
    186         { "killyourself", "Kill Yourself" },
    187         { "lamplightcity", "Lamplight City" },
    188         { "legendofhand", "Legend of Hand" },
    189         { "mage", "Mage's Initiation: Reign of the Elements" },
    190         { "metaldead", "Metal Dead" },
    191         { "mybigsister", "My Big Sister" },
    192         { "neofeud", "Neofeud" },
    193         { "oott", "Order of the Thorne: The King's Challenge" },
    194         { "phantomfellows", "The Phantom Fellows" },
    195         { "primordia", "Primordia" },
    196         { "qfi", "Quest for Infamy" },
    197         { "resonance", "Resonance" },
    198         { "richardandalice", "Richard & Alice" },
    199         { "roguestate", "Rogue State" },
    200         { "samaritan", "The Samaritan Paradox" },
    201         { "shardlight", "Shardlight" },
    202         { "shivah", "Shivah" },
    203         { "strangeland", "Strangeland" },
    204         { "sumatra", "Sumatra: Fate of Yandi" },
    205         { "superjazzman", "Super Jazz Man" },
    206         { "tales", "Tales" },
    207         { "technobabylon", "Technobabylon" },
    208         { "theadventuresoffatman", "The Adventures of Fatman" },
    209         { "theantidote", "The Antidote" },
    210         { "thebeardinthemirror", "The Beard in the Mirror" },
    211         { "thecastle", "The Castle" },
    212         { "thecatlady", "The Cat Lady" },
    213         { "thesecretsofjesus", "The Secrets of Jesus" },
    214         { "theterribleoldman", "The Terrible Old Man" },
    215         { "timegentlemenplease", "Time Gentlemen, Please" },
    216         { "unavowed", "Unavowed" },
    217         { "untilihaveyou", "Until I Have You" },
    218         { "waitingfortheloop", "Waiting For the Loop" },
    219         { "welcometosunnymunarvagir", "Welcome to Sunny Munarvagir" },
    220         { "whispersofamachine", "Whispers of a Machine" },
    221         { "zniwadventure", "Zniw Adventure" },
    222         // Commercial Italian games
    223         { "onironauta", "Onironauta" },
    224 
    225         // Post-2.5 games that are likely supported by the AGS engine
    226         { "10waysfromsunday", "10 Ways from Sunday" },
    227         { "1213", "1213 Episode 1" },
    228         { "15minutes", "15 Minutes" },
    229         { "1dayamosquito", "1 day a mosquito" },
    230         { "2034acaftercanada1", "2034 A.C. (After Canada)" },
    231         { "2034acaftercanada2", "2034 A.C. (After Canada) II" },
    232         { "24hours", "24 Hours" },
    233         { "3piggiesalpha", "3piggiesAlpha" },
    234         { "46memorylane", "46 Memory Lane" },
    235         { "4ofclubs", "4 of Clubs" },
    236         { "5daysastranger", "5 Days A Stranger" },
    237         { "5oclocklock", "5-O'clock Lock" },
    238         { "6daysasacrifice", "6 Days A Sacrifice" },
    239         { "6mornings", "6mornings" },
    240         { "7daysaskeptic", "7 Days A Skeptic" },
    241         { "9monthsin", "9 Months In" },
    242         { "aazor", "Aazor" },
    243         { "abducted", "Abducted" },
    244         { "abducted10mins", "Abducted 10 Minutes" },
    245         { "abduction", "Abduction" },
    246         { "abettermousetrap", "A Better Mouse Trap" },
    247         { "absent", "Absent" },
    248         { "absentpart1", "Absent - Part I" },
    249         { "absurdistan", "Absurdistan" },
    250         { "access", "_Access" },
    251         { "aceking", "Ace King" },
    252         { "acequest", "Ace Quest" },
    253         { "acharchronicles", "Achar Chronicles: Oblitus" },
    254         { "achequest", "Ache Quest" },
    255         { "achristmasblunder", "A Christmas Blunder" },
    256         { "achristmaswish", "A Christmas Wish" },
    257         { "aciddd", "ACIDDD" },
    258         { "acureforthecommoncold", "A Cure for the Common Cold" },
    259         { "adateinthepark", "A Date in the Park" },
    260         { "adaywithmichael", "A Day with Michael" },
    261         { "advallinthegame", "Adventure: All In The Game" },
    262         { "adventurequest", "Adventure Quest" },
    263         { "adventurequest2", "Adventure Quest 2" },
    264         { "adventuresofjoshanddyan", "Adventures of Josh and Dyan" },
    265         { "adventuresofmaxfaxepisode1", "Adventures of Max Fax (episode 1)" },
    266         { "adventuresofprincessmarian", "Adventures of Princess Marian" },
    267         { "adventuretheinsidejob", "Adventure: The Inside Job" },
    268         { "advwelcome", "Adventure: Welcome to the Game" },
    269         { "aerinde", "Aerinde" },
    270         { "aeronuts", "AeroNuts" },
    271         { "afragmentofher", "A Fragment of Her" },
    272         { "afriendindeed", "A Friend Indeed ..." },
    273         { "afrojones", "Afro Jones" },
    274         { "afterashadow", "After a Shadow" },
    275         { "agenthudson", "Agent Hudson" },
    276         { "agenttrinityepisode0theultimatum", "Agent Trinity - Episode 0 - The Ultimatum" },
    277         { "aggghost", "A G-G-Ghost!" },
    278         { "agitprop", "AGITPROP" },
    279         { "agnosticchicken", "Agnostic Chicken" },
    280         { "ags-mi3", "AGS MI3" },
    281         { "agsawards2008ceremony", "AGS Awards Ceremony 2008" },
    282         { "agsawards2020", "AGS Awards Ceremony 2020" },
    283         { "agsdarts", "AGS Darts" },
    284         { "agsinvaders", "AGS Invaders" },
    285         { "agsjukebox", "AGS JukeBox" },
    286         { "agsmagus", "AGS Magus" },
    287         { "agsmittensshooter", "AGS Mittens Shooter" },
    288         { "agsmoduletester", "Ags Module Tester" },
    289         { "agsyahtzee2", "AGS Yahtzee 2" },
    290         { "agsyathzee", "AGS Yathzee" },
    291         { "agunshotinroom37", "A Gunshot in Room 37" },
    292         { "ahmetsagsfightgameremix", "Ahmet's AGS Fight Game Remix" },
    293         { "aidaschristmas", "Aida's Strange Christmas" },
    294         { "ainthegoffantabulousw", "Adventures in the Galaxy of Fantabulous Wonderment" },
    295         { "airbreak", "Airbreak" },
    296         { "airwaveifoughtthelawandthelawone", "~airwave~ - I Fought the Law, And the Law One" },
    297         { "akumayosagschess275", "AGS Chess" },
    298         { "alandlordsdream", "A Landlord's Dream" },
    299         { "alansaveschristmas", "Alan saves Christmas (and most of the world too)" },
    300         { "albatheexplorer", "Alba the Explorer" },
    301         { "alienattack", "Alien Attack" },
    302         { "aliencarniage", "Alien Carniage" },
    303         { "aliencowrampage", "Alien Cow Rampage: Orion Needs Your Milk!" },
    304         { "alienpuzzleinvasion", "Alien Puzzle Invasion" },
    305         { "alienrapeescape", "Alien Rape Escape" },
    306         { "alienthreat", "Alien Threat" },
    307         { "alientimezone", "Alien Time Zone" },
    308         { "allgonesoon", "All Gone Soon" },
    309         { "allgonesoon2", "All Gone Soon 2" },
    310         { "allpigs", "All Pigs Deserve To Burn In Hell" },
    311         { "allthewaydown", "All The Way Down" },
    312         { "aloneinthenight", "Alone in the Night" },
    313         { "alphadog", "Alpha Dog" },
    314         { "alphax", "Alpha X" },
    315         { "alquest1", "Al-Quest 1" },
    316         { "alysvsthephantomfelinefoe", "Alys vs. The Phantom Feline Foe" },
    317         { "amagicstone", "A magic stone" },
    318         { "amotospuf", "Amotos Puf" },
    319         { "amongthorns", "Among Thorns" },
    320         { "amtag", "AMTAG: another medieval themed adventure game" },
    321         { "amused", "A-Mused" },
    322         { "analienswork", "An Alien's Work Is Never Done..." },
    323         { "ancientaliens", "Ancient Aliens - The Roots of Sound" },
    324         { "aneternityreflecting", "An Eternity, Reflecting" },
    325         { "anightthatwouldntend", "A Night That Wouldn't End" },
    326         { "anighttoremember", "A Night to Remember" },
    327         { "anna", "Anna's Quest" },
    328         { "annieandroidautomatedaffection", "Annie Android: Automated Affection" },
    329         { "anoblegame", "A Noble Game" },
    330         { "anthonysessay", "Anthony's Essay" },
    331         { "anticipatingmurder", "Anticipating Murder" },
    332         { "antiheroes", "Anti-Heroes" },
    333         { "apiratestale", "A pirates tale" },
    334         { "aplaceinthesun", "A Place In The Sun" },
    335         { "aplacewithoutfrontier", "A Place Without Frontier" },
    336         { "apprentice", "Apprentice" },
    337         { "apprentice2", "Apprentice 2" },
    338         { "aprofoundjourney", "A Profound Journey" },
    339         { "aractaur", "Aractaur" },
    340         { "archeos", "Archeos" },
    341         { "ardensvale", "Arden's Vale" },
    342         { "ardentfever", "Ardent Fever" },
    343         { "arewethereyet", "Are we there yet?" },
    344         { "aroomwithoutyou", "A Room Without You In It" },
    345         { "armageddonmargaret", "Armageddon Margaret" },
    346         { "asecondface", "A SECOND FACE" },
    347         { "ashortnightmare", "A Short Nightmare" },
    348         { "asimplefix", "A Simple Fix" },
    349         { "asporia", "Asporia" },
    350         { "asterix", "Asterix" },
    351         { "astranded", "Astranded" },
    352         { "astron", "Astron" },
    353         { "aswinsdream", "Aswin's Dream" },
    354         { "ataintedtreat", "A Tainted Treat" },
    355         { "ataleofbetrayal", "A Tale Of Betrayal" },
    356         { "atapi", "Atapi" },
    357         { "atotkjukebox", "ATOTK jukebox" },
    358         { "atreatandsometricks", "A Treat and Some Tricks" },
    359         { "aunaturel", "Au Naturel" },
    360         { "automation", "Automation" },
    361         { "averyspecialdog", "A very special dog" },
    362         { "awakener", "Awakener" },
    363         { "awakening", "Awakening" },
    364         { "awakeningofthesphinx", "Awakening of the Sphinx" },
    365         { "awalkindatomb", "A walk in da tomb" },
    366         { "awalkinthepark", "A Walk in the Park" },
    367         { "awayinatower", "Away in a Tower" },
    368         { "awomanforallseasons", "A Woman for All Seasons" },
    369         { "axmasevetale", "A Xmas Eve Tale" },
    370         { "backdoorman", "Back Door Man" },
    371         { "badbunker", "Bad Bunker" },
    372         { "badluck", "Bad Luck" },
    373         { "baldysadventure", "Baldy's Adventure" },
    374         { "baltazarthefamiliar", "Baltazar the Familiar" },
    375         { "bananaman", "Banana Man" },
    376         { "bananaracer", "Banana Racer" },
    377         { "barndilemma", "Barn Dilemma" },
    378         { "barnrunner1", "Barn Runner Visual Novel 1: The Mayor's New Dress" },
    379         { "barnrunner5part1", "Barn Runner 5 (Part 1)" },
    380         { "barnrunner5part2", "Barn Runner 5 (Part 2)" },
    381         { "barnrunnerholiday2", "Barn Runner: Holiday 2" },
    382         { "bartsquestfortv", "Bart's Quest For TV" },
    383         { "battlewarriors", "Battle Warriors" },
    384         { "bcremake", "Black Cauldron Remake" },
    385         { "beacon", "Beacon" },
    386         { "bear", "Bear" },
    387         { "bearinvenice", "Bear in Venice" },
    388         { "beasts", "Beasts" },
    389         { "beautiesandbeasts", "Beauties and Beasts" },
    390         { "beforethedarkcrystal2", "Before the Dark Crystal II" },
    391         { "belowzero", "Below Zero" },
    392         { "bentheredanthat", "Ben There, Dan That!" },
    393         { "berthabuttsboogie", "Bertha Butt's Boogie" },
    394         { "besieged", "besieged" },
    395         { "bestowersofeternity", "Bestowers of Eternity" },
    396         { "betweenpillars", "Between the Pillars of Creation" },
    397         { "beyondreality", "Beyond Reality" },
    398         { "beyondterror", "BEYOND TERROR" },
    399         { "beyondthehorizon", "Beyond the horizon" },
    400         { "bicschristmastale", "Bic's Christmas Tale" },
    401         { "bigbadwolf3lilpiggies", "Big Bad Wolf & 3 Lil' Piggies" },
    402         { "bigblue", "Big Blue World Domination" },
    403         { "bigglesonmars", "Biggles On Mars" },
    404         { "bigtroubleinlittleimola", "Big Trouble in Little Imola"},
    405         { "billybstar", "Billy B. Star and the Lapaset Travel Quest" },
    406         { "billyboysimportantwinelottery", "Billy Boy's Important Wine Lottery" },
    407         { "billygoatsgruff", "Billy Goats Gruff" },
    408         { "billymasterswasright", "Billy Masters Was Right" },
    409         { "bioluminescence", "Bioluminescence" },
    410         { "birdy", "Birdy" },
    411         { "bitstream", "Bitstream" },
    412         { "biwa", "Biwa of Blood" },
    413         { "bjcase1", "Ben Jordan Paranormal Investigator Case 1" },
    414         { "bjcase2", "Ben Jordan Paranormal Investigator Case 2" },
    415         { "bjcase3", "Ben Jordan Paranormal Investigator Case 3" },
    416         { "bjcase4", "Ben Jordan Paranormal Investigator Case 4" },
    417         { "bjcase5", "Ben Jordan Paranormal Investigator Case 5" },
    418         { "bjcase6", "Ben Jordan Paranormal Investigator Case 6" },
    419         { "bjcase7", "Ben Jordan Paranormal Investigator Case 7" },
    420         { "bjcase8", "Ben Jordan Paranormal Investigator Case 8" },
    421         { "blackmailinbrooklyn", "Blackmail In Brooklyn" },
    422         { "blackmorph", "Black Morph" },
    423         { "blacksect1", "Black Sect Remake" },
    424         { "blacksect2", "Black Sect 2: The Cursed Crypt" },
    425         { "blackuddertodoubloonornottodoubloon", "Blackudder: To Doubloon or not to Doubloon" },
    426         { "blindtosiberia", "Blind to Siberia" },
    427         { "bluemoon", "Blue Moon" },
    428         { "boardquest", "Board Quest" },
    429         { "bob", "Bob" },
    430         { "bobencavale", "Bob en cavale" },
    431         { "bobgoeshome", "Bob Goes Home" },
    432         { "bobgoeshomedeluxe", "Bob Goes Home Deluxe" },
    433         { "bobsquest1", "Bob's Quest 1" },
    434         { "bogsadventure", "Bog's Adventures in the Underworld" },
    435         { "boogiebum", "Boogie Bum's Roger Quest" },
    436         { "boom", "Boom" },
    437         { "bowserquirkquest", "Bowser Quirk Quest" },
    438         { "box", "Box" },
    439         { "boxfight", "Boxfight" },
    440         { "boyindahood", "Boy in da hood" },
    441         { "bradbradsonkeyquest", "Brad Bradson: Key Quest" },
    442         { "breakage", "Breakage" },
    443         { "breakdown", "Breakdown" },
    444         { "brokenwindows1", "Broken Windows - Chapter 1" },
    445         { "brokenwindows2", "Broken Windows - Chapter 2" },
    446         { "brokenwindows3", "Broken Windows - Chapter 3" },
    447         { "brotherswreckers", "Brothers & Wreckers" },
    448         { "brucequest", "Bruce Quest: The Secrets of the Outback" },
    449         { "bruises", "Bruises" },
    450         { "bsg78", "BSG78 - Unexpected at the Rising Star" },
    451         { "btd", "BTD" },
    452         { "bubsybobcat", "Bubsy The Bobcat In Rip Van Bubsy Starring Bubsy" },
    453         { "buccaneer", "Buccaneer" },
    454         { "bullettrain", "Bullet Train" },
    455         { "bunawantsbeer", "Buna Wants Beer" },
    456         { "bunnyquest", "BunnyQuest" },
    457         { "burymeinthesand", "Bury Me in the Sand" },
    458         { "bustinthebastille", "Bustin' the Bastille" },
    459         { "butcherstanys", "Butcher Stanys" },
    460         { "bytheswordconspiracy", "By the Sword: Conspiracy" },
    461         { "cabbagequest", "Cabbage Quest" },
    462         { "calebsdrunkenadventure", "CALEB'S DRUNKEN ADVENTURE" },
    463         { "callmegeorge1", "Call Me George, Chapter 1: Prophecy" },
    464         { "calsoon2", "Calsoon 2" },
    465         { "camp1", "Camp 1" },
    466         { "capricorn", "Tropic of Capricorn" },
    467         { "captaincringe", "Chronicles of Captain Cringe" },
    468         { "captaindisastermoon", "Captain Disaster In: The Dark Side of the Moon" },
    469         { "carrin", "Carrin" },
    470         { "carrotbobinzxspeccyworld", "Carrot Bob in ZX speccy world" },
    471         { "cartlife", "Cart Life" },
    472         { "casablancathedayafter", "Casablanca The Day After" },
    473         { "casenoir", "Case Noir" },
    474         { "castleoffire", "Castle of Fire" },
    475         { "catacombic", "Catacombic" },
    476         { "catapault", "CATapault" },
    477         { "cayannepepper", "CAYANNE PEPPER" },
    478         { "cedricandtherevolution", "Cedric and the Revolution" },
    479         { "celticchaos2fishermensfiends", "Celtic Chaos 2 - Fishermen's fiends" },
    480         { "chalksquest", "Chalk's Quest" },
    481         { "chanceofthedead", "Chance Of The Dead" },
    482         { "charamba2", "Charamba, Chapter 2: Hallowe'en" },
    483         { "charliefoxtrot", "Charlie Foxtrot" },
    484         { "chatroom", "Chatroom" },
    485         { "cheerfulscience", "Cheerful Science" },
    486         { "chekken", "cheKKen" },
    487         { "chemin", "Chemin" },
    488         { "chezapa", "Chez Apa" },
    489         { "chickchaser", "Chick Chaser" },
    490         { "chicken", "Chicken" },
    491         { "chickenfraction", "Chicken Fraction" },
    492         { "chinesecheckers", "Chinese Checkers" },
    493         { "christmaspresent", "Christmas Present" },
    494         { "christmasquest", "Christmas Quest" },
    495         { "christmasquest2", "Christmas Quest 2" },
    496         { "christmasquest3", "Christmas Quest 3: Santa's Little Helpdesk" },
    497         { "cirquedezale", "Cirque de Zale" },
    498         { "cityofthieves", "City of Thieves: Rescue Sandy" },
    499         { "claire", "Claire" },
    500         { "classnotes", "Class Notes" },
    501         { "clipl2heblinna", "Clip goes to town" },
    502         { "clotildesoffritti", "Clotilde Soffritti in Never Buy a Used Spaceship" },
    503         { "clownatthecircus", "Clown at the Circus" },
    504         { "clubofevil", "Club of Evil" },
    505         { "coeldeckaflightgame", "Coel Decka Flight Game" },
    506         { "coinrush2", "Coin Rush 2" },
    507         { "colinsimpsonleavesemployme", "Colin Simpson Leaves Employment" },
    508         { "colourclash", "Colour Clash" },
    509         { "colourwise", "ColourWise" },
    510         { "colourwiseleveleditor", "ColourWise - Level Editor" },
    511         { "columbuslander", "Columbus Lander" },
    512         { "comedyquest", "Comedy Quest" },
    513         { "comradecitizenpart1", "Comrade Citizen (part 1)" },
    514         { "confessionsofacatburglar", "Confessions Of A Cat Burglar" },
    515         { "conspiracybelowzero", "Conspiracy: Below-Zero" },
    516         { "conspiracyofsongo", "Conspiracy of Songo" },
    517         { "constancethebarbarian", "Constance the Barbarian" },
    518         { "cornersshiny", "Corner's Shiny (2013 edition)"},
    519         { "cosmos", "Cosmos" },
    520         { "cosmosquest1", "Cosmos Quest I" },
    521         { "cosmosquest2", "Cosmos Quest II" },
    522         { "cosmosquest3", "Cosmos Quest III" },
    523         { "cougarsquestforfreedom", "Cougar's Quest for Freedom" },
    524         { "counterfeit", "Counterfeit" },
    525         { "coupdecup", "Coup de Cup" },
    526         { "cow", "cow" },
    527         { "coyote1", "Coyote Episode I: The Mexican" },
    528         { "craftofevil", "Craft Of Evil" },
    529         { "crankosaurus", "Crankosaurus Prime and the Blue Crystal Pursuit" },
    530         { "crashevadedestroy", "Crash! Evade! Destroy!" },
    531         { "crave", "Crave" },
    532         { "cryo", "Cryo" },
    533         { "crypt", "Crypt" },
    534         { "cryptic", "Cryptic" },
    535         { "crystalquest", "Crystal Quest" },
    536         { "csihunt1", "CSI Hunt 1" },
    537         { "cspb", "Cake & Smurphy Puzzle Battle!" },
    538         { "cuentosinconclusos", "Unfinished Tales" },
    539         { "cyberjack", "cyberJACK" },
    540         { "daceyinthedark", "Dacey in the Dark: Prelude" },
    541         { "dakota", "Dakota" },
    542         { "daleks", "Daleks" },
    543         { "dalesfilmquest", "Dale's Film Quest" },
    544         { "damsel", "Damsel" },
    545         { "dancetilyoudrop", "Dance Til' You Drop!" },
    546         { "danewguys", "Da New Guys" },
    547         { "dangerouslandstournamentrpg", "Dangerous Lands: Rovendale Tactics 2" },
    548         { "dannydreadisoncall", "Danny Dread is On Call" },
    549         { "darkcave", "The Dark Cave: Adventure of Princess Marian IV" },
    550         { "darkofnight", "Dark of Night" },
    551         { "darktimesmerrychristmas", "Dark Times (Merry Christmas)" },
    552         { "darum", "Darum" },
    553         { "davegeneric", "Dave Generic" },
    554         { "davidletterman", "David Letterman" },
    555         { "dawnswonderedatagesend", "Dawns Wondered: At Age's End" },
    556         { "dayofthefish", "Day of the Fish" },
    557         { "ddddd", "DDDDD" },
    558         { "deaddimension", "Dead Dimension" },
    559         { "deadhand", "Dead Hand" },
    560         { "deadmeat", "Cold Meat" },
    561         { "deadofwinter", "Dead of Winter" },
    562         { "deadpixels", "Dead Pixels" },
    563         { "deathandtransfiguration", "Death and Transfiguration" },
    564         { "deathofanangel", "Death of an Angel" },
    565         { "deathsdoor", "Death's Door" },
    566         { "deathsquest", "Deat(h)'s Quest" },
    567         { "deathworeendlessfeathersdisk1", "Death Wore Endless Feathers Disk 1" },
    568         { "demogame", "Demo Game" },
    569         { "demonday", "Demon Day" },
    570         { "demonslayer5", "Demon Slayer 5" },
    571         { "derverschwundenehusky", "Der verschwundene Husky" },
    572         { "detention", "Detention" },
    573         { "devochkaquest", "Devochka Quest" },
    574         { "dgsearchofthebatterie", "Another DG game: the search of the batteries" },
    575         { "diemaskennyarlathoteps", "Die Masken Nyarlathoteps" },
    576         { "dinnerforpigeons", "Dinner for Pigeons" },
    577         { "dislocation", "Dislocation" },
    578         { "disquiet", "Disquiet" },
    579         { "doctormaze", "The Amazing Doctor Maze" },
    580         { "doctormuttonchop", "Doctor Muttonchop" },
    581         { "donalddowell", "Donald Dowell and the Ghost of Barker Manor" },
    582         { "donnaavengerofblood", "Donna: Avenger of Blood" },
    583         { "donniedarko", "Donnie Darko - The Adventure Game" },
    584         { "donspillacyconspiracyquest", "Don Spillacy Conspiracy Quest" },
    585         { "donthedweebdancedilemma", "Don the Dweeb: Dance Dilemma" },
    586         { "dontworryillbringthebeer", "Don't Worry, I'll Bring The Beer!" },
    587         { "doomgraphicadventure", "Doom: A Very Graphic Adventure" },
    588         { "dovadulasburn", "DoVaDuLa'S BuRn" },
    589         { "dragonorb", "Dragon Orb" },
    590         { "dragontales", "DragonTales" },
    591         { "dreadmacfarlane", "Dread Mac Farlane" },
    592         { "dreadmacfarlane2", "Dread Mac Farlane - Part 2 (unfinished)" },
    593         { "dreamagine", "Dreamagine" },
    594         { "dreamer", "Little Dreamer" },
    595         { "dreamsequence", "dream sequence" },
    596         { "drlutztimetravelmachine", "Dr.Lutz Time Travel Machine" },
    597         { "dumbassdrivers", "Dumbass Drivers!" },
    598         { "dungeonhands", "Dungeon Hands" },
    599         { "duskhunters", "Dusk Hunters" },
    600         { "dusttowater", "Dust to Water" },
    601         { "dutyandbeyond", "Duty and Beyond" },
    602         { "duzzquest", "DuzzQuest" },
    603         { "duzzquest2", "DuzzQuest2" },
    604         { "dysmaton", "Dysmaton" },
    605         { "earlbobbyislookingforaloo", "Earl Bobby is looking for a Loo" },
    606         { "earlbobbyislookingforhisshoes", "Earl Bobby is looking for his Shoes" },
    607         { "earlbobbysballs", "Earl Bobby's Balls" },
    608         { "earlmansinthebreakout", "Earl Mansin: The Breakout" },
    609         { "earthlingpriorities", "Earthling Priorities" },
    610         { "easterislanddefender", "Easter Island Defender" },
    611         { "easy3d", "Easy3D" },
    612         { "echoesofterra", "Echoes of Terra" },
    613         { "edmund", "Edmund" },
    614         { "educatingadventuresofgirlandrabbit", "Educating Adventures of Girl and Rabbit" },
    615         { "einsteinmachine", "Einstein Machine" },
    616         { "eerieblue", "Eerie Blue" },
    617         { "electrctgui", "electrctGUI" },
    618         { "elevator", "Elevator" },
    619         { "elfer", "Elfer" },
    620         { "elfmotorsinc", "Elf Motors Inc." },
    621         { "elforescuecraby", "ELFO: RESCUE CRABY" },
    622         { "eliminationbyimprovisation", "Elimination by Improvisation" },
    623         { "emeraldeyes", "Emerald Eyes" },
    624         { "emilyenough", "Emily Enough" },
    625         { "emmarode", "Emma Rode" },
    626         { "emptymindblankfate", "Empty Mind - Blank Fate" },
    627         { "enoworld", "Enoworld" },
    628         { "enterthestory", "Enter The Story" },
    629         { "equilibrium", "Equilibrium" },
    630         { "erictheanteater", "Eric the Anteater" },
    631         { "erkadventuresinstoneagerealestate", "Erk: Adventures in Stoneage Real Estate" },
    632         { "errand", "Errand" },
    633         { "escape", "Escape" },
    634         { "escapefromasmallroom", "Escape From a Small Room" },
    635         { "escapefromevergreenforest", "Escape From Evergreen Forest" },
    636         { "escapefromlurrilous", "Escape from Lurrilous" },
    637         { "escapefromthesalemmoons", "Escape From The Salem Moons" },
    638         { "escapefromthezombiecity", "Escape From The Zombie City" },
    639         { "escapetheship", "Escape the ship" },
    640         { "esper", "ESPER" },
    641         { "eternallyus", "Eternally Us" },
    642         { "eventtimer", "Event Timer" },
    643         { "evildead4", "Evil Dead 4" },
    644         { "exclamation", "!" },
    645         { "exit", "Exit" },
    646         { "fadingshades", "Fading Shades" },
    647         { "fakethemoonlanding", "Fake the moon landing" },
    648         { "fallenangel", "Fallen Angel" },
    649         { "fallensoldier", "fallen soldier" },
    650         { "familieherfurth", "Der neue Wahnsinn der Familie Herfurth" },
    651         { "fanbots", "Fanbots" },
    652         { "farcorners", "The Far Corners of the World" },
    653         { "farnowhere", "FAR NOWHERE" },
    654         { "fasmo", "Fasmo!" },
    655         { "fasmogoeswest", "Fasmo Goes West" },
    656         { "fayeking", "Faye King: Jungle Jeopardy" },
    657         { "fbiquest", "FBI Quest" },
    658         { "fearaphobia", "FEARAPHOBIA" },
    659         { "featherweight", "Featherweight" },
    660         { "femspray", "FemSpray" },
    661         { "fengshuiandtheartoftvreception", "Feng Shui And The Art Of TV Reception" },
    662         { "feuersturmkapitel1", "Feuersturm - Kapitel 1" },
    663         { "feuersturmkapitel2", "Feuersturm - Kapitel 2" },
    664         { "feuersturmkapitel3", "Feuersturm - Kapitel 3" },
    665         { "fhaloness", "Fhaloness" },
    666         { "fifa2003pro", "Fifa2003Pro" },
    667         { "fightgame", "Fight Game" },
    668         { "fireflystory3d", "Firefly story 3D" },
    669         { "flamebarrel", "Flame Barrel" },
    670         { "flashbax", "Flashbax" },
    671         { "flowergirl", "flowergirl" },
    672         { "fluxworld", "Flux World" },
    673         { "forcemajeureiithezone", "Force majeure II: The Zone" },
    674         { "forfrogssakegetthefrogout", "FOR FROGS SAKE! GET THE FROG OUT!" },
    675         { "forge", "Forge" },
    676         { "forgettendeath", "Forgetten Death" },
    677         { "fortressofwonders", "Fortress of Wonders" },
    678         { "foundations", "Foundations" },
    679         { "fountainofunicorns", "Fountain of Unicorns" },
    680         { "fountainofyouth", "Indiana Jones and the Fountain of Youth" },
    681         { "framed", "Framed!" },
    682         { "frankenpooper", "Frankenpooper" },
    683         { "frankthefarmhandpart1", "Frank the Farmhand Part 1" },
    684         { "frankthefarmhandpart2", "Frank the Farmhand Part 2" },
    685         { "franticfrankoabergzwerggoneberserk", "Frantic Franko: A Bergzwerg Gone Berserk" },
    686         { "frasiercraneseattlerampage", "Frasier Crane: Seattle Rampage" },
    687         { "fredandbarneymeetthefuture", "Fred and Barney meet the future" },
    688         { "fribbeldib", "Fribbeldib" },
    689         { "frogisland", "Frog Island" },
    690         { "fsis1000000quest", "FSi's $1000000 Quest!" },
    691         { "fsisalienation", "FSi's Alienation!" },
    692         { "fsiscotmattcehotsvd", "FSi's CotMATtCEHotSVD" },
    693         { "fsismhcfhr", "FSi's MHCFHR!" },
    694         { "fsispowercowfromuranus", "FSi's POWERCOW FROM URANUS!" },
    695         { "fulkinthedreamthaus", "fulk in the dreamt haus" },
    696         { "funsunmishaps", "Fun, Sun & Mishaps" },
    697         { "funwithnumbers", "Fun With Numbers" },
    698         { "gabyking", "GabyKing" },
    699         { "gamesgalore", "GAMES GALORE" },
    700         { "gassesuittollis3", "Gasse Suit Tollis 3" },
    701         { "gatewayremake", "Gateway Remake" },
    702         { "genbu", "Genbu" },
    703         { "geometricshapes1circleboy", "Geometric Shapes 1: Circleboy" },
    704         { "gesundheit", "Gesundheit!" },
    705         { "getawayfrompluto", "Get away from PLUTO" },
    706         { "getfood", "Get food" },
    707         { "ghostvoyage", "Ghost Voyage" },
    708         { "glitchquest", "Glitch Quest" },
    709         { "glitchquestnofun", "Glitch Quest (nofun)" },
    710         { "gnomeshomebrewingadventure", "Gnome's Homebrewing Adventure" },
    711         { "gnrblexags", "Gnrblex_AGS" },
    712         { "goneboatfishin", "Gone Boat Fishin'" },
    713         { "goodman", "Good Man" },
    714         { "goodmorningmrgingerbread", "Good Morning, Mr. Gingerbread!" },
    715         { "goodsantabadsanta", "Good Santa, Bad Santa" },
    716         { "gotalight", "Got a Light?" },
    717         { "gpslostadventure", "G P's Lost Adventure" },
    718         { "graveyard", "Graveyard" },
    719         { "gremlin", "Gremlin" },
    720         { "grizzlygooseofgosse", "Grizzly Goose of Gosse" },
    721         { "grok", "Grok" },
    722         { "grr", "Grr!" },
    723         { "guardiansofgold", "Guardians of Gold" },
    724         { "guyslug", "Guy Slug" },
    725         { "guyverquest2", "Guyver Quest II: Cronos" },
    726         { "guyverquest1", "Guyver Quest I: Sho Adventure" },
    727         { "gville1", "G-ville 1" },
    728         { "hack", "Hack" },
    729         { "halloween", "Halloween" },
    730         { "halloweenhorror", "Halloween Horror" },
    731         { "hallwayofadventures", "Hallway of Adventures" },
    732         { "hangon", "Hang On" },
    733         { "hansenhotel", "Hansen Hotel" },
    734         { "happyduckieadventure", "Happy Duckie Adventure" },
    735         { "hardspaceconquestofthegayliks", "Hard Space: Conquest of the Gayliks" },
    736         { "harrys21stbirthday", "Harry's 21st Birthday" },
    737         { "haventhesmallworld", "Haven - The Small World" },
    738         { "heartlanddeluxe", "Heartland Deluxe" },
    739         { "heartland", "Heartland" },
    740         { "heatwave", "Heatwave" },
    741         { "heavymetalnannulfthestrangestage", "Heavy Metal Nannulf: The Strange Stage" },
    742         { "heed", "Heed" },
    743         { "helpthegame", "HELP! the game" },
    744         { "henkstroemlostincellar", "Henk Stroem Lost In Cellar" },
    745         { "henman", "Hen Man" },
    746         { "herby", "Herby" },
    747         { "heroinesquest", "Heroine's Quest: The Herald of Ragnarok" },
    748         { "hesgonehistorical", "He's Gone Historical" },
    749         { "hhgtgtowelday", "H2G2: Towel Day" },
    750         { "hiddenplains", "Hidden Plains" },
    751         { "hiddentreasureryansfortune", "Hidden Treasure: Ryan's Fortune" },
    752         { "hide", "Hide" },
    753         { "hiliaderoleagainsthell", "Hilia Derole against Hell" },
    754         { "him", "Him" },
    755         { "hitchhikersguidetothegalaxyremake", "The Hitchhiker's Guide to the Galaxy Remake" },
    756         { "hitthefreak", "Hit the Freak" },
    757         { "hlobb", "HLoBB" },
    758         { "hood", "Hood" },
    759         { "hope", "Hope" },
    760         { "horseparkdeluxe", "Horse Park DeLuxe" },
    761         { "horseparkfantasy", "Horse Park Fantasy" },
    762         { "hotel", "Hotel" },
    763         { "hotelhijinks", "Hotel Hijinks" },
    764         { "houseofhorror", "House of Horror" },
    765         { "howmany", "How many..." },
    766         { "howtheyfoundsilence", "How They Found Silence" },
    767         { "huongjiaoping", "Huong Jiao Ping" },
    768         { "huxzadventure", "Huxz Adventure" },
    769         { "hydeandseek", "Hyde and Seek" },
    770         { "iamjason", "IAMJASON" },
    771         { "id", "iD" },
    772         { "iforgot", "I forgot..." },
    773         { "igs", "IGS" },
    774         { "iiispy", "IIISpy" },
    775         { "illuminationdiminishing", "IlluminationDiminishing" },
    776         { "imnotcrazyrightthecell", "I'm not crazy, right? - The Cell" },
    777         { "imnotcrazyrightthewell", "I'm not crazy, right? - The Well" },
    778         { "indycomingofage", "Indiana Jones - Coming of Age" },
    779         { "indypassageofsaints", "Indiana Jones and the Passage of Saints" },
    780         { "indyrelicoftheviking", "Indiana Jones and the relic of the viking" },
    781         { "indianarodent", "Indiana Rodent and the Raiders of the Lost Cheese" },
    782         { "indycositalianver", "IndyCoS - Italian ver" },
    783         { "infectionep2", "Infection_Ep_II" },
    784         { "infectionitheship", "Infection I - The ship" },
    785         { "inferno", "Inferno" },
    786         { "infinitemonkeys", "Infinite Monkeys" },
    787         { "insidemonkeyisland", "Inside Monkey Island" },
    788         { "insidemonkeyisland2", "Inside Monkey Island: 2nd chapter" },
    789         { "inspectorgismoe", "Inspector Gismoe" },
    790         { "integerbattleship", "Integer Battleship" },
    791         { "intergalacticspacepancake", "Intergalactic Space Pancake!" },
    792         { "intothelight", "Into The Light" },
    793         { "invincibleisland", "Invincible Island" },
    794         { "ioawn4t", "If On A Winter's Night, Four Travelers" },
    795         { "isnkill", "ISN: Kill!" },
    796         { "isos", "ISOS" },
    797         { "itsabugslife", "It's a Bugs Life" },
    798         { "iwalkedapath", "I walked a path" },
    799         { "iwantout", "I want out!" },
    800         { "iwwhiiwwhitomirotpgthegame", "IWWHIIWWHITOMIROTPG: The Game!" },
    801         { "jacob", "Jacob" },
    802         { "jacquelinewhitecurseofthemummies", "Jacqueline White - Curse of the Mummies" },
    803         { "jamesbond", "James Bond" },
    804         { "jamesinneverland", "James in Neverland" },
    805         { "jamesperis", "James Peris" },
    806         { "jamesperis2", "James Peris 2" },
    807         { "javelincatch", "Javelin Catch" },
    808         { "jimmsquest3", "Jimm's Quest III" },
    809         { "jimmysday", "Jimmy's Day" },
    810         { "jimmythetroublemaker", "Jimmy The Troublemaker" },
    811         { "joeshorriblehell", "Joe's Horrible Hell" },
    812         { "joesmiserablelife", "Joe's Miserable Life" },
    813         { "johnharris", "John Harris and the Treasure of the Pharaoh" },
    814         { "johnjebediahgunelisoladisepheret", "John Jebediah Gun e l'Isola di Sepheret" },
    815         { "johnlosthiskey", "John Lost his key" },
    816         { "johnnyrocket", "Johnny_Rocket" },
    817         { "johnsinclair", "John Sinclair - Voodoo in London" },
    818         { "jonnysmallvalley", "Jonny Smallvalley" },
    819         { "jorry", "Jorry" },
    820         { "juliusdangerous2", "Julius Dangerous 2" },
    821         { "juliusdangerousandthespaceinvaders", "Julius Dangerous .. and the space invaders" },
    822         { "justanotherpointnclickadventure", "Just Another Point n Click Adventure" },
    823         { "kanjigakusei", "Kanji Gakusei" },
    824         { "kartquest", "Kart-Quest" },
    825         { "kathyrain", "Kathy Rain" },
    826         { "keptoshi", "Keptosh I" },
    827         { "keys", "Keys" },
    828         { "killereye", "Killer Eye" },
    829         { "killjoseda", "Kill Joseda" },
    830         { "killthelights", "Kill The Lights" },
    831         { "kingdomlegends", "Kingdom Legends" },
    832         { "kingsquestfororgy", "King's Quest for Orgy" },
    833         { "kinkyisland", "Kinky Island" },
    834         { "knightquestforgoldenring", "Knight Quest for Golden Ring" },
    835         { "knightsquest3", "Knight's Quest III" },
    836         { "knightsquest4", "Knight's Quest IV" },
    837         { "knobblycrook", "The Knobbly Crook" },
    838         { "koddurova", "Kod Durova" },
    839         { "koffeekrisis", "Koffee Krisis" },
    840         { "koscheitheimmortal", "Koschei The Immortal" },
    841         { "kq3plus", "Kings Quest III+" },
    842         { "kq4retold", "King's Quest IV: The Perils of Rosella Retold" },
    843         { "kristmaskrisis", "Kristmas Krisis" },
    844         { "ktx1", "KTX-1" },
    845         { "kumastory", "Kuma Story" },
    846         { "labor", "Labor" },
    847         { "labratescape", "Lab Rat Escape" },
    848         { "labyrinth", "Labyrinth" },
    849         { "lacicuta1", "La Cicuta1" },
    850         { "lacroixpan", "La Croix Pan" },
    851         { "laffaireaspirox", "L'Affaire Aspirox" },
    852         { "lagrancastanya", "La Gran Castanya" },
    853         { "lallaveyfabianshones", "LA LLAVE Y FABIAN SHONES" },
    854         { "lamaleta", "La Maleta" },
    855         { "laodiseadelfracaso2", "La Odisea del Fracaso II" },
    856         { "laportenoire", "La porte noire" },
    857         { "larrylotter", "Larry Lotter and the Test of Time" }, // aka Warthogs
    858         { "lastnfurious", "Last'n'Furious" },
    859         { "laundryday", "Laundry Day" },
    860         { "lavablava", "Lava Blava" },
    861         { "lazaruswantspants", "Lazarus Wants Pants" },
    862         { "lazytownthenewkid", "LazyTown: The New Kid" },
    863         { "lbstoryofcedrickdusce", "LB: Story of Cedrick DUSCE!" },
    864         { "lechuckstories", "LeChuck Stories" },
    865         { "legendofrovendale", "Legend of Rovendale" },
    866         { "legendofseththebard", "Legend of Seth the Bard" },
    867         { "legendsofmardaram", "Legends of Mardaram" },
    868         { "leisuresuitlarry2", "Leisure Suit Larry 2 - Point and Click" },
    869         { "leisuresuitlarrylil", "Leisure Suit Larry: L i L" },
    870         { "lesmiserables", "Les Miserables" },
    871         { "lessthanthree", "Less Than Three" },
    872         { "lessurvivants", "Les Survivants" },
    873         { "lichdomwheresdidiputthat", "Lichdom - Where's did I put that..." },
    874         { "life", "Life" },
    875         { "lifeboatstoryofcedrick", "Lifeboat: Story of Cedrick" },
    876         { "lifeofdduck", "Life of D. Duck" },
    877         { "lifeofdduck2", "Life of D. Duck II" },
    878         { "liftreasureofthetanones", "Lif Treasure of the Tanones" },
    879         { "lightcycles", "AGS Cycles" },
    880         { "lightningmaster", "Lightning Master" },
    881         { "likeafox", "Like a Fox!" },
    882         { "limbo", "Limbo" },
    883         { "limeylizardwastewizard", "Limey Lizard: Waste Wizard" },
    884         { "litnunforgettablememories", "LitN Unforgettable Memories" },
    885         { "littlegirlinunderland", "Little Girl in Underland" },
    886         { "livingnightmaredeluxe", "Living Nightmare Deluxe" },
    887         { "livingnightmareendlessdream", "Living Nightmare: Endless Dream" },
    888         { "livingnightmarefreedom", "Living Nightmare: Freedom" },
    889         { "lockedout", "Locked Out" },
    890         { "loftusandtheskycap", "Loftus and the Sky Cap" },
    891         { "lonecase", "LoneCase" },
    892         { "lonecase2", "Lone Case 2" },
    893         { "lonecase3showdown", "LoneCase3:Showdown" },
    894         { "lonelynight", "Lonely night" },
    895         { "longexpectedfriday", "Long expected Friday" },
    896         { "lonkeyisland", "The Tale of Lonkey Island" },
    897         { "loomiireturnoftheswans", "Loom II: Return of the Swans" },
    898         { "losjovenesdelaguerra", "Los Jovenes De La Guerra" },
    899         { "lostanswers", "Lost Answers" },
    900         { "lostinparadise", "Lost In Paradise" },
    901         { "lostinthenightmare", "Lost In The Nightmare" },
    902         { "lostinthetomb", "Lost In The Tomb" },
    903         { "lostinthewoods", "Lost In The Woods" },
    904         { "lucasmaniac", "Lucas Maniac!" },
    905         { "lucidlucy", "LUCID LUCY" },
    906         { "lucylavender", "Lucy Lavender" },
    907         { "lukesexistentialnightmare", "Luke's Existential Nightmare" },
    908         { "lunarlanderprototype", "Lunar Lander Prototype" },
    909         { "lunchtimeofthedamned", "Lunchtime Of The Damned" },
    910         { "lydiaandthemysteryofnellrenomanor", "Lydia and the Mystery of Nellreno Manor" },
    911         { "maggieandmax", "Maggie and Max" },
    912         { "magic8ball", "Magic-8-Ball" },
    913         { "magicalwhatevergirlrocksoutinthestoneage", "Magical Whatever Girl Rocks Out In The Stone Age" },
    914         { "magicballoffortune", "Magic Ball of Fortune" },
    915         { "magnumpm", "Magnum, P.M" },
    916         { "magsgame", "Mags Game" },
    917         { "magsic", "Magsic" },
    918         { "magsic2", "Magsic II" },
    919         { "magsjan", "MAGS-Jan" },
    920         { "magsjune2017", "MAGS june 2017" },
    921         { "magssep2007", "MAGS Sep 2007" },
    922         { "manboy", "Man Boy" },
    923         { "maniacland", "Maniacland" },
    924         { "maniacmansiondeluxe", "Maniac Mansion Deluxe" },
    925         { "maniacmetalheadmania", "Maniac Metalhead Mania" },
    926         { "mardsrevengebytk", "Mard's Revenge by TK" },
    927         { "martyausdemall", "Marty aus dem All" },
    928         { "mash", "M*A*S*H*: The Point n' Click Adventure" },
    929         { "mastersofsound", "Masters of Sound" },
    930         { "matttothefuture", "Matt to the Future" },
    931         { "medicaltheoriesofdrkur", "Medical Theories of Dr Kur" },
    932         { "mego2008silvesteredition", "Me Go 2008: Silvester Edition" },
    933         { "megoaway", "Me Go... Away!" },
    934         { "megocannibaljungle", "Me Go Cannibal Jungle!" },
    935         { "megostore", "Me Go Store!" },
    936         { "melrin1", "Melrin: The Disciple Ordeal" },
    937         { "melrin2", "Melrin: The Pendant Quest" },
    938         { "melrin3", "Melrin: The Dragon Menace" },
    939         { "meltdrake3chapter1", "Melt & Drake 3 Chapter 1" },
    940         { "memoriesfade", "Memories Fade" },
    941         { "meninhats", "Men In Hats" },
    942         { "merrychristmas", "Merry Christmas" },
    943         { "messedupmothergoosedeluxemyassenhanced", "Messed-Up Mother Goose - DELUXE MY ASS: ENHANCED" },
    944         { "meta", "META" },
    945         { "metaphobia", "Metaphobia" },
    946         { "meteorheadrecycled", "METEORHEAD RECYCLED" },
    947         { "mi5thereturnoflechuck", "Monkey Island 5: The Return of LeChuck" },
    948         { "mibaddaytobedead", "MI:Bad Day to be Dead" },
    949         { "micarnivalofthedamned", "MI:Carnival of the Damned" },
    950         { "mickeymauserpart1", "Mickey Mauser: Part 1" },
    951         { "midastouch", "midastouch" },
    952         { "mikelechey", "Mike Lechey" },
    953         { "mikesroom2", "Mikes Room2" },
    954         { "milkshake", "Milkshake" },
    955         { "mindboggler", "MINDBOGGLER" },
    956         { "mindseye", "Mind's Eye" },
    957         { "minigame3", "Mini Game 3" },
    958         { "minigame4", "Mini Game 4" },
    959         { "missingsincemidnight", "Missing since Midnight" },
    960         { "mistdelaescueladearte", "Mist. de la Escuela de Arte" },
    961         { "mixertest", "Mixer Test" },
    962         { "mmm1", "MMM 001: Geschwisterliebe" },
    963         { "mmm2", "MMM 002: Unruhen" },
    964         { "mmm3", "MMM 003: Stubenarrest" },
    965         { "mmm4", "MMM 004: Mimikry der Emotionen" },
    966         { "mmm5", "MMM 005: Rhythmen zum Reinbeißen" },
    967         { "mmm6", "MMM 006: Er is' weg" },
    968         { "mmm7", "MMM 007: Right said Fred!?!" },
    969         { "mmm8", "MMM 008: Die Abfuhr" },
    970         { "mmm9", "MMM 009: Radioaktiv" },
    971         { "mmm10", "MMM 010: Tales of the Weird Ed" },
    972         { "mmm11", "MMM 011: Ein haariger Ausflug" },
    973         { "mmm12", "MMM 012: Serien-Special: GIGA Mansion" },
    974         { "mmm13", "MMM 013: Nur geträumt" },
    975         { "mmm14", "MMM 014: Ed's Rache für den Hamsterbraten" },
    976         { "mmm15", "MMM 015: Ortmaschine" },
    977         { "mmm16", "MMM 016: Meteor Family - Die Rückkehr des Meteoriten" },
    978         { "mmm17", "MMM 017: Das Labor" },
    979         { "mmm18", "MMM 018: Shit Happens!" },
    980         { "mmm21", "MMM 021: Rettet Kanal 13!" },
    981         { "mmm22", "MMM 022: Presserummel" },
    982         { "mmm23", "MMM 023: Das verflixte Geschenk" },
    983         { "mmm24", "MMM 024: Time Machine" },
    984         { "mmm26", "MMM 026: Zeitenwende" },
    985         { "mmm27", "MMM 027: Hamsternator" },
    986         { "mmm28", "MMM 028: Time Machine 2" },
    987         { "mmm29", "MMM 029: Flucht des Meteoriten" },
    988         { "mmm30", "MMM 030: Memories of Zak" },
    989         { "mmm31", "MMM 031: Britneys Suche" },
    990         { "mmm32", "MMM 032: The Secret of Maniac Mansion" },
    991         { "mmm33", "MMM 033: Carry on Smiley!" },
    992         { "mmm34", "MMM 034: Helden des Tages" },
    993         { "mmm35", "MMM 035: Weggebeamt" },
    994         { "mmm36", "MMM 036: Der Liebesbrief" },
    995         { "mmm37", "MMM 037: Verabredung mit Dave" },
    996         { "mmm38", "MMM 038: Rescue Mission" },
    997         { "mmm39", "MMM 039: Erinnerungen" },
    998         { "mmm40", "MMM 040: Verflixte Türen" },
    999         { "mmm41", "MMM 041: Das neue Jugendschutzgesetz" },
    1000         { "mmm42", "MMM 042: Die furchtbaren Pläne des Psycho Bernie" },
    1001         { "mmm43", "MMM 043: Vorsicht, Edna kommt!" },
    1002         { "mmm44", "MMM 044: Razors grosser Auftritt" },
    1003         { "mmm45", "MMM 045: Maniac Monday" },
    1004         { "mmm46", "MMM 046: Verschollen" },
    1005         { "mmm47", "MMM 047: Maniac Ostern" },
    1006         { "mmm48", "MMM 048: Wendy und das Buch des Todes" },
    1007         { "mmm49", "MMM 049: Clouso's grösster Coup" },
    1008         { "mmm50", "MMM 050: Das Date 3" },
    1009         { "mmm51", "MMM 051: Ortmaschine II" },
    1010         { "mmm52", "MMM 052: Ein irrer Tag eines Ronvillers" },
    1011         { "mmm53", "MMM 053: Der Klaus schlägt zurück" },
    1012         { "mmm54", "MMM 054: CSI:RONVILLE" },
    1013         { "mmm55", "MMM 055: Hamsters of the mysterious man: Chapter of dream" },
    1014         { "mmm56", "MMM 056: Grotten-Urlaub" },
    1015         { "mmm57", "MMM 057: Ein geheimnisvoller Ausflug" },
    1016         { "mmm58", "MMM 058: The People's Court" },
    1017         { "mmm59", "MMM 059: Computerliebe" },
    1018         { "mmm60", "MMM 060: Jahrmarkt der Verdammten" },
    1019         { "mmm61", "MMM 061: Bernards Room" },
    1020         { "mmm63", "MMM 063: Books - Deals unter Nachbarn" },
    1021         { "mmm64", "MMM 064: Baranoia" },
    1022         { "mmm65", "MMM 065: Save Smiley!" },
    1023         { "mmm66", "MMM 066: Hoagies neuer Freund" },
    1024         { "mmm66akt3", "MMM 066: Hoagies neuer Freund - Akt 3: Der verbotene Akt" },
    1025         { "mmm67", "MMM 067: Die Schöne und das Biest" },
    1026         { "mmm68", "MMM 068: MaMMa ante Portas" },
    1027         { "mmm69", "MMM 069: Samstag" },
    1028         { "mmm70", "MMM 070: Maniac Mansion Begins" },
    1029         { "mmm71", "MMM 071: Neue Abenteuer auf Terra" },
    1030         { "mmm72", "MMM 072: Mindbending TV" },
    1031         { "mmm73", "MMM 073: Even a broken Clock" },
    1032         { "mmm74", "MMM 074: Ted Edison and the Curse of King RootenTooten" },
    1033         { "mmm75", "MMM 075: Das Necronomicon" },
    1034         { "mmm76", "MMM 076: The Bernoulli-Show" },
    1035         { "mmm77", "MMM 077: Schwer verquer" },
    1036         { "mmm78", "MMM 078: Dumm geholfen" },
    1037         { "mmm79", "MMM 079: Der Wunsch-O-Mat" },
    1038         { "mmm80", "MMM 080: Spiel des Lebens" },
    1039         { "mmm81", "MMM 081: Bernard bricht aus!" },
    1040         { "mmm82", "MMM 082: Freundin mit Hindernissen" },
    1041         { "mmm83", "MMM 083: Chasing Hoagie" },
    1042         { "mmm84", "MMM 084: Surf'n'Ronville" },
    1043         { "mmm85", "MMM 085: Freundin mit Hindernissen - Part 2" },
    1044         { "mmm86", "MMM 086: Bernard bekommt Besuch" },
    1045         { "mmm87", "MMM 087: Das Geheimnis des Blakes Hotel von Ronville" },
    1046         { "mmm88", "MMM 088: Der alltägliche Wahnsinn" },
    1047         { "mmm89", "MMM 089: Der Weltrettungsalgorithmus - Die neue Version" },
    1048         { "mmm90", "MMM 090: Kofferpacken" },
    1049         { "mmm91", "MMM 091: Fels in der Brandung" },
    1050         { "mmm93", "MMM 093: Murder at the Moonshine Mansion" },
    1051         { "mmm94", "MMM 094: Maniac on the Mississippi" },
    1052         { "mmm95", "MMM 095: Britney's Flucht" },
    1053         { "mmm96", "MMM 096: Dave's Home Odyssey" },
    1054         { "mmm97", "MMM 097: Tollhaus-Weihnachten" },
    1055         { "mmm98", "MMM 098: Maniac Apartment" },
    1056         { "mmm99", "MMM 099: Die Premiere" },
    1057         { "mmm100", "MMM 100: Money Mansion" },
    1058         { "mmmhw1", "MMM Halloween 05-1" },
    1059         { "mmmhw2", "MMM Halloween 05-2: Escape from Maniac Mansion" },
    1060         { "mmmhw3", "MMM Halloween 05-3: Day of the Dead" },
    1061         { "mmmhw4", "MMM Halloween 05-4: MMM-Horror" },
    1062         { "mmmhw5", "MMM Halloween 05-5: Redrum" },
    1063         { "mmmhw6", "MMM Halloween 06-1: The Curse of Maniac Mansion" },
    1064         { "mmmhw7", "MMM Halloween 06-2: Hä? Ich glaub' ich spinne!" },
    1065         { "mmmhw8", "MMM Halloween 10-1: Das Monster aus der Racoon Lagoon" },
    1066         { "mmmhw9", "MMM Halloween 10-2: TMMCMFH" },
    1067         { "mmmhw10", "MMM Halloween 10-3: Und Bernard läutet zur Geisterstunde" },
    1068         { "mmmhw11", "MMM Halloween 10-4: Bad and Mad" },
    1069         { "moncul", "Mon Cul!" },
    1070         { "monkeyklon", "A Clone of Monkey Island" },
    1071         { "monkeystothemoon", "Monkeys to the Moon" },
    1072         { "monkeywrench", "monkeywrench" },
    1073         { "monsterfromthehountedhill", "Monster from the hounted hill" },
    1074         { "moonlightmoggy", "Moonlight Moggy" },
    1075         { "moose", "Moose" },
    1076         { "moose2", "Moose 2" },
    1077         { "mordimlaufrad", "Mord im Laufrad" },
    1078         { "mordy2", "Mordy2" },
    1079         { "mothersday", "Mothers Day" },
    1080         { "motlpaa", "MOTLPAA" },
    1081         { "mountainofmadness", "Mountain of Madness" },
    1082         { "mourirenmer", "Mourir en mer" },
    1083         { "mrbee", "Mr Bee" },
    1084         { "mrdangerscontest", "Mr. Danger's Contest" },
    1085         { "mudlarks", "Mudlarks" },
    1086         { "murderinthemansion", "Murder in the Mansion" },
    1087         { "murderofadrianelkwood", "Murder of Adrian Elkwood" },
    1088         { "murphyssalvagejustmyluck", "Murphy's Salvage: Just My Luck" },
    1089         { "murranchronicles1", "Murran Chronicles 1" },
    1090         { "murranchronicles2", "Murran Chronicles 2" },
    1091         { "murranchronicles3", "Murran Chronicles 3 - Life Drinker" },
    1092         { "myburdentokeep", "My Burden to Keep" },
    1093         { "mysterioushouse", "Mysterious house" },
    1094         { "mysticseer", "Mystic Seer" },
    1095         { "mythicalgambitflawlessfatality", "Mythical Gambit: Flawless Fatality" },
    1096         { "mzi", "Mission Zukunftia" },
    1097         { "mzi2", "Mission Zukunftia 2" },
    1098         { "nanobots", "Nanobots" },
    1099         { "necroquest", "Necroquest" },
    1100         { "nedysadventure", "Nedy's adventure" },
    1101         { "nekusnewtrip", "Neku's new trip" },
    1102         { "nellycootalot", "Nelly Cootalot: Spoonbeaks Ahoy!" },
    1103         { "nellycootalot-hd", "Nelly Cootalot: Spoonbeaks Ahoy! HD" },
    1104         { "neosaires2070", "Neos Aires 2070" },
    1105         { "nesquest", "NES Quest" },
    1106         { "news", "N.E.W.S." },
    1107         { "nickitandrun", "Nick it and Run!!!" },
    1108         { "niemandsland", "Das Niemandsland" },
    1109         { "nightoftheravingfeminist", "Night of the Raving Feminist" },
    1110         { "nightwork", "Nightwork" },
    1111         { "noactionjackson", "No-Action Jackson" },
    1112         { "noahsquest", "Noah's Quest" },
    1113         { "nobodycares", "Nobody Cares" },
    1114         { "noiamspartacus", "No, I Am Spartacus!" },
    1115         { "noisymountain", "Noisy Mountain" },
    1116         { "nomonkeysbanana", "No Monkey's Banana" },
    1117         { "norbisquest", "Norbi's quest" },
    1118         { "norbisquest15", "Norbi's quest 1,5" },
    1119         { "norbisquest2", "Norbi's quest 2" },
    1120         { "norbiwinterspecial", "Norbi winter special" },
    1121         { "normancooks", "Norman Cooks" },
    1122         { "norserunereader", "Norse Rune Reader" },
    1123         { "noughtscrosses", "Noughts & Crosses" },
    1124         { "oceanspiritdennisscourgeoftheunderworld", "Oceanspirit Dennis: Scourge of the Underworld" },
    1125         { "odottamaton", "Odot Tamat On" },
    1126         { "offtheclock", "Off The Clock" },
    1127         { "ohdulieber", "Oh du lieber Augustin" },
    1128         { "omnipotenttarot", "Omnipotent Tarot" },
    1129         { "onceuponacrime", "Once Upon A Crime" },
    1130         { "onceuponatime", "Once Upon A Time" },
    1131         { "one", "One" },
    1132         { "onemorefathom", "One More Fathom" },
    1133         { "oneofakindadivinecomedyofmistakes", "One Of A Kind: A Divine Comedy of Mistakes" },
    1134         { "onespytoomany", "One spy too many" },
    1135         { "oneweekoneroom", "One Week One Room" },
    1136         { "onleavingthebuilding", "On Leaving The Building" },
    1137         { "onlythegooddieyoungenglishversion", "Only The Good Die Young - english version" },
    1138         { "openquest", "OpenQuest!" },
    1139         { "operationnovi", "Operation Novi" },
    1140         { "operationsavebluecup", "Operation Save Blue Cup" },
    1141         { "orangeman", "Orange man" },
    1142         { "orowgame", "ORow Game" },
    1143         { "osdarayofhope", "OSD: A Ray of Hope" },
    1144         { "osdocd", "OSD:OCD" },
    1145         { "osdthelostworldep2", "OSD.The lost world ep 2" },
    1146         { "osher", "Boundless Osher - Osher Bli Gvulot" }, // Hebrew title: אושר בלי גבולות
    1147         { "otakurivals", "Otaku Rivals" },
    1148         { "otherworlds", "Other Worlds" },
    1149         { "otisbuildsafire", "Otis Builds a Fire" },
    1150         { "ouja", "Ouja" },
    1151         { "outbreakbyabhijitkamat", "Outbreak by Abhijit Kamat" },
    1152         { "outofgas", "Out of Gas" },
    1153         { "overtheedge", "The Journey Down: Over the Edge" },
    1154         { "owlsquest", "Owl's Quest" },
    1155         { "palettequest2", "Palette Quest 2" },
    1156         { "pandainspace", "Panda In Space" },
    1157         { "pandor", "Pandor" },
    1158         { "paperplanes", "Paper Planes" },
    1159         { "paradiselost", "Paradise Lost" },
    1160         { "parameciumcomplex", "Paramecium Complex" },
    1161         { "paranormalwarriorwithin", "Paranormal Warrior Within" },
    1162         { "party", "Party" },
    1163         { "patchwork", "Patchwork" },
    1164         { "paulaimwunderland", "Paula im Wunderland" },
    1165         { "paulmooseinspaceworld", "Paul Moose In Space World" },
    1166         { "paulquest", "Paul Quest" },
    1167         { "paulromano", "Paul Romano - Recollection" },
    1168         { "pennistheultimateinpong", "Pennis: The Ultimate in Pong!" },
    1169         { "perfidiouspetrolstation", "The Perfidious Petrol Station" },
    1170         { "perilsofpoom", "PERILS OF POOM" },
    1171         { "pesterquest", "Pester Quest" },
    1172         { "petalrose", "Petal Rose" },
    1173         { "pharmacistjones", "Pharmacist Jones" },
    1174         { "pickpocketrpg", "Pickpocket RPG" },
    1175         { "pilotlight", "Pilot Light" },
    1176         { "pimpinonparakuss", "Pimpin On Parakuss" },
    1177         { "piratefry2", "Pirate Fry 2" },
    1178         { "piratefry3", "Pirate Fry 3" },
    1179         { "pirates", "Pirates!" },
    1180         { "piratess", "Piratess" },
    1181         { "piss", "PISS" },
    1182         { "pixelhunt", "Pixel Hunt" },
    1183         { "pixia", "Pixia" },
    1184         { "pixxxelhuntertheepic", "Pixxxelhunter The Epic" },
    1185         { "pizzanostra", "Pizza Nostra" },
    1186         { "plan10frommypants", "Plan 10 from MY PANTS!!!" },
    1187         { "planetxmas", "Planet Xmas" },
    1188         { "platformerius", "Platformerius" },
    1189         { "platformhorde", "Platform Horde" },
    1190         { "pledgequest1", "Pledge Quest 1" },
    1191         { "pledgequest2", "Pledge Quest 2" },
    1192         { "pleurghburgdarkages", "Pleurghburg: Dark Ages" },
    1193         { "plumberboy", "Plumberboy" },
    1194         { "pm-cute", "PM Cute" },
    1195         { "pmuvchvt", "PMUVCHVT" },
    1196         { "pmxi", "PMXI" },
    1197         { "pocketfluffyay", "PocketFluff_yay!" },
    1198         { "politicallyyours", "Politically Yours" },
    1199         { "ponderabilia", "Ponderabilia" },
    1200         { "pong", "Pong" },
    1201         { "postmanonlydiesonce", "The Postman Only Dies Once" },
    1202         { "postmansquest", "Postman's Quest" },
    1203         { "potterrpg", "PotterRPG" },
    1204         { "powernap", "Power Nap" },
    1205         { "powerunlimited", "Power Unlimited" },
    1206         { "pqtadventure", "PQT Adventure" },
    1207         { "practicescript", "Practice Script" },
    1208         { "predatorspreyforplants", "Predators Prey For Plants" },
    1209         { "preludetoadventure", "A Prelude to an Adventure" },
    1210         { "princessandallthekingdom", "Princess and all the kingdom" },
    1211         { "princessmarianix", "Princess Marian IX" },
    1212         { "princessmariansnowfight", "Princess Marian Snow Fight!" },
    1213         { "princessmarianspigeonpinger", "Princess Marian's Pigeon Pinger" },
    1214         { "princessmarianxmagichat", "Princess Marian X: Magic Hat" },
    1215         { "principlesofevil", "Principles of Evil" },
    1216         { "principlesofevil2", "Principles of Evil II" },
    1217         { "prisonersofice", "Prisoners of Ice" },
    1218         { "prodigal", "Prodigal" },
    1219         { "profneely", "Professor Neely And The Death Ray Of Doom" },
    1220         { "projectevilspy2", "Project Evilspy II" },
    1221         { "proofoffiction", "Proof of Fiction" },
    1222         { "prototypical", "Prototypical" },
    1223         { "proxecto", "Proxecto" },
    1224         { "psychopomp", "Psychopomp" },
    1225         { "pubmasterquest2", "pub master quest.2" },
    1226         { "pubmastersquest", "Pub Masters Quest" },
    1227         { "puddypenguin", "Puddy Penguin" },
    1228         { "pupupupulaisenseikkailut", "Pupu Pupulaisen Seikkailut" },
    1229         { "purgatorio", "Purgatorio" },
    1230         { "purityofthesurf", "Purity of the Surf" },
    1231         { "pussiehunt", "Pussie Hunt" },
    1232         { "puzzlepumice", "Puzzle of the Pulchritudinous Pumice" },
    1233         { "puzzlebots", "Puzzle Bots" },
    1234         { "pxenophobe", "PXenophobe" },
    1235         { "quantumnauts", "QUANTUMNAUTS" },
    1236         { "questfighter", "Quest Fighter" },
    1237         { "questfighter2", "Quest Fighter II" },
    1238         { "questforcinema", "QuestForCinema" },
    1239         { "questforjesus", "Quest for Jesus" },
    1240         { "questforpalette", "Quest for Palette" },
    1241         { "questforthebluecup", "Quest for the Blue Cup" },
    1242         { "questforyeti", "Quest for Yeti" },
    1243         { "questforyrolg", "Quest for Yrolg" },
    1244         { "quieromorir", "Quiero Morir" },
    1245         { "quimbyquestanewdope", "Quimby Quest: A New Dope" },
    1246         { "race", "R.ACE" },
    1247         { "racist", "Racist" },
    1248         { "rackham", "Rackham" },
    1249         { "ralphtheraven", "Ralph the Raven" },
    1250         { "ramghost", "RAM Ghost" },
    1251         { "ramsesporter", "Ramses Porter and the Relay for Love" },
    1252         { "rango", "Rango" },
    1253         { "ratchannel", "Rat Channel" },
    1254         { "rayandtheguitar", "Ray and the Guitar" },
    1255         { "raybexter", "Ray Bexter" },
    1256         { "razorsinthenight", "Razors in the Night" },
    1257         { "reagentorange", "Re-Agent Orange" },
    1258         { "realityonthenorm", "Reality-on-the-Norm" },
    1259         { "recess", "Recess" },
    1260         { "recess2", "Recess 2" },
    1261         { "redbow", "Red Bow" },
    1262         { "reddwarf", "Red Dwarf" },
    1263         { "redflagg", "Red Flagg" },
    1264         { "redhotoverdrive", "Red Hot Overdrive" },
    1265         { "redpantsmeetsrobinsonclauseau", "Redpants meets Robinson Clauseau" },
    1266         { "redpantstheprincessandthebeanstalk", "Redpants: The Princess and the Beanstalk" },
    1267         { "reefriversquestforekoban", "Reef Rivers: Quest for Ekoban" },
    1268         { "returnjourney", "Return Journey" },
    1269         { "returntocivilization", "Return To Civilization" },
    1270         { "revelation", "Revelation" },
    1271         { "rickyquest", "Ricky Quest" },
    1272         { "righteouscity", "Righteous City" },
    1273         { "roadofdestiny", "Road of Destiny" },
    1274         { "roadracer", "Road Racer" },
    1275         { "roastmothergoose", "Roast Mother Goose" },
    1276         { "robbingtheprincess", "Robbing The Princess" },
    1277         { "robertredford1", "Robert Redford saves the day Ep 1" },
    1278         { "robertredford2", "Robert Redford saves the day Ep 2" },
    1279         { "robertredford3", "Robert Redford saves the day Ep 3" },
    1280         { "robmassacreofchainsawness", "Rob: Massacre of Chainsawness" },
    1281         { "robotragedy", "Robotragedy" },
    1282         { "robotragedy2", "Robotragedy 2" },
    1283         { "roccioquest", "Roccio Quest" },
    1284         { "rockabillykid", "Rockabilly Kid" },
    1285         { "rockburgerstreehouses", "Rock Burgers & Tree Houses" },
    1286         { "rockpaperscissors2", "Rock Paper Scissors Reboot" },
    1287         { "rockrockrock", "Rock Rock Rock" },
    1288         { "rockyroams", "Rocky roams" },
    1289         { "rodequest2", "Rode Quest 2" },
    1290         { "rogue", "Rogue" },
    1291         { "ronbeforethelegacy", "Ron- before the legacy" },
    1292         { "ronsixteen", "RON: Sixteen" },
    1293         { "rontimeoutintro", "RON: Time Out Intro" },
    1294         { "ronvilleviper", "MMM - Hollywood Special 2011 - Ronville VIper" },
    1295         { "roomoffear", "Room of fear" },
    1296         { "rootofallevil", "Root of All Evil" },
    1297         { "rosauradocelestialrescuefromdespair", "Rosaura Docelestial: Rescue from Despair" },
    1298         { "rotnbelusebiusarrival", "RotN:Belusebius Arrival" },
    1299         { "rowengoestowork", "Rowen Goes To Work" },
    1300         { "rs15", "rs15" },
    1301         { "rudeawakening", "Rude Awakening" },
    1302         { "runestones", "Runestones!" },
    1303         { "ryansdayout", "Ryan's Day Out" },
    1304         { "saddsonissein", "Saddson Issein" },
    1305         { "salazarsevilplan", "Salazar's evil plan" },
    1306         { "sammysquest", "Sammy's Quest" },
    1307         { "santaclausdown", "Santa Claus Down" },
    1308         { "santassidekick", "Santas Sidekick" },
    1309         { "satanquest", "Satan Quest" },
    1310         { "satchsquest", "Satch's Quest" },
    1311         { "saturdayschool", "Saturday School" },
    1312         { "saw", "Saw" },
    1313         { "saw2", "Saw 2" },
    1314         { "scaredstiffa", "Scared Stiff a" },
    1315         { "scarymaze", "Scary Maze" },
    1316         { "schwarzweissrot", "SchwarzWeissRot" },
    1317         { "scnider", "Scnider" },
    1318         { "scytheisland", "Scythe Island" },
    1319         { "searchforsanity", "Search for Sanity" },
    1320         { "seashells", "Seashells" },
    1321         { "seasongreetings2002", "Season Greetings 2002" },
    1322         { "secretquestremake", "Secret Quest Remake" },
    1323         { "secrets", "Secrets" },
    1324         { "seega16engl5", "seega16_engl_5" },
    1325         { "seegame15", "seegame15" },
    1326         { "sepulchre", "Sepulchre" },
    1327         { "sevendoors", "Seven Doors" },
    1328         { "shadesofgreye", "Shades of Greye" },
    1329         { "shadowsoftheempire", " Star Wars: Shadows of the Empire (Tech Demo)" },
    1330         { "shailadusithlenquete", "Shai-la du Sith : l'Enquete" },
    1331         { "shailaofthesith", "Shai-la of the Sith" },
    1332         { "shawshank", "The Shawshank Redemption" },
    1333         { "sheepquest", "SheepQuest" },
    1334         { "shem", "Shem" },
    1335         { "sherlock", "Sherlock" },
    1336         { "shiftersboxoutsidein", "Shifter's Box - Outside In" },
    1337         { "shoot", "Shoot" },
    1338         { "shootmyvalentine", "Shoot my Valentine" },
    1339         { "shortcut", "ShortCut" },
    1340         { "shrivel", "Shrivel" },
    1341         { "shunday", "Shunday" },
    1342         { "sierraquest1", "Sierra Quest 1 - Roberta in Love" },
    1343         { "silentknight1", "Silent Knight" },
    1344         { "silentknight2", "Silent Knight II" },
    1345         { "simonthesorcerer3", "Simon the Sorcerer 3" },
    1346         { "simshogwarts", "SimsHogwarts" },
    1347         { "skippysavestheday", "Skippy Saves The Day" },
    1348         { "slaythedragon", "Slay the Dragon" },
    1349         { "slaythedragon2", "Slay the Dragon II" },
    1350         { "slaythedragon3", "Slay the Dragon III" },
    1351         { "sleepyisland", "Sleepy Island" },
    1352         { "slimequestforpizza", "Slime-Quest for Pizza" },
    1353         { "slothforseasons", "A Sloth For Both Seasons" },
    1354         { "slugprincess", "Slug Princess" },
    1355         { "sma1", "Second Moon Adventure Part 1 - Night" },
    1356         { "sma2", "Second Moon Adventure Part 2" },
    1357         { "sma3", "Second Moon Adventure Part 3 - Rest In Peace" },
    1358         { "sma4", "Second Moon Adventure Part 4" },
    1359         { "sma6", "Second Moon Adventure Part VI" },
    1360         { "smileysquest", "Smiley's Quest" },
    1361         { "smileysquest2", "Smiley's Quest 2" },
    1362         { "smoothhide", "Smooth Hide" },
    1363         { "snakeamagsgame", "SNAKE - a MAGS game" },
    1364         { "snakesofavalon", "Snakes of Avalon" },
    1365         { "snakesonaplane", "Snakes on a plane!" },
    1366         { "snipermotherland", "Sniper and spotter serving the motherland" },
    1367         { "sniperpatriotic", "Sniper and spotter being patriotic" },
    1368         { "snowmaneatcarrot", "May the Best Snowman Eat a Carrot" },
    1369         { "snowyadventures", "Snowy Adventures" },
    1370         { "sonicandfriendsinclubhouse", "Sonic and friends in: Club house" },
    1371         { "sophiamcgrath", "Sophia McGrath" },
    1372         { "sosk", "Sosk" },
    1373         { "sovietunionstrikesback", "The Soviet Union Strikes Back" },
    1374         { "sovietunterzoegersdorf2", "Soviet Unterzoegersdorf: Sector II" },
    1375         { "sovietunterzoegersdorf", "Soviet Unterzoegersdorf" },
    1376         { "spacefreakers", "Space Freakers" },
    1377         { "spacelynxes", "Space Lynxes" },
    1378         { "spacepirates", "Space Pirates" },
    1379         { "spacepoolalpha", "Space Pool Alpha" },
    1380         { "spacerangers", "Space Rangers" },
    1381         { "spacerangersep52", "Space Rangers Ep 52" },
    1382         { "spacewar", "Space war" },
    1383         { "spacewarepisode2strikba", "Spacewar episode 2(strik.ba.)" },
    1384         { "spellbound", "Spellbound" },
    1385         { "spilakassinn", "Spilakassinn" },
    1386         { "spooks", "Spooks" },
    1387         { "spoonsiiitheunauthorizededition", "Spoons III - The Unauthorized Edition" },
    1388         { "spottd_boyd", "Spot The Difference" },
    1389         { "spottd_captainid", "Spot The Difference" },
    1390         { "sproutsofevil", "Sprouts of evil" },
    1391         { "sq3vga", "Space Quest III VGA Preview" },
    1392         { "sq45", "Space Quest IV.5 - Roger Wilco And The Voyage Home" },
    1393         { "sq55", "Space Quest 5.5" },
    1394         { "sqdote", "Space Quest Minus 1: Decisions of the Elders" },
    1395         { "sqdote2", "Space Quest: A Son of Xenon" },
    1396         { "sqinc", "Space Quest: Incinerations" },
    1397         { "sqkubikgetready", "SQ Kubik (Get ready?)" },
    1398         { "sqm11", "Space Quest Mania 1x1" },
    1399         { "sqm11remake", "Space Quest Mania 1x1 (Remake)" },
    1400         { "sqm12", "Space Quest Mania 1x2" },
    1401         { "sqm12remake", "Space Quest Mania 1x2 (Remake)" },
    1402         { "sqm13", "Space Quest Mania 1x3" },
    1403         { "sqm14", "Space Quest Mania 1x4" },
    1404         { "sqm15", "Space Quest Mania 1x5" },
    1405         { "sqm16", "Space Quest Mania 1x6" },
    1406         { "sqpotim", "Space Quest: Planet of the Incredible Menace" },
    1407         { "sqvn", "Space Quest Visual Novel" },
    1408         { "sqvsb", "Space Quest: Vohaul Strikes Back" },
    1409         { "sram2", "SRAM 2 - Cinomeh's Revenge" },
    1410         { "stablepeteandthejoust", "Stable Pete and the Joust" },
    1411         { "stairquest", "Stair Quest" },
    1412         { "stanamespiepisode1", "Stan Ames PI, Episode 1" },
    1413         { "stansrevenge", "Stan's Revenge" },
    1414         { "stargateadv", "Stargate Adventure" },
    1415         { "stargatesgc", "Stargate SGC" },
    1416         { "stargatesolitaire", "Stargate Solitaire" },
    1417         { "starshipcaramba", "Starship Caramba" },
    1418         { "starshipposeidon", "Starship Poseidon" },
    1419         { "starshipquasar", "Starship Quasar" },
    1420         { "start", "Start" },
    1421         { "startreknewton", "Star Trek: Newton (Part 1 - Anomaly)" },
    1422         { "stediddyip1employment", "Stediddy IP1 - Employment" },
    1423         { "stickmeni", "Stickmen I" },
    1424         { "stickythestickfigurepart1thecrimsonhouse", "Sticky the Stick Figure Part 1: The Crimson House" },
    1425         { "stranded", "STRANDED" },
    1426         { "stranger", "Stranger" },
    1427         { "strangerinstickworld", "Stranger in Stickworld" },
    1428         { "strangerthings", "Stranger Things" },
    1429         { "sulifallenharmony", "Suli Fallen Harmony" },
    1430         { "supaevil", "Supa-EviL" },
    1431         { "supergirl", "Supergirl" },
    1432         { "superhammerquest", "Super Hammer Quest" },
    1433         { "superpitstopracing", "Super Pitstop Racing" },
    1434         { "surreality", "Surreality" },
    1435         { "suspiciousmind", "Suspicious Mind" },
    1436         { "sweed", "Sweed" },
    1437         { "sword", "Sword" },
    1438         { "sydneyfindsemployment", "Sydney Finds Employment" },
    1439         { "sydneytreadsthecatwalk", "Sydney Treads the Catwalk" },
    1440         { "symploke1", "Symploke. Legend of Gustavo Bueno (Chapter 1)" },
    1441         { "symploke2", "Symploke: Legend of Gustavo Bueno (Chapter 2)" },
    1442         { "symploke3", "Symploke: Legend of Gustavo Bueno (Chapter 3)" },
    1443         { "taleofalegacy", "A Tale of a Legacy" },
    1444         { "talesofchickenry", "Tales of Chickenry" },
    1445         { "tao", "Tao" },
    1446         { "tarthenia", "Tarthenia" },
    1447         { "teamwork", "Teamwork" },
    1448         { "tbdiy", "The BAD day in year" },
    1449         { "teafortwo", "Tea for Two - A Detective Logans Case" },
    1450         { "templeofspheres", "Indiana Jones and the Temple of Spheres" },
    1451         { "tenhumstombpart1", "Tenhum's Tomb Part 1" },
    1452         { "terrorofthevampire", "Terror of the Vampire!" },
    1453         { "test", "Test" },
    1454         { "test5", "test5" },
    1455         { "textparsergame", "Text Parser Game" },
    1456         { "tfg-bttf3", "The Fan Game - Back to the Future Part III - Timeline Of Monkey Island" },
    1457         { "tfg-bttf4", "The Fan Game - Back to the Future Part IV - The Multitasking Crystal" },
    1458         { "tfg-bttf5", "The Fan Game - Back to the Future Part V - Multidimensional Space-Timelines" },
    1459         { "tfg-bttfwat", "The Fan Game - I'll Be Back to the Future With A Terminator" },
    1460         { "tfg-mi", "The Fan Game - Ghostbusters and The Secret of Monkey Island" },
    1461         { "tfg-goonies", "The Fan Game - The Goonies" },
    1462         { "tfg-pixel", "The Fan Game - The Pixel Has You - Disk 1" },
    1463         { "tfg-somi", "The Fan Game - The Secret of Monkey Island Recoded" },
    1464         { "tfg-ssgw", "The Fan Game - Saint Seiya - Galaxian Wars" },
    1465         { "tfg-zak2", "The Fan Game - Zak McKracken: A Mansion, A Meteor, and the Alien Mindbenders" },
    1466         { "tftoz1", "Tales From The Outer Zone: Cyborg Seppuku" },
    1467         { "tftoz2", "Tales From The Outer Zone: The Goat Crone" },
    1468         { "tftoz3", "Tales From The Outer Zone: Fleshworms" },
    1469         { "thatday", "ThatDay" },
    1470         { "the30minutewar", "The 30 Minute War" },
    1471         { "the7thsense", "The 7th Sense" },
    1472         { "theadventureofthehero", "The Adventure of the Hero" },
    1473         { "theadventuresofturquoisem", "The Adventures of Turquoise M" },
    1474         { "theassassin", "The Assassin" },
    1475         { "theawakening", "The Awakening" },
    1476         { "thebadneighbours", "The bad neighbours" },
    1477         { "thebar", "The Bar" },
    1478         { "thebrokenbrain", "The Broken Brain" },
    1479         { "thebunker", "The Bunker" },
    1480         { "theburn", "The Burn" },
    1481         { "thecadaversynod", "The cadaver synod" },
    1482         { "thecan", "The Can" },
    1483         { "thecell", "The Cell" },
    1484         { "thechrysalis", "The Chrysalis" },
    1485         { "thecrackwelllegacy", "The Crackwell Legacy" },
    1486         { "thecube", "The Cube" },
    1487         { "thecurioussilence", "The Curious Silence" },
    1488         { "thecurseoflife", "The Curse of Life" },
    1489         { "thedayofdarkness", "The Day Of Darkness" },
    1490         { "thedeathoflukesimpson", "The Death of Luke Simpson" },
    1491         { "thedevilsshroudpart1", "The Devil's Shroud-part1" },
    1492         { "thedigitalspell", "The Digital Spell" },
    1493         { "thedusseldorfconspiracy", "The Dusseldorf Conspiracy" },
    1494         { "thedwarvendaggerofblitz", "The Dwarven Dagger of Blitz" },
    1495         { "theelevator", "The Elevator" },
    1496         { "theenergizer", "The Energizer" },
    1497         { "theepicadventures", "The epic adventures" },
    1498         { "theeverbeginningtale", "The Ever-Beginning Tale" },
    1499         { "theexecutionofanneboleyn", "The Execution of Anne Boleyn" },
    1500         { "thefarm", "the farm" },
    1501         { "theficklehandsoffate", "The Fickle Hands of Fate" },
    1502         { "thefind", "The Find" },
    1503         { "thegourmet", "The Gourmet" },
    1504         { "thegreatcasserolecaper", "The Great Casserole Caper" },
    1505         { "thegreatstrokeoff", "The Great Stroke-Off!" },
    1506         { "thegruglegends", "The Grug Legends" },
    1507         { "thehamlet", "The Hamlet" },
    1508         { "thehauntedhouse", "The Haunted House" },
    1509         { "theheist", "The Heist" },
    1510         { "thehobbitriseofthedragonking", "The Hobbit: Rise of the Dragon King" },
    1511         { "thehousethatatemysoul", "The house that ate my soul" },
    1512         { "thehuntforgoldbeard", "The hunt for Goldbeard" },
    1513         { "thehuntforshaunbinda", "The hunt for Shaun Binda" },
    1514         { "thehuntforshaunbindadeluxeedition", "The Hunt For Shaun Binda Deluxe Edition" },
    1515         { "theiraqiparadox", "The Iraqi Paradox" },
    1516         { "thejackyard", "The Jackyard" },
    1517         { "thejourneyhome", "The Journey Home" },
    1518         { "thejourneyofiesir", "The Journey of Iesir" },
    1519         { "thelastharvest", "The Last Harvest" },
    1520         { "thelastsupperawhodunnit", "The Last Supper, A Whodunnit" },
    1521         { "theloneloser", "The Lone Loser" },
    1522         { "thelongtrip", "The Long Trip" },
    1523         { "themajesticconspiracy", "The Majestic Conspiracy" },
    1524         { "themarionette", "The Marionette" },
    1525         { "themccarthychronicleschapter1", "The McCarthy Chronicles Chapter 1" },
    1526         { "themcreedcasebytk", "The McReed Case by TK" },
    1527         { "themysteriesofstiegomoors", "The Mysteries of Stiego Moors" },
    1528         { "themysteryofhauntedhollow", "The Mystery of Haunted Hollow" },
    1529         { "thenetherworld", "The Netherworld" },
    1530         { "thenextcurse", "The Next Curse" },
    1531         { "theoracle", "The Oracle" },
    1532         { "thepaparazziprince", "The Paparazzi Prince; and the Quest for Headlines" },
    1533         { "thepark", "The Park" },
    1534         { "theperfectmurder", "The Perfect Murder" },
    1535         { "thephantominheritance", "The Phantom Inheritance" },
    1536         { "thequestfortheholysalsa", "The Quest for the Holy Salsa" },
    1537         { "thequesttozooloo", "The Quest To Zooloo" },
    1538         { "therail", "The Rail" },
    1539         { "theroadtomurder", "Laura Bow in The Road to Murder" },
    1540         { "therobolovers", "The Robolovers" },
    1541         { "therotaryclub", "The Rotary Club" },
    1542         { "thesearch", "The Search" },
    1543         { "thesecretofchunkysalsa", "The Secret of Chunky Salsa" },
    1544         { "thesecretofgoldenriver", "The Secret of Golden River" },
    1545         { "thesecretofhuttongrammarschool", "The Secret of Hutton Grammar School" },
    1546         { "thesecretofmountmonkey", "The secret of Mount Monkey" },
    1547         { "thesecretplan1runningtostandstill", "The Secret Plan 1 - Running to stand still" },
    1548         { "theshaft", "The Shaft" },
    1549         { "theshortestjourney", "The Shortest Journey" },
    1550         { "thesmallestpoints", "The Smallest Points" },
    1551         { "thesnaplock", "The Snaplock" },
    1552         { "thespoons", "The spoons" },
    1553         { "thestarryskyaboveme", "The Starry Sky Above Me" },
    1554         { "thestring", "The String" },
    1555         { "thesundownmystery", "The Sundown mystery" },
    1556         { "thetombofthemoon", "The Tomb of the Moon" },
    1557         { "thetrap", "The Trap" },
    1558         { "thetreasuredmedallion", "The Treasured Medallion" },
    1559         { "thetreasureoflochinch", "The Treasure of Loch Inch" },
    1560         { "theuncertaintymachine", "The Uncertainty Machine" },
    1561         { "theupliftmofopartyplan", "The Uplift Mofo Party Plan" },
    1562         { "thevacuum", "The Vacuum" },
    1563         { "thevisitor3", "The Visitor 3" },
    1564         { "thewitch", "The witch, ..." },
    1565         { "thisgame", "This Game" },
    1566         { "threeguyswalkintoheaven", "Three Guys Walk Into Heaven" },
    1567         { "tilepuzzlegame", "Tile Puzzle Game" },
    1568         { "tiltor", "Tiltor" },
    1569         { "timequest1", "Time Quest" },
    1570         { "timequest2", "Time Quest 2" },
    1571         { "timesinkofchronos", "Timesink of Chronos" },
    1572         { "timestone", "Time Stone" },
    1573         { "timothylande", "Timothy Lande" },
    1574         { "tmntturtlesintime", "TMNT: Turtles in Time" },
    1575         { "toffeetrouble", "Toffee Trouble" },
    1576         { "tomateundescanso", "Tomate un descanso" },
    1577         { "tomhanksaway", "Tom Hanks Away" },
    1578         { "toomanykittens", "Too Many Kittens" },
    1579         { "totalhangoverextreamzz", "Total Hangover ExtreamZz!" },
    1580         { "tq", "tq" },
    1581         { "trappedinabuilding", "Trapped in a building" },
    1582         { "trevordaisoninouterspace", "Trevor Daison in outer space" },
    1583         { "trexandmusclesambigtroubleinspf", "Trex and Muscle SAM big trouble in SPF" },
    1584         { "trilbysnotes", "Trilby's Notes" },
    1585         { "trilbytheartoftheft", "Trilby: The Art Of Theft" },
    1586         { "trivialpassyouit", "Trivial Pass You It" },
    1587         { "tuberainbow", "Tube Rainbow" },
    1588         { "tvbrder", "Tv? Br?der" },
    1589         { "twelvethirteense", "Twelve Thirteen Special Edition" },
    1590         { "twelvethirteen", "Twelve Thirteen, episode 1" },
    1591         { "twelvethirteenepisode2", "Twelve Thirteen, episode 2" },
    1592         { "twelvethirteenepisode3", "Twelve Thirteen, episode 3" },
    1593         { "twentiesflappersvsthemummy", "Twenties Flappers vs The Mummy" },
    1594         { "twoofakind", "Two of a Kind" },
    1595         { "ucom", "Bob Smith and the Unsolved Case of Mystery" },
    1596         { "uglyfiles", "Ugly Files" },
    1597         { "ulitsadimitrova", "Ulitsa Dimitrova" },
    1598         { "unbound", "Unbound" },
    1599         { "unfinished", "unfinished" },
    1600         { "unganeedsmumba", "UNGA needs MUMBA" },
    1601         { "unintelligentdesign", "Unintelligent Design" },
    1602         { "unprofe", "Un Profe" },
    1603         { "updatequest", "Update Quest" },
    1604         { "urbanwitchstory", "Urban Witch Story" },
    1605         { "utopiaoftyrant", "Utopia of Tyrant" },
    1606         { "vacationquestthing", "Vacation Quest... Thing" },
    1607         { "valhallaextinction", "Valhalla Extinction" },
    1608         { "valis", "valis" },
    1609         { "vankairbreak", "van K. Airbreak" },
    1610         { "vegetablepatchextreemturbo", "Vegetable Patch Extreem Turbo" },
    1611         { "veggietales3d", "Veggie Tales 3D" },
    1612         { "venator", "Venator" },
    1613         { "vengeanceofthechicken", "Vengeance of the Chicken" },
    1614         { "veteranshootout", "Veteran shootout" },
    1615         { "vicwreckleshalloweencostume", "Vic Wreckle's Halloween Costume" },
    1616         { "virtualpiano", "Virtual Piano" },
    1617         { "vohaulsrevenge2", "Space Quest XII: Vohaul's Revenge II" },
    1618         { "voodoodave", "Voodoo Dave and the Tablecloth Mystery" },
    1619         { "vpxt2", "V P x T ! 2 !" },
    1620         { "wallyweasel", "The Wacky World of Wally Weasel" },
    1621         { "waltersasteroid", "Walters-Asteroid" },
    1622         { "warstars", "War Stars" },
    1623         { "washedashore", "Washed Ashore" },
    1624         { "washedashoredeluxe", "Washed Ashore Deluxe" },
    1625         { "wasted", "Wasted" },
    1626         { "waterquest", "WATER QUEST" },
    1627         { "wcedit", "WCEdit..." },
    1628         { "wearevectors", "We Are Vectors" },
    1629         { "welcometodarklake", "Welcome to Dark Lake" },
    1630         { "wet", "WET" },
    1631         { "what", "what!" },
    1632         { "whatisthatthing", "what is that thing" },
    1633         { "whatlinusbruckmansees", "What Linus Bruckman Sees" },
    1634         { "wherebedragons", "Where Be Dragons?" },
    1635         { "wheredidsamgo", "Where did Sam go?" },
    1636         { "wheresmhatma", "Where's M' Hat Ma?" },
    1637         { "whokilledkennyrogers", "Who Killed Kenny Rogers" },
    1638         { "whowantstoliveagain", "James Bond - Who wants to live again?" },
    1639         { "whowantstoliveforever", "Who wants to live forever?" },
    1640         { "williamsnightmare", "Williams Nightmare" },
    1641         { "willowhouse", "Willow House" },
    1642         { "winnersdontdodrugs", "Winners Don't Do Drugs" },
    1643         { "winterrose", "Winter Rose" },
    1644         { "witch", "Witch" },
    1645         { "witchnight", "Witch Night" },
    1646         { "witness", "Witness!" },
    1647         { "wizardhood", "Wizardhood" },
    1648         { "woo", "Woo" },
    1649         { "woolyrockbottom", "Wooly Rockbottom" },
    1650         { "worldofwarcraftquest", "World of Warcraft Quest" },
    1651         { "worm", "Worm" },
    1652         { "wrathofthesolonoids", "Wrath of the Solonoids" },
    1653         { "yoda", "Yoda" },
    1654         { "yourlate", "Your late!" },
    1655         { "zakrepixeled", "Zak McKracken and the Alien Mindbenders - repixeled" },
    1656         { "zak2", "The New Adventures of Zak McKracken" },
    1657         { "zombieattack", "Zombie Attack" },
    1658         { "zombiefish", "Zombie Fish" },
    1659         { "zooreal", "ZooReal" },
    1660         { "zugzwang", "Zugzwang" },
    1661 
    1662         { 0, 0 }
    1663 };
    1664 
    1665 const char *const PRE_25 = "Pre 2.5";
    1666 
    1667 #define DETECTION_ENTRY_GUIO(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, GUIO, PLUGIN_ARR, FLAGS) \
    1668         {{ ID, PLATFORM, AD_ENTRY1s(FILENAME, MD5, SIZE), LANG, \
    1669         Common::kPlatformUnknown, FLAGS, GUIO }, PLUGIN_ARR }
    1670 
    1671 #define DETECTION_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, PLUGIN_ARR, FLAGS) \
    1672         DETECTION_ENTRY_GUIO(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, GUIO1(GUIO_NOLANG), PLUGIN_ARR, FLAGS)
    1673 
    1674 
    1675 #define PRE_25_ENTRY(ID, FILENAME, MD5, SIZE) \
    1676         DETECTION_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "Pre 2.5", nullptr, ADGF_UNSTABLE)
    1677 #define PRE_25_DEMO_ENTRY(ID, FILENAME, MD5, SIZE) \
    1678         DETECTION_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "Pre 2.5", nullptr, ADGF_UNSTABLE | ADGF_DEMO)
    1679 
    1680 #define UNSUPPORTED_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM) \
    1681         DETECTION_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, nullptr, ADGF_UNSTABLE)
    1682 
    1683 #define UNSUPPORTED_DEMO_ENTRY(ID, FILENAME, MD5, SIZE) \
    1684         UNSUPPORTED_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "Demo")
    1685 
    1686 #define UNSUPPORTED_GAME_ENTRY(ID, FILENAME, MD5, SIZE) \
    1687         UNSUPPORTED_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, nullptr)
    1688 
    1689 
    1690 #define TESTING_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM) \
    1691         DETECTION_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, nullptr, ADGF_TESTING)
    1692 
    1693 #define STABLE_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM) \
    1694         DETECTION_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, nullptr, ADGF_NO_FLAGS)
    1695 
    1696 #define DEMO_ENTRY(ID, FILENAME, MD5, SIZE) \
    1697         STABLE_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "Demo")
    1698 
    1699 #define DEMO_ENTRY_LANG(ID, FILENAME, MD5, SIZE, LANG) \
    1700         STABLE_ENTRY(ID, FILENAME, MD5, SIZE, LANG, "Demo")
    1701 
    1702 #define GAME_ENTRY(ID, FILENAME, MD5, SIZE) \
    1703         STABLE_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, nullptr)
    1704 
    1705 #define GAME_ENTRY_LANG(ID, FILENAME, MD5, SIZE, LANG) \
    1706         STABLE_ENTRY(ID, FILENAME, MD5, SIZE, LANG, nullptr)
    1707 
    1708 #define GAME_ENTRY_STEAM(ID, FILENAME, MD5, SIZE) \
    1709         STABLE_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "Steam")
    1710 
    1711 #define GAME_ENTRY_GOG(ID, FILENAME, MD5, SIZE) \
    1712         STABLE_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "GOG")
    1713 
    1714 #define GAME_ENTRY_PLATFORM(ID, FILENAME, MD5, SIZE, PLATFORM) \
    1715         STABLE_ENTRY(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, PLATFORM)
    1716 
    1717 
    1718 #define STABLE_ENTRY_PLUGIN(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, PLUGIN_ARR) \
    1719         DETECTION_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, PLUGIN_ARR, ADGF_NO_FLAGS)
    1720 
    1721 #define STABLE_ENTRY_PLUGIN_GUIO(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, GUIO, PLUGIN_ARR) \
    1722         DETECTION_ENTRY_GUIO(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, GUIO, PLUGIN_ARR, ADGF_NO_FLAGS)
    1723 
    1724 #define DEMO_ENTRY_PLUGIN(ID, FILENAME, MD5, SIZE, PLUGIN_ARR) \
    1725         STABLE_ENTRY_PLUGIN(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "Demo", PLUGIN_ARR)
    1726 
    1727 #define GAME_ENTRY_PLUGIN_STEAM(ID, FILENAME, MD5, SIZE, PLUGIN_ARR) \
    1728         STABLE_ENTRY_PLUGIN(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "Steam", PLUGIN_ARR)
    1729 
    1730 #define GAME_ENTRY_PLUGIN_GOG(ID, FILENAME, MD5, SIZE, PLUGIN_ARR) \
    1731         STABLE_ENTRY_PLUGIN(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "GOG", PLUGIN_ARR)
    1732 
    1733 #define GAME_ENTRY_PLUGIN_STEAM_NOLAUNCHLOAD(ID, FILENAME, MD5, SIZE, PLUGIN_ARR) \
    1734 STABLE_ENTRY_PLUGIN_GUIO(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "Steam", GUIO2(GUIO_NOLANG, GUIO_NOLAUNCHLOAD), PLUGIN_ARR)
    1735 
    1736 #define GAME_ENTRY_PLUGIN_GOG_NOLAUNCHLOAD(ID, FILENAME, MD5, SIZE, PLUGIN_ARR) \
    1737 STABLE_ENTRY_PLUGIN_GUIO(ID, FILENAME, MD5, SIZE, Common::UNK_LANG, "GOG", GUIO2(GUIO_NOLANG, GUIO_NOLAUNCHLOAD), PLUGIN_ARR)
    1738 
    1739 static const PluginVersion AGSTEAM_WADJETEYE[] = { { "agsteam", kWadjetEye }, { nullptr, 0 } };
    1740 static const PluginVersion AGS_FLASHLIGHT[] = { { "agsflashlight", 0 }, { nullptr, 0 } };
    1741 static const PluginVersion AGSSPRITEFONT_CLIFFTOP[] = { { "agsspritefont", kClifftopGames }, { nullptr, 0 } };
    1742 
    1743 
    1744 const AGSGameDescription GAME_DESCRIPTIONS[] = {
    1745         // Pre-2.5 games that aren't supported by the current AGS engine
    1746         PRE_25_DEMO_ENTRY("achristmastale", "tale.exe", "094135f05cf14fc3903e0d3697911a4e", 1484122),
    1747         PRE_25_DEMO_ENTRY("deepbright", "tc.exe", "8f80c91d160e333ab7f6be5208ea0533", 3022557),
    1748         PRE_25_DEMO_ENTRY("firewall", "firewall demo.exe", "2fd8ca69f236ae1ad46edab4ba26a33d", 2839412),
    1749         PRE_25_DEMO_ENTRY("larryvales3", "burns.exe", "094135f05cf14fc3903e0d3697911a4e", 2120885),
    1750         PRE_25_DEMO_ENTRY("nicholaswolfe1", "nw1demo.exe", "1f0edcb7fa3f8e2b1dd60fa6c0bce60f", 1539596),
    1751         PRE_25_DEMO_ENTRY("pointblank", "future.exe", "385a593828b1edb194e984ce55cda65e", 1379714),
    1752         PRE_25_DEMO_ENTRY("uishowoff", "pd.exe", "ecd0793124fbc9b89c6d11162e3b5851", 3853394),
    1753         PRE_25_DEMO_ENTRY("waitkey", "ac2game.dat", "8ddf3744922101e33305dfcd06e3b682", 445197),
    1754         PRE_25_ENTRY("6da", "6da.exe", "9027912819f3a319ed9de0fd855310c3", 1608073),
    1755         PRE_25_ENTRY("aaronsepicjourney", "aaron.exe", "1c21bdb52bcafcafe988b30fd6bb4126", 1788404),
    1756         PRE_25_ENTRY("aceduswell", "ace.exe", "be48a6b0b81a71d34a41930623c065f1", 3103822),
    1757         PRE_25_ENTRY("adayinthefuture", "space.exe", "ecd0793124fbc9b89c6d11162e3b5851", 4120328),
    1758         PRE_25_ENTRY("adventuregame", "adventure.exe", "221637e5d62e2ca3cc146846ab0b2e49", 5533207),
    1759         PRE_25_ENTRY("asapadventure", "asap.exe", "8f80c91d160e333ab7f6be5208ea0533", 1405072),
    1760         PRE_25_ENTRY("bertthenewsreader", "bert.exe", "80bdce9a1052e896c7cba6a4334cecce", 2814934),
    1761         PRE_25_ENTRY("blackjack", "blackjack.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 1153092),
    1762         PRE_25_ENTRY("bluecupontherun", "ac2game.dat", "c290455f00f630c8a52c7eceb7c663eb", 1995708),
    1763         PRE_25_ENTRY("bobsquest2", "bq2.exe", "1c21bdb52bcafcafe988b30fd6bb4126", 2540006),
    1764         PRE_25_ENTRY("bookofspells1", "ac2game.dat", "fe66cb08bcffd094c159cd4ee72bacd3", 3442073),
    1765         PRE_25_ENTRY("bookofspells2", "ac2game.dat", "9df87a8e5bbcc7206b001c0b8316b7f9", 3263169),
    1766         PRE_25_ENTRY("bookofspells3", "ac2game.dat", "9f0181393bdceb2c0bbdb06634714023", 4806518),
    1767         PRE_25_ENTRY("calsoon", "calsoon.exe", "5477f4ed8f860427d1492548b677073c", 2865508),
    1768         PRE_25_ENTRY("carverisland1", "secret.exe", "8f80c91d160e333ab7f6be5208ea0533", 3116071),
    1769         PRE_25_ENTRY("carverisland2", "carver2.exe", "ed778afb4f46c3f2a70d330532a83a2f", 6265594),
    1770         PRE_25_ENTRY("chamber", "indy.exe", "094135f05cf14fc3903e0d3697911a4e", 1545150),
    1771         PRE_25_ENTRY("compensation", "comp.exe", "094135f05cf14fc3903e0d3697911a4e", 2054366),
    1772         PRE_25_ENTRY("darts", "dart.exe", "ed778afb4f46c3f2a70d330532a83a2f", 736848),
    1773         PRE_25_ENTRY("demonslayer1", "mags.exe", "1f0edcb7fa3f8e2b1dd60fa6c0bce60f", 3820347),
    1774         PRE_25_ENTRY("demonslayer2", "bert.exe", "0c057c5e6df6f45772286986ab7b7a5b", 1726766),
    1775         PRE_25_ENTRY("demonslayer3", "tiler.exe", "426e34f40e0dc5285af3fb5fc32a220e", 2586532),
    1776         PRE_25_ENTRY("demonslayer4", "dem four.exe", "426e34f40e0dc5285af3fb5fc32a220e", 5110674),
    1777         PRE_25_ENTRY("dirkchafberg", "ac2game.dat", "be7bec4a433beb5085184b64119351c8", 1906822),
    1778         PRE_25_ENTRY("earwigisangry", "earwig.exe", "04eedea9846d380d6d9a120f657daa43", 2371856),
    1779         PRE_25_ENTRY("eclair1", "eclair 1.exe", "9fa0358760f1f1bffddd080532f586f0", 1864283),
    1780         PRE_25_ENTRY("eclair2", "eclair 2.exe", "9fa0358760f1f1bffddd080532f586f0", 5644093),
    1781         PRE_25_ENTRY("elburro", "burro.exe", "1f0edcb7fa3f8e2b1dd60fa6c0bce60f", 2209309),
    1782         PRE_25_ENTRY("erniesbigadventure1", "magsjune.exe", "fc5f54dcfc82d3b991f670490a316958", 8814849),
    1783         PRE_25_ENTRY("erniesbigadventure2", "magsjuly.exe", "2fd8ca69f236ae1ad46edab4ba26a33d", 6647578),
    1784         PRE_25_ENTRY("exile", "exile.exe", "aad0a09714fab4de51e5488da48fd5d4", 13421451),
    1785         PRE_25_ENTRY("eyesofthejadesphinx", "jade.exe", "f2fe94ab604612e4595f3c79b0245529", 10763660),
    1786         PRE_25_ENTRY("floyd", "floyd.exe", "9ef5bffe7b85377751c25af806345794", 5477588),
    1787         PRE_25_ENTRY("gaeafallen", "gaea_fallen.exe", "80bdce9a1052e896c7cba6a4334cecce", 11273205),
    1788         PRE_25_ENTRY("gorthor", "fart.exe", "fc5f54dcfc82d3b991f670490a316958", 1138006),
    1789         PRE_25_ENTRY("grannyzombiekiller", "mags.exe", "0c057c5e6df6f45772286986ab7b7a5b", 12855495),
    1790         PRE_25_ENTRY("gregsmountainousadventure", "mags.exe", "80a17966fc547849d43646acf89de296", 2112993),
    1791         PRE_25_ENTRY("greysgreytadv", "greywin.exe", "80bdce9a1052e896c7cba6a4334cecce", 1283447),
    1792         PRE_25_ENTRY("hermit", "hermit.exe", "4689069dd6b241e38311d0586e610a8d", 13995403),
    1793         PRE_25_ENTRY("jamesbondage", "jbdos.exe", "1f0edcb7fa3f8e2b1dd60fa6c0bce60f", 2056737),
    1794         PRE_25_ENTRY("jinglebells", "jinglebells.exe", "385a593828b1edb194e984ce55cda65e", 1620588),
    1795         PRE_25_ENTRY("kidnapped", "ac2game.dat", "27daca01ccbbbaf02bf6b4b85d5990b4", 1205017),
    1796         PRE_25_ENTRY("larryvales1", "larryvtd.exe", "610b7a3d1fd90f24d2218aa26b29d8ca", 3129645),
    1797         PRE_25_ENTRY("larryvales2", "dead.exe", "be48a6b0b81a71d34a41930623c065f1", 3946993),
    1798         PRE_25_ENTRY("lassi", "lassi.exe", "ed778afb4f46c3f2a70d330532a83a2f", 3681914),
    1799         PRE_25_ENTRY("lassiandrogermeetgod", "mtg.exe", "ed778afb4f46c3f2a70d330532a83a2f", 1618544),
    1800         PRE_25_ENTRY("lassiquest1", "lassi.exe", "c391c6676099032440b206189babe76e", 1700368),
    1801         PRE_25_ENTRY("littlejonnyevil", "lje.exe", "e93037e8efc7abc19b8978903ef5b409", 2133182),
    1802         PRE_25_ENTRY("littlewillie", "ac2game.dat", "239b11ab644222c67d981494766a3c25", 254128),
    1803         PRE_25_ENTRY("ludwig", "ludwig.exe", "727a30f9244441ad57a76086f4faa779", 3658869),
    1804         PRE_25_ENTRY("lupoinutile", "lupo.exe", "19f4045333d9c823a5439d0447d55985", 1856459),
    1805         PRE_25_ENTRY("mafio", "crimetim.exe", "be48a6b0b81a71d34a41930623c065f1", 1303660),
    1806         PRE_25_ENTRY("meninbrown", "0112.men in brown.exe", "426e34f40e0dc5285af3fb5fc32a220e", 2072392),
    1807         PRE_25_ENTRY("midtownshootout", "mtsowin.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 1076035),
    1808         PRE_25_ENTRY("momsquest", "mom's quest.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 3173896),
    1809         PRE_25_ENTRY("monkeyplank", "plank.exe", "1f0edcb7fa3f8e2b1dd60fa6c0bce60f", 815948),
    1810         PRE_25_ENTRY("moose", "moose.exe", "f4585823c1b4ce97d78c8acb433bec52", 1448684),
    1811         PRE_25_ENTRY("moosewars", "moose.exe", "f4585823c1b4ce97d78c8acb433bec52", 1448684),
    1812         PRE_25_ENTRY("murder", "murder.exe", "221637e5d62e2ca3cc146846ab0b2e49", 935799),
    1813         PRE_25_ENTRY("nightoftheplumber", "night of the plumber.exe", "1f0edcb7fa3f8e2b1dd60fa6c0bce60f", 1703896),
    1814         PRE_25_ENTRY("novomestro", "novo.exe", "07f9921784124d9e09f39bb831e06131", 1122507),
    1815         PRE_25_ENTRY("odysseus", "odysseus.exe", "426e34f40e0dc5285af3fb5fc32a220e", 2799113), // Windows
    1816         PRE_25_ENTRY("odysseus", "odysseus.exe", "00dce98d598e9b7ad3c6674bfd4880d9", 2570368), // DOS
    1817         PRE_25_ENTRY("permanentdaylight", "daylight.exe", "07f9921784124d9e09f39bb831e06131", 1799958),
    1818         PRE_25_ENTRY("perpetrator", "ac2game.dat", "56ef979be112e122e24d0cc8caea4ea4", 994303),
    1819         PRE_25_ENTRY("pizzaquest", "pqwin.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 2500089),
    1820         PRE_25_ENTRY("pornquest", "porn.exe", "04eedea9846d380d6d9a120f657daa43", 1012323),
    1821         PRE_25_ENTRY("qfc", "qfc.exe", "04eedea9846d380d6d9a120f657daa43", 2038696),
    1822         PRE_25_ENTRY("qfg412", "qfg.exe", "8b21668ca462b0b6b35df43c5902b074", 26674790),
    1823         PRE_25_ENTRY("qfg412", "qfg.exe", "9027912819f3a319ed9de0fd855310c3", 26954823),
    1824         PRE_25_ENTRY("racingmanager", "raceman.exe", "465f972675db2da6040518221af5b0ba", 15971689),
    1825         PRE_25_ENTRY("raymondskeys", "keys.exe", "e016cb68731d0e38fe97905dbf0d5b36", 1032178),
    1826         PRE_25_ENTRY("red", "red.exe", "be48a6b0b81a71d34a41930623c065f1", 1101194),
    1827         PRE_25_ENTRY("richardlonghurst", "rlbat-win.exe", "04eedea9846d380d6d9a120f657daa43", 7935723),
    1828         PRE_25_ENTRY("rickylonghurst", "bleach.exe", "9027912819f3a319ed9de0fd855310c3", 1174829),
    1829         PRE_25_ENTRY("ripp", "ripp.exe", "426e34f40e0dc5285af3fb5fc32a220e", 10489586),
    1830         PRE_25_ENTRY("robblanc1", "ac2game.dat", "29c2ced2f2e6ad764e4249b4e4c45bba", 920415),
    1831         PRE_25_ENTRY("robblanc1", "rb.exe", "426e34f40e0dc5285af3fb5fc32a220e", 1804361), // v1.2
    1832         PRE_25_ENTRY("robblanc2", "ac2game.dat", "dd6c52e5a6e9b70efef4654769f11c69", 2056386),
    1833         PRE_25_ENTRY("robblanc2", "rb2.exe", "426e34f40e0dc5285af3fb5fc32a220e", 2973290), // v1.2
    1834         PRE_25_ENTRY("robblanc3", "ac2game.dat", "8f8264de3c1bd91e26b84fe37fb5e53e", 2828959),
    1835         PRE_25_ENTRY("robblanc3", "rb3.exe", "426e34f40e0dc5285af3fb5fc32a220e", 3783355), // v1.2
    1836         PRE_25_ENTRY("rodekill", "rodekill.exe", "72f3c950b4d9d14580a11db885a63310", 11995954),
    1837         PRE_25_ENTRY("rodequest", "rodequest1.exe", "72f3c950b4d9d14580a11db885a63310", 1196458),
    1838         PRE_25_ENTRY("rollinfoy", "rollinfoy.exe", "19f4045333d9c823a5439d0447d55985", 3454107),
    1839         PRE_25_ENTRY("samthepiratemonkey", "monkey.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 1401414),
    1840         PRE_25_ENTRY("sma1", "moonsdt.exe", "9027912819f3a319ed9de0fd855310c3", 1276725),
    1841         PRE_25_ENTRY("slackerquest", "ac2game.dat", "e0998f2d2e14a55aae2291fdfab1ce7d", 1306492),
    1842         PRE_25_ENTRY("snailquest1", "snailquest.exe", "dd69243e3cc9e955215e0d556301b58e", 1095860),
    1843         PRE_25_ENTRY("snailquest2", "sq2.exe", "1bccd2edef19abc99e9683519d80c0e0", 955614),
    1844         PRE_25_ENTRY("snailquest3", "sq3.exe", "1bccd2edef19abc99e9683519d80c0e0", 1501892),
    1845         PRE_25_ENTRY("sol", "sol.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 4702799),
    1846         PRE_25_ENTRY("space", "space.exe", "094135f05cf14fc3903e0d3697911a4e", 3790026),
    1847         PRE_25_ENTRY("stickmen", "stickmen.exe", "094135f05cf14fc3903e0d3697911a4e", 2145142),
    1848         PRE_25_ENTRY("superdisk", "superdisk.exe", "80bdce9a1052e896c7cba6a4334cecce", 1304065),
    1849         PRE_25_ENTRY("teamwork", "teamwork.exe", "538274077115c6d8b4a0927dd3cceeac", 1096149),
    1850         PRE_25_ENTRY("thecrownofgold", "the crown of gold.exe", "e407143be000e44f113ba5ff1fbd17f9", 1971515),
    1851         PRE_25_ENTRY("theinexperiencedassassin", "assassin.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 2659741),
    1852         PRE_25_ENTRY("theisland", "island.exe", "e93037e8efc7abc19b8978903ef5b409", 1814801),
    1853         PRE_25_ENTRY("thendor", "ac2game.dat", "b9c2ad76574c08bbcfd56eb1b49d2cd3", 8580708),
    1854         PRE_25_ENTRY("thetower", "thetower.exe", "9027912819f3a319ed9de0fd855310c3", 3431385),
    1855         PRE_25_ENTRY("thewarp", "warp.exe", "9027912819f3a319ed9de0fd855310c3", 881957),
    1856         PRE_25_ENTRY("tommato", "tom mato's grand wing-ding.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 2735158),
    1857         PRE_25_ENTRY("tulliesworld1", "candale.exe", "1c21bdb52bcafcafe988b30fd6bb4126", 3936603),
    1858         PRE_25_ENTRY("tvquest", "mags.exe", "fc5f54dcfc82d3b991f670490a316958", 1318019),
    1859         PRE_25_ENTRY("whokilledkennyrogers", "mags.exe", "ed778afb4f46c3f2a70d330532a83a2f", 1240103),
    1860         PRE_25_ENTRY("winfry", "fry.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 4164041),
    1861 
    1862         // Post 2.5 games that aren't currently supported
    1863         // uses unsupported agslua plugin
    1864         UNSUPPORTED_GAME_ENTRY("allthewaydown", "deepuns3.exe", "6c0b5468657c22d62201e3769cd8d2b3", 29830067),
    1865         // Commercial game that likely uses custom extensions. Not only does it seem
    1866         // to use AGSController plugin built-in, even when I hooked up AGSController for
    1867         // the stand-alone AGS 3.5 interpreter, it hangs just like in ScummVM
    1868         UNSUPPORTED_GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 1089857773), // Steam
    1869         UNSUPPORTED_GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 1072879555),
    1870         // 2.55 game, but uses a plugin agsflashlight. Also, even with AGS interpreter
    1871         // hacked to specify plugin, errors on loading room107 saying that
    1872         // "room animations are no longer supported"
    1873         UNSUPPORTED_GAME_ENTRY("zak2", "Zak2.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 8686711),
    1874         UNSUPPORTED_GAME_ENTRY("zak2", "Zak2.exe", "0b7529a76f38283d6e850b8d56526fc1", 9205143),
    1875 
    1876         // AGDI games. They get their own grouping because they're just that awesome
    1877         GAME_ENTRY("kq1agdi", "kqvga.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 34298679),  // 1.0
    1878         GAME_ENTRY("kq1agdi", "kqvga.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 34922340),  // 2.0
    1879         GAME_ENTRY("kq1agdi", "kqvga.exe", "888e2976e6659963af15df151b846540", 27083389),  // 3.0
    1880         GAME_ENTRY("kq1agdi", "kq1vga.exe", "688f1807c9d8df26fc0f174dc756054e", 8278611),  // 4.1c
    1881         GAME_ENTRY("kq1agdi", "kq1vga.exe", "4e590490776aea10db84db4a92e1c1bb", 8226850),
    1882         GAME_ENTRY("kq2agdi", "kq2vga.exe", "308d35bc34e9df29d8acce615593e3e7", 64947213),  // 1.0
    1883         GAME_ENTRY("kq2agdi", "kq2vga.exe", "3ee3a0166357ac37836f8908a371f2dc", 65743584),  // 2.0
    1884         GAME_ENTRY("kq2agdi", "kq2vga.exe", "40cfb7563df7dacf6530b19289a4745b", 12563246),      // 3.1
    1885         GAME_ENTRY("kq2agdi", "kq2vga.exe", "40cfb7563df7dacf6530b19289a4745b", 12574643),  // 3.1c
    1886         GAME_ENTRY("kq2agdi", "kq2vga.exe", "43e6294f8bfbba8a3f754fa742353845", 12507938),
    1887         GAME_ENTRY("kq2agdi", "Kq2vgaEsp.exe", "f964e5cb4d339432dd0302d67eb11105", 2490368), // Spanish transalation
    1888         GAME_ENTRY("kq3agdi", "kq3redux.exe", "4c2ea3f7b4974509c59546ca8761b040", 11890197),  // 1.0
    1889         GAME_ENTRY("kq3agdi", "kq3redux.exe", "e569fb2ceabdc4a1609348c23ebc0821", 11986266),  // 1.1
    1890         GAME_ENTRY("qfg2agdi", "qfg2vga.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 20523688),  // 1.1
    1891         GAME_ENTRY("qfg2agdi", "qfg2vga.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 20470902),
    1892         GAME_ENTRY("qfg2agdi", "qfg2vga.exe", "582e26533cf784011c7565e89905d3c4", 18224373),
    1893         GAME_ENTRY("qfg2agdi", "game.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5408433),
    1894 
    1895         // Infamous Adventures games. Likewise
    1896         GAME_ENTRY("kq3vga", "kq3.exe", "f120690b506dd63cd7d1112ea6af2f77", 4844298),  // 1.0 was kq3agdi
    1897         GAME_ENTRY("kq3vga", "KQ3.exe", "f120690b506dd63cd7d1112ea6af2f77", 5883843),  // current version from the download site
    1898         GAME_ENTRY("kq3vga", "ac2game.dat", "f120690b506dd63cd7d1112ea6af2f77", 5883843), // current mac version from the download site
    1899         GAME_ENTRY("sq2fg", "sq2fg.exe", "a524cbb1c51589903c4043b98917f1d9", 5329030),
    1900         GAME_ENTRY("sq2vga", "sq2vga.exe", "bdaf20d9779c01986d6d8b7e1d6118ee", 106094482),  // 1.0
    1901         GAME_ENTRY("sq2vga", "sq2vga.exe", "bdaf20d9779c01986d6d8b7e1d6118ee", 117200044),  // 1.1
    1902         GAME_ENTRY("sq2vga", "sq2vga_v2.exe", "28a946e8a278814362613f8600375438", 177645020),  // 2.0
    1903         GAME_ENTRY("sq2vga", "SQ2VGA_V2.ags", "b3026b025c640a5c6164274034a6bab9", 175145932), // Linux
    1904 
    1905         // Commercial games
    1906         GAME_ENTRY_STEAM("alemmo", "al-emmo.exe", "ff22fd118f18eca884dc7ed2a5be3877", 19045178),
    1907         GAME_ENTRY("alemmo", "al_emmo.exe", "bb9e32ee92bb0996df5fea50e88d686a", 19036716), // 4.1, Desura
    1908         GAME_ENTRY("alemmo", "al_emmo.exe", "d14295053c672c253460c8a7179b2bba", 19054865),
    1909         GAME_ENTRY("alemmo", "al_emmo.exe", "4139d665622b2e3c5a31e90fc530fc74", 22442059),
    1910         GAME_ENTRY("alemmo", "al_emmo.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 19181537),
    1911         GAME_ENTRY("alemmo", "Al_EmmoSPA.exe", "a6608b37277f1220a1aecc6c18102a04", 2479104), // Fanmade Spanish translation
    1912         GAME_ENTRY("alemmoanozira", "postcards from anozira.exe", "f5f73b35e809d9e01a2cff32abeffadf", 5567476), // 3.0, Desura
    1913         GAME_ENTRY_STEAM("alemmoanozira", "Postcards_from_Anozira.exe", "a33691e4a84e2645b4cbe1f681511798", 5567690),
    1914         GAME_ENTRY("alemmoanozira", "postcards from anozira.exe", "893f31faa33f1219b316894a0cbe7b27", 174781776),
    1915         GAME_ENTRY_STEAM("alum", "alum.exe", "6d2f8e80c5f2372b705fdd4cc32f3579", 429203260), // Windows
    1916         GAME_ENTRY_STEAM("alum", "Alum.exe", "6d2f8e80c5f2372b705fdd4cc32f3579", 429197066), // Linux & Mac
    1917         GAME_ENTRY("alum", "alum.exe", "6d2f8e80c5f2372b705fdd4cc32f3579", 428902430),
    1918         STABLE_ENTRY("atotk", "atotk.exe", "68d4f3488a9dcec74584651c0e29e439", 5078719, Common::UNK_LANG, "Steam/Deluxe"),
    1919         STABLE_ENTRY("atotk", "atotk.ags", "68d4f3488a9dcec74584651c0e29e439", 5078866, Common::UNK_LANG, "Steam/Deluxe"), // 2.04
    1920         GAME_ENTRY("apotheosis", "the apotheosis project.exe", "0cab252e992e5da65bdbf3648c2b70df", 1144087889), // 1.0
    1921         GAME_ENTRY_STEAM("apotheosis", "the apotheosis project.exe", "0115a64ddec9396108f32da31d761ecb", 1144677502),
    1922         GAME_ENTRY_STEAM("apotheosis", "The Apotheosis Project.exe", "4c0c28d58ebd53823fc0248e5b777c52", 1144826071),
    1923         GAME_ENTRY_STEAM("apotheosis", "The Apotheosis Project.ags", "0d9ae5a4ffd3e3e968c6addb5d524954", 1142362222), // Linux
    1924         GAME_ENTRY_STEAM("astroloco", "astroloco1.exe", "c71919e3b0cc415ef725cf1a9818a515", 42894919),
    1925         GAME_ENTRY("astroloco", "astroloco1.exe", "06e70a826fde73b3f86f974885d31abe", 42492070),
    1926         GAME_ENTRY_STEAM("beer", "beer!.exe", "6f201fd7a19869c85f49c7c471d0479a", 5055091), // Windows
    1927         GAME_ENTRY_STEAM("beer", "Beer!.ags", "6f201fd7a19869c85f49c7c471d0479a", 5042748), // Linux
    1928         GAME_ENTRY_GOG("blackwell1", "blackwell1.exe", "605e124cb7e0b56841c471e2d641c224", 18822697),
    1929         GAME_ENTRY_PLUGIN_STEAM("blackwell1", "blackwell1.exe", "605e124cb7e0b56841c471e2d641c224", 18824597, AGSTEAM_WADJETEYE),
    1930         GAME_ENTRY_PLUGIN_STEAM("blackwell1", "blackwell1.exe", "605e124cb7e0b56841c471e2d641c224", 19757071, AGSTEAM_WADJETEYE),
    1931         GAME_ENTRY_PLUGIN_STEAM("blackwell1", "blackwell1.exe", "e5a75b86a0ea8143e1784261f5f52e83", 67241529, AGSTEAM_WADJETEYE),
    1932         GAME_ENTRY_PLUGIN_STEAM("blackwell1", "ac2game.dat", "ff5b05b81909683fcd57580c58a81d87", 64200209, AGSTEAM_WADJETEYE), // Linux & Mac
    1933         GAME_ENTRY_PLUGIN_STEAM("blackwell1", "ac2game.dat", "1051d3fa462b1e0cc8973a8775128307", 66679994, AGSTEAM_WADJETEYE), // Mac
    1934         GAME_ENTRY("blackwell1", "blackwell1.exe", "605e124cb7e0b56841c471e2d641c224", 18824247), // Humble Bundle (Windows)
    1935         GAME_ENTRY("blackwell1", "ac2game.dat", "605e124cb7e0b56841c471e2d641c224", 68665467), // Android
    1936         GAME_ENTRY("blackwell1", "ac2game.dat", "4668e05ef2a94267b0d571e715413302", 64200367), // Humble Bundle (Linux)
    1937         GAME_ENTRY("blackwell1", "ac2game.dat", "7fe0cac6736427d67822bca3d4bb30cb", 66675482),
    1938         GAME_ENTRY_GOG("blackwell2", "unbound.exe", "5c3a940514d91431e8e1c372018851ca", 14493753),
    1939         GAME_ENTRY_PLUGIN_STEAM("blackwell2", "unbound.exe", "5c3a940514d91431e8e1c372018851ca", 14496128, AGSTEAM_WADJETEYE),
    1940         GAME_ENTRY_PLUGIN_STEAM("blackwell2", "unbound.exe", "5c3a940514d91431e8e1c372018851ca", 14469500, AGSTEAM_WADJETEYE),
    1941         GAME_ENTRY_PLUGIN_STEAM("blackwell2", "unbound.exe", "00edc7b69ae377f6093ac567fd901849", 15683333, AGSTEAM_WADJETEYE),
    1942         GAME_ENTRY_PLUGIN_STEAM("blackwell2", "ac2game.dat", "87c0681f4eebafddc60533f799456d53", 57672335, AGSTEAM_WADJETEYE), // Linux & Mac
    1943         GAME_ENTRY("blackwell2", "unbound.exe", "5c3a940514d91431e8e1c372018851ca", 14495742), // Humble Bunde (Windows)
    1944         GAME_ENTRY("blackwell2", "ac2game.dat", "5c3a940514d91431e8e1c372018851ca", 69452991), // Android
    1945         GAME_ENTRY("blackwell2", "ac2game.dat", "e28670a676a3e4e78eef76b9573e490a", 57670660), // Humble Bunde (Linux)
    1946         GAME_ENTRY("blackwell2", "ac2game.dat", "5c3a940514d91431e8e1c372018851ca", 59483140),
    1947         GAME_ENTRY_GOG("blackwell3", "convergence.exe", "2260c1a21aba7ac00baf0100d4ca54f1", 172575801),
    1948         GAME_ENTRY_PLUGIN_STEAM("blackwell3", "convergence.exe", "2260c1a21aba7ac00baf0100d4ca54f1", 172578803, AGSTEAM_WADJETEYE),
    1949         GAME_ENTRY_PLUGIN_STEAM("blackwell3", "convergence.exe", "2260c1a21aba7ac00baf0100d4ca54f1", 171969680, AGSTEAM_WADJETEYE),
    1950         GAME_ENTRY_PLUGIN_STEAM("blackwell3", "convergence.exe", "f261c2505f98503a1ec9f1dff7f13bda", 173873229, AGSTEAM_WADJETEYE),
    1951         GAME_ENTRY_PLUGIN_STEAM("blackwell3", "ac2game.dat", "2844e3823d74652d282b8173bbde2b8b", 170703726, AGSTEAM_WADJETEYE), // Linux & Mac
    1952         GAME_ENTRY("blackwell3", "convergence.exe", "2260c1a21aba7ac00baf0100d4ca54f1", 172578032), // Humble Bundle (Windows, v1.1)
    1953         GAME_ENTRY("blackwell3", "ac2game.dat", "2260c1a21aba7ac00baf0100d4ca54f1", 173301005), // Android
    1954         GAME_ENTRY("blackwell3", "ac2game.dat", "c894f6005f479ba8f12e87223920aa6a", 170700456), // Humble Bundle (Linux)
    1955         GAME_ENTRY("blackwell3", "ac2game.dat", "2260c1a21aba7ac00baf0100d4ca54f1", 172574888),
    1956         GAME_ENTRY_GOG("blackwell4", "deception.exe", "b3b192cf20a2f7666ddea3410dbd87cc", 303459336),
    1957         GAME_ENTRY_GOG("blackwell4", "deception.exe", "1c0bf79d9720d0a81219e8778fb7e231", 304040703),
    1958         GAME_ENTRY_GOG("blackwell4", "agsgame.dat", "1c0bf79d9720d0a81219e8778fb7e231", 304040703), // Linux
    1959         GAME_ENTRY_PLUGIN_STEAM("blackwell4", "deception.exe", "b3b192cf20a2f7666ddea3410dbd87cc", 304076138, AGSTEAM_WADJETEYE),
    1960         GAME_ENTRY_PLUGIN_STEAM("blackwell4", "deception.exe", "499c3261a1f73c5b78125beeca1c2d08", 305215631, AGSTEAM_WADJETEYE),
    1961         GAME_ENTRY_GOG("blackwell5", "epiphany.exe", "c1cddd6fcdbcd030beda9f10d4e4270a", 281849897),
    1962         GAME_ENTRY_GOG("blackwell5", "agsgame.dat", "c1cddd6fcdbcd030beda9f10d4e4270a", 281849897), // Linux
    1963         GAME_ENTRY_PLUGIN_STEAM("blackwell5", "epiphany.exe", "c1cddd6fcdbcd030beda9f10d4e4270a", 281856724, AGSTEAM_WADJETEYE),
    1964         GAME_ENTRY_PLUGIN_STEAM("blackwell5", "epiphany.exe", "764f20abb335b94ab8ec6a4ef6db01ea", 283020359, AGSTEAM_WADJETEYE),
    1965         GAME_ENTRY_STEAM("captaindisaster", "cd-dhamsb-1-0-1.exe", "e2d290f8f21c6a83a9e8c5f3a0425b5e", 150665897),
    1966         GAME_ENTRY_STEAM("charnelhousetrilogy", "cht.ags", "55c782c9de5a09157ea6aafac90b9cc8", 339257135),
    1967         GAME_ENTRY_STEAM("charnelhousetrilogy", "cht.exe", "29c49db0805500ec14964eb897fc7b02", 341425110),
    1968         GAME_ENTRY("charnelhousetrilogy", "cht.exe", "9ba3d9fbb098a26d7293ad3161c0f270", 341411868),
    1969         GAME_ENTRY_STEAM("chronicleofinnsmouth", "chronicleofinnsmouth.exe", "f2e3fe96788b72ef2bf9429c58716099", 552972692),
    1970         GAME_ENTRY_STEAM("chronicleofinnsmouth", "chronicleofinnsmouth.exe", "cb7ab3394128c52293417eae5dacf365", 552728591),
    1971         GAME_ENTRY_STEAM("crystalshardadventurebundle", "bundle.exe", "1c45d5c239d9eeef61e283983b6e6851", 4645713),
    1972         GAME_ENTRY("danewguys2", "jackass.exe", "029aab0fef5e9fff7b95ddf5d79d7718", 23932842), // Humble Store
    1973         GAME_ENTRY_STEAM("detectivegallo", "dgbuild.exe", "5f2e683b0d5e66e47f5800322982171e", 466252165),
    1974         GAME_ENTRY_STEAM("detectivegallo", "dgbuild.exe", "2e0678b5642c64e057022a79742743fb", 90740554),
    1975         GAME_ENTRY_GOG("detectivegallo", "dgbuild.exe", "2e0678b5642c64e057022a79742743fb", 90740772),
    1976         GAME_ENTRY("diamondsintherough", "Diamonds.exe", "14c995189266969d538b31d1df451d3f", 180079079),
    1977         GAME_ENTRY_STEAM("docapocalypse", "doc_apocalypse.exe", "1a7dfeb7797720111f9e40b5cbfea4c4", 47961989),
    1978         GAME_ENTRY("docapocalypse", "doc_apocalypse.exe", "1a7dfeb7797720111f9e40b5cbfea4c4", 47959435),
    1979         GAME_ENTRY("donticeyourcool", "Don't Ice Your Cool.exe", "2321081ba51d1869ebe11b9ba126911b", 5979469),
    1980         GAME_ENTRY_STEAM("downfall2009", "downfall.exe", "aabdafae8b57dfc48fdf158a72326c23", 183357927),
    1981         GAME_ENTRY_STEAM("downfall2009", "downfall.exe", "aabdafae8b57dfc48fdf158a72326c23", 279342949), // 1.4
    1982         GAME_ENTRY_LANG("downfall2009", "downfall.exe", "10212624b951711c4b44f5cb9eecbf0a", 143360, Common::RU_RUS), // GOG
    1983         GAME_ENTRY_GOG("downfall2016", "downfall.exe", "08b1340f3528feeebce1ecc59cc17907", 1995812750),
    1984         GAME_ENTRY_STEAM("downfall2016", "downfall.exe", "08b1340f3528feeebce1ecc59cc17907", 224368590),
    1985         GAME_ENTRY_STEAM("downfall2016", "Downfall.ags", "7c87b99ce309a46085e40ac1a2b20e75", 224024207), // Linux
    1986         GAME_ENTRY_STEAM("dustbowl", "dustbowl.exe", "aa349d52fd620cf9642935cd5bdec5d8", 63365026),
    1987         GAME_ENTRY("dustbowl", "dustbowl.exe", "aa349d52fd620cf9642935cd5bdec5d8", 82185295),
    1988         GAME_ENTRY_STEAM("falconcity", "game.exe", "e816b31cfe3512c2ec24ac0bc6cfc605", 584191058),
    1989         GAME_ENTRY_STEAM("feriadarles", "feria d'arles.exe", "6a3291595263debd129e1e2064baeea5", 275649462),
    1990         GAME_ENTRY_STEAM("feriadarles", "ac2game.dat", "6a3291595263debd129e1e2064baeea5", 275640157), // Mac
    1991         GAME_ENTRY("feriadarles", "feria d'arles.exe", "6a3291595263debd129e1e2064baeea5", 275659086),
    1992         GAME_ENTRY_STEAM("footballgame", "Football Game.exe", "76703ac67835bdbfde5b378a147c8ba2", 164951859),
    1993         GAME_ENTRY("footballgame", "football game.exe", "76703ac67835bdbfde5b378a147c8ba2", 164951859),
    1994         GAME_ENTRY("footballgame", "football game.exe", "8283bcdb6ec07ec4a4040ef34215ec96", 164960522),
    1995         GAME_ENTRY("geminirue", "GeminiRue.exe", "0bdfb2139abaae5ae2dc85f1aacfd3f6", 61906750), // v1.1 CD Release
    1996         GAME_ENTRY_GOG("geminirue", "gemini rue.exe", "f3c0c7d3892bdd8963e8ce017f73de08", 61986506),
    1997         GAME_ENTRY("geminirue", "gemini rue.exe", "0bdfb2139abaae5ae2dc85f1aacfd3f6", 61926695),
    1998         DETECTION_ENTRY("geminirue", "gemini rue.exe", "0bdfb2139abaae5ae2dc85f1aacfd3f6", 64650419, Common::DE_DEU, nullptr, nullptr, GAMEFLAG_FORCE_AA), // German retail
    1999         GAME_ENTRY_STEAM("geminirue", "gemini_rue_pc.exe", "83362d0d2c1d4909bfbd85c04c95bde2", 72960932),
    2000         GAME_ENTRY("geminirue", "gemini_rue_pc.exe", "f49a61ea46feb86f89de3c136ad809ff", 73412249),
    2001         GAME_ENTRY_PLUGIN_STEAM("geminirue", "agsgame.dat", "f3c0c7d3892bdd8963e8ce017f73de08", 62059297, AGSTEAM_WADJETEYE), //Linux
    2002         GAME_ENTRY("geminirue", "gemini_rue_pc.exe", "e8f1d07a6b363e9cc80dac5367f1b4ba", 72860463), // Humble Bundle
    2003         GAME_ENTRY("geminirue", "ac2game.dat", "f3c0c7d3892bdd8963e8ce017f73de08", 62852566), // Android
    2004         GAME_ENTRY("geminirue", "ac2game.dat", "e8f1d07a6b363e9cc80dac5367f1b4ba", 72836785), // MacOS, Humble Bundle
    2005         GAME_ENTRY_GOG("geminirue", "agsgame.dat", "f3c0c7d3892bdd8963e8ce017f73de08", 62069353), // Linux
    2006         GAME_ENTRY("ghostdream", "ghostdream.exe", "05594881531d62e4575545f3c8fd2576", 225600520),
    2007         GAME_ENTRY_STEAM("ghostdream", "ghostdream.exe", "05594881531d62e4575545f3c8fd2576", 480856325),
    2008         GAME_ENTRY_STEAM("goldenwake", "a-golden-wake.exe", "dbe281d93c914899886e77c09c3c65ec", 130844360), // Linux & Mac
    2009         GAME_ENTRY_STEAM("goldenwake", "a-golden-wake.exe", "e7080df9729aae2a0097b752198f3cca", 130846774),
    2010         GAME_ENTRY_GOG("goldenwake", "a-golden-wake.exe", "7056895c888d6cf3f0120d2edfeb7f7b", 130912596),
    2011         GAME_ENTRY("goldenwake", "a-golden-wake.exe", "e80586fdc2db32f65658b235d8cbc159", 129814364), // Humble Bundle
    2012         GAME_ENTRY("goldenwake", "a-golden-wake.exe", "e80586fdc2db32f65658b235d8cbc159", 129814642),
    2013         GAME_ENTRY("goldenwake", "ac2game.dat", "bb3b4630c44a51e3a23892563121c2c8", 128018480), // Linux Humble Bundle
    2014         GAME_ENTRY("goldenwake", "ac2game.dat", "d27edc5b7eee382501dfcfea044dfc90", 128018546),
    2015         GAME_ENTRY_STEAM("guardduty", "guardduty.exe", "98d09f79129a5f96b6622661e2a7bc64", 706020335),
    2016         GAME_ENTRY_GOG("guardduty", "guardduty.exe", "98d09f79129a5f96b6622661e2a7bc64", 706020743),
    2017         GAME_ENTRY_STEAM("herdiscoming", "herd.exe", "78dd4ca028ee0156b6a093d6d780aa65", 7321217),
    2018         GAME_ENTRY_STEAM("justignorethem", "justignorethem.exe", "182e930ace9d62a22d09779cac72e597", 94918926),
    2019         GAME_ENTRY("justignorethem", "justignorethem.exe", "7a3096ac0237cb6aa8e1718e28caf039", 98544330),
    2020         GAME_ENTRY_STEAM("justignorethemremake", "justignorethemremake.exe", "7a0b9391c01ad13e5107b7763084a993", 187186542),
    2021         GAME_ENTRY_PLUGIN_STEAM_NOLAUNCHLOAD("kathyrain", "kathyrain.exe", "434e24a12ba3cfb07d7b4b2f0e0bb1bf", 197487159, AGSSPRITEFONT_CLIFFTOP),
    2022         GAME_ENTRY_PLUGIN_GOG_NOLAUNCHLOAD("kathyrain", "kathyrain.exe", "d2b1ba151c3d209b50331127032f96f6", 197489719, AGSSPRITEFONT_CLIFFTOP),
    2023         GAME_ENTRY_STEAM("killyourself", "ky.exe", "4e0d0aca04563b21a47e8a0cc56605fc", 18567658),
    2024         GAME_ENTRY_GOG("lamplightcity", "lamplight city.exe", "0cb636e2235e2b7cff4ece5898653e18", 981897178), // Version 1.10
    2025         GAME_ENTRY_GOG("lamplightcity", "lamplight city.ags", "70a52d0ba7e5975df40aef460142f770", 979393622), // Linux
    2026         GAME_ENTRY_STEAM("lamplightcity", "lamplight city.exe", "4b18403fd1d150321f50cff9232d7b28", 982468239),
    2027         GAME_ENTRY_STEAM("lamplightcity", "lamplight city.ags", "69936bd2263616bb0bd64fa6b4fe5a8d", 979409133),
    2028         GAME_ENTRY_STEAM("legendofhand", "legend of hand.exe", "fc478dd7564c908615c9366398d995c8", 75797285),
    2029         GAME_ENTRY("legendofhand", "legend of hand.exe", "fc478dd7564c908615c9366398d995c8", 75797155),
    2030         GAME_ENTRY_GOG("mage", "ac2game.dat", "2e822f554994f36e0c62da2acda874da", 30492258), // Mac
    2031         GAME_ENTRY_GOG("mage", "mages_initiation.exe", "2e822f554994f36e0c62da2acda874da", 30492089),
    2032         GAME_ENTRY_STEAM("mage", "mages_initiation.exe", "2e822f554994f36e0c62da2acda874da", 30492087),
    2033         GAME_ENTRY_STEAM("mage", "ac2game.dat", "2e822f554994f36e0c62da2acda874da", 30492087), // Mac
    2034         GAME_ENTRY_STEAM("metaldead", "metaldead.exe", "91996c5379e82787b68e84ab67d9672f", 1504754877),
    2035         GAME_ENTRY("metaldead", "metaldead.exe", "3b0874c12fa643efa5fcdc43f647c871", 1501335400),
    2036         GAME_ENTRY_STEAM("neofeud", "neofeud.exe", "6e861b1f476ff7cdf036082abb271329", 2078740517),
    2037         GAME_ENTRY("neofeud", "neofeud.exe", "6e861b1f476ff7cdf036082abb271329", 2078743375),
    2038         GAME_ENTRY_GOG("oott", "oott-tkc.exe", "11c2421258465cba4bd773c49d918ee3", 467834855),
    2039         GAME_ENTRY_GOG("oott", "oott-tkc.exe", "11c2421258465cba4bd773c49d918ee3", 467845009),
    2040         GAME_ENTRY_STEAM("oott", "oott-tkc.exe", "11c2421258465cba4bd773c49d918ee3", 467844896),
    2041         GAME_ENTRY_STEAM("oott", "agsgame.dat", "801b35fe313a432e44671ab04178b679", 465670839), // Linux
    2042         GAME_ENTRY_GOG("oott", "agsgame.dat", "ca8414acc5dc5687891db2d8ac5a0e76", 465662744), // Linux
    2043         GAME_ENTRY_GOG("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 973495830),
    2044         GAME_ENTRY_GOG("primordia", "primordia.exe", "f2edc9c3161f1f538df9b4c59fc89e24", 978377890),
    2045         GAME_ENTRY_GOG("primordia", "agsgame.dat", "22313e59c3233001488c26f18c80cc08", 973495830), // Linux
    2046         GAME_ENTRY_STEAM("primordia", "primordia.exe", "f2edc9c3161f1f538df9b4c59fc89e24", 978377182),
    2047         GAME_ENTRY("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 973154021), // DVD version
    2048         GAME_ENTRY("primordia", "primordia.exe", "8f717a5a14ceda815292ce4065348afb", 978722743),
    2049         GAME_ENTRY_STEAM("puzzlebots", "ac2game.dat", "34b49df9cf6eadb5c3587b3921d5b72f", 787776664),
    2050         GAME_ENTRY_GOG("qfi", "qfi.exe", "0702df6e67ef87fd3c51d09303803126", 534847265),
    2051         GAME_ENTRY_GOG("qfi", "qfi.exe", "32b36aebe0729c9360bc10dcddc0653c", 538562096),
    2052         GAME_ENTRY_STEAM("qfi", "qfi.exe", "32b36aebe0729c9360bc10dcddc0653c", 538681872),
    2053         GAME_ENTRY("qfi", "qfi.exe", "32b36aebe0729c9360bc10dcddc0653c", 538547262),
    2054         GAME_ENTRY("qfi", "agsgame.dat", "9efb669ada4b685f9a5a91ce161424a7", 532694795), // Linux Groupees
    2055         GAME_ENTRY("qfi", "agsgame.dat", "2a0ba29e479ca5aa8c6b4233f030e78f", 536391599),
    2056         GAME_ENTRY_STEAM("qfi", "agsgame.dat", "2a0ba29e479ca5aa8c6b4233f030e78f", 536513114), // Linux
    2057         GAME_ENTRY("qfi", "qfi.exe", "8a7bc4f9ef0e6b0a5b01d3e4d5d5ee7d", 534881961),
    2058         GAME_ENTRY("qfi", "qfi.exe", "32b36aebe0729c9360bc10dcddc0653c", 538547259),
    2059         GAME_ENTRY_GOG("resonance", "resonance.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 849404957),
    2060         GAME_ENTRY_PLUGIN_STEAM("resonance", "resonance.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 849410915, AGSTEAM_WADJETEYE),
    2061         GAME_ENTRY_STEAM("richardandalice", "richardandalice.exe", "1023d348f67ba958f78ed62d029565c7", 109164768),
    2062         GAME_ENTRY_STEAM("richardandalice", "richardandalice.exe", "f47d11397e2059a25b11057ea6cf3409", 108264256),
    2063         GAME_ENTRY("richardandalice", "richardandalice.exe", "9a7e38a1810e6a1839601fb5c6bd42e6", 108602238), // Desura
    2064         GAME_ENTRY_STEAM("roguestate", "roguestate.exe", "981a1c4d5a64b8ebe300f9769acf0fe5", 895486573),
    2065         GAME_ENTRY("samaritan", "samaritan.exe", "79dd677433bbb10d4970367eb68b243c", 78070237), // Groupees, v1.1
    2066         GAME_ENTRY_STEAM("samaritan", "samaritan.exe", "5fb404a4a7c9cd1449dfdd3d23fa0250", 78753952),
    2067         GAME_ENTRY_STEAM("samaritan", "samaritan.exe", "6a3b669b7d34ec9356a665afe0c2c003", 78438375),
    2068         GAME_ENTRY_STEAM("shardlight", "shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642157876),
    2069         GAME_ENTRY("shardlight", "shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642151325),
    2070         GAME_ENTRY("shardlight", "shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642142591),
    2071         GAME_ENTRY("shivah", "shivah.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 19542815), // Official website
    2072         GAME_ENTRY_PLUGIN_STEAM("shivah", "shivah.exe", "0aaf5445a3544a631d6e7dd4561fc7ae", 32323040, AGSTEAM_WADJETEYE),
    2073         GAME_ENTRY_STEAM("shivah", "ac2game.dat", "0aaf5445a3544a631d6e7dd4561fc7ae", 32323040),
    2074         GAME_ENTRY("shivah", "ac2game.dat", "0aaf5445a3544a631d6e7dd4561fc7ae", 32339699), // Android
    2075         GAME_ENTRY("shivah", "ac2game.dat", "ec0019b528dd1e9bcb4264967c4a3a31", 30446404), // Linux Humble Bundle
    2076         GAME_ENTRY("shivah", "ac2game.dat", "bdc618b23fc279938f05f8ac058a938b", 32723739), // MacOS
    2077         GAME_ENTRY_GOG("shivah", "shivah.exe", "0aaf5445a3544a631d6e7dd4561fc7ae", 32319665), // Windows GOG, Humble Bundle
    2078         GAME_ENTRY_STEAM("sumatra", "sumatra fate of yandi.exe", "57c868b1a81c0335ab60970292cd79d8", 170088886),
    2079         GAME_ENTRY("superjazzman", "sjm.exe", "0710e2ec71042617f565c01824f0cf3c", 10841689), // Official website
    2080         GAME_ENTRY("symploke1", "Symploke.exe", "ff20c8c9dda8379607db87e7726909c6", 29996616), // Videojuegos Fermin website (Spanish)
    2081         GAME_ENTRY("symploke1", "symploke1.exe", "ff20c8c9dda8379607db87e7726909c6", 57363019), // Steam (English), same as Videojuegos Fermin website (English)
    2082         GAME_ENTRY("symploke1", "symploke1.exe", "ff20c8c9dda8379607db87e7726909c6", 29996469), // Steam (Spanish)
    2083         GAME_ENTRY("symploke2", "symploke2.exe", "ff20c8c9dda8379607db87e7726909c6", 184247323), // Steam (English)
    2084         GAME_ENTRY("symploke2", "symploke2.exe", "ff20c8c9dda8379607db87e7726909c6", 124539110), // Steam (Spanish)
    2085         GAME_ENTRY("symploke3", "symploke3.exe", "c7acc0fba53cb6a656c9cbc788868a2d", 284040264), // Steam (English)
    2086         GAME_ENTRY("symploke3", "symploke3.exe", "c7acc0fba53cb6a656c9cbc788868a2d", 284098408), // Steam (Spanish)
    2087         GAME_ENTRY("tales", "tales.exe", "4f6c7ec127e8b0ce077abb357903612f", 112930701),
    2088         GAME_ENTRY_STEAM("tales", "tales.exe", "7b5842e8954354ef6e21dc1837073182", 150969855),
    2089         GAME_ENTRY_STEAM("technobabylon", "technobabylon.exe", "e523535e730f313e1ed9b19b1a9dd228", 447900356),
    2090         GAME_ENTRY("technobabylon", "technobabylon.exe", "e523535e730f313e1ed9b19b1a9dd228", 447894701),  // Humble Bundle
    2091         GAME_ENTRY_STEAM("theadventuresoffatman", "fatman.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 44449205),
    2092         GAME_ENTRY("theantidote", "The Antidote.exe", "4017d881af6467d6aad9183e6e38a261", 325819947),
    2093         GAME_ENTRY_STEAM("thebeardinthemirror", "the beard in the mirror.exe", "4d4b6d6e560cf32f440c39f8d3896da5", 40637501),
    2094         GAME_ENTRY_STEAM("thecastle", "maniac.exe", "3b96c2143d927f005715be73344e456c", 22362337),
    2095         GAME_ENTRY_GOG("thecatlady", "thecatlady.exe", "0ea2b985dc5d7d27cb7c1b7da5eedea0", 1072316702),
    2096         GAME_ENTRY_STEAM("thecatlady", "thecatlady.exe", "0ea2b985dc5d7d27cb7c1b7da5eedea0", 53988582),
    2097         GAME_ENTRY("thecatlady", "Cat Lady.exe", "92320e20e3d4c70a94d89e2f797e65c1", 1061000756), // DVD
    2098         GAME_ENTRY_STEAM("thesecretsofjesus", "the secrets of jesus.exe", "2e17ab52586ad34b5e597c20a59f60a0", 1577637692),
    2099         GAME_ENTRY_STEAM("theterribleoldman", "the terrible old man.exe", "e07a475bcf14bc75c016724186f222ac", 369769127),
    2100         GAME_ENTRY_STEAM("theterribleoldman", "the terrible old man.exe", "b3a10d7d3b5a728330b028ec28ff2d05", 103852030),
    2101         GAME_ENTRY_STEAM("timegentlemenplease", "tgp.exe", "86a5359bac7c88f0dfa060478800dd61", 74077811),
    2102         GAME_ENTRY_STEAM("waitingfortheloop", "waitingfortheloop.exe", "0241777c2537fc5d077c05cde10bfa9f", 51472537),
    2103         GAME_ENTRY("waitingfortheloop", "waitingfortheloop.exe", "0241777c2537fc5d077c05cde10bfa9f", 51273604),
    2104         GAME_ENTRY("welcometosunnymunarvagir", "alpha4.ags", "392dbdd0697ae32af4cfe5212f9213c5", 23000263),
    2105         GAME_ENTRY_PLUGIN_STEAM_NOLAUNCHLOAD("whispersofamachine", "whispers.exe", "b4962a0a9c9c33954e185a137125f527", 159084291, AGSSPRITEFONT_CLIFFTOP),
    2106         GAME_ENTRY_PLUGIN_GOG_NOLAUNCHLOAD("whispersofamachine", "whispers.exe", "b8416ff5242d6540980f922f03a01a5f", 159085573, AGSSPRITEFONT_CLIFFTOP),
    2107         GAME_ENTRY_STEAM("zniwadventure", "ctgame.exe", "8a2d48ee8d92bad3c5cacd8b883c5871", 100036465),
    2108         GAME_ENTRY_STEAM("zniwadventure", "ctgame.exe", "8a2d48ee8d92bad3c5cacd8b883c5871", 100040004),
    2109         GAME_ENTRY("zniwadventure", "ctgame.exe", "8a2d48ee8d92bad3c5cacd8b883c5871", 100010235),
    2110         // Commerical Italian games
    2111         GAME_ENTRY_LANG("onironauta", "Onironauta.exe", "5c8c0e3edae9b4fad276c136b2b48ce8", 69917110, Common::IT_ITA),
    2112 
    2113         // Post-2.5 games that are likely supported by the AGS engine
    2114         DEMO_ENTRY("3geeks", "3GEEKS_Demo.exe", "7ddb9e776648faed5a51170d087074e9", 512546851), // itch.io
    2115         DEMO_ENTRY("alemmo", "al-emmo.exe", "9661b29821fdc7f93d286f25c195fc22", 8932837), // Steam
    2116         DEMO_ENTRY("alemmo", "emmo_demo.exe", "2fb17c4382f2f54ef6d040b6493fec4b", 8943213), // Official website
    2117         DEMO_ENTRY("alquest1", "alquest.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 20154310),
    2118         DEMO_ENTRY("bananaman", "banana man demo.exe", "615e806856b7730afadf1fea9a756b70", 53524952),
    2119         DEMO_ENTRY("blackmorph", "Black Morph.exe", "cd37b1dbdff2c7092e05f5abed2f5dee", 16333092),
    2120         DEMO_ENTRY("blackwell1", "blackwell demo.exe", "2eeca6bae968dc61b5ed36561efc0fca", 53342880),
    2121         DEMO_ENTRY("blackwell2", "unbound_demo.exe", "6ee842f73649ced615c44d4eb303687c", 30057537),
    2122         DEMO_ENTRY("blackwell3", "convergence.exe", "856a6e0e22d2cb4a45d5bbc7245ce5e8", 29935120),
    2123         DEMO_ENTRY("blackwell4", "deception.exe", "b3b192cf20a2f7666ddea3410dbd87cc", 260533048),
    2124         DEMO_ENTRY("blackwell5", "epiphany.exe", "c1cddd6fcdbcd030beda9f10d4e4270a", 283994688),
    2125         DEMO_ENTRY("brotherswreckers", "Brothers & Wreckers.exe", "f24c533ce89a2566c157b871f87a4ce4", 42831964),
    2126         DEMO_ENTRY("bytheswordconspiracy", "bts.exe", "7dc7f61f79ba7a77d4ef8168bfd3d173", 60246329),
    2127         DEMO_ENTRY("charnelhousetrilogy", "sepulchredemo.exe", "9ba3d9fbb098a26d7293ad3161c0f270", 139434513), // Steam
    2128         DEMO_ENTRY("danewguys2", "dng2 demo.exe", "0d2e8dc76f9ac381d204a3ac763b0bac", 5235302),
    2129         DEMO_ENTRY("diamondsintherough", "diamonds demo.exe", "14c995189266969d538b31d1df451d3f", 2439365),
    2130         DEMO_ENTRY("downfall2016", "downfall_demo.exe", "7c87b99ce309a46085e40ac1a2b20e75", 97968746), // Steam
    2131         DEMO_ENTRY("dumbassdrivers", "dumbass.exe", "f120690b506dd63cd7d1112ea6af2f77", 40580988),
    2132         DEMO_ENTRY("earlbobbyislookingforaloo", "demo.exe", "0e32c4b3380e286dc0cea8550f1c045e", 4221725),
    2133         DEMO_ENTRY("emmarode", "emma roide.exe", "aefd91a131817036d224fe030e406c6e", 24919443),
    2134         DEMO_ENTRY("flashbax", "demo flashbax.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 5527034),
    2135         DEMO_ENTRY("forcemajeureiithezone", "thezonedemo.exe", "b63d26c17bf292017f9a708ae9dc38ca", 18414473),
    2136         DEMO_ENTRY("fountainofyouth", "foydemo.exe", "f120690b506dd63cd7d1112ea6af2f77", 14372003),
    2137         DEMO_ENTRY("gassesuittollis3", "gst3_demo.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 4270243),
    2138         DEMO_ENTRY("geminirue", "gemini rue demo.exe", "978eab85a41b8fc089b719af47dfbb79", 61839853),
    2139         DEMO_ENTRY("gesundheit", "gesundheit.exe", "5554b9e0df6241d25c9a070708e54478", 49666357),
    2140         DEMO_ENTRY("herdiscoming", "herd.exe", "78dd4ca028ee0156b6a093d6d780aa65", 5664594), // Steam
    2141         DEMO_ENTRY("hiliaderoleagainsthell", "dark trial demo.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 36442694),
    2142         DEMO_ENTRY("indycositalianver", "cosdemo2.1-it.exe", "f120690b506dd63cd7d1112ea6af2f77", 5772985),
    2143         DEMO_ENTRY("jamesperis2", "james2.exe", "06a03fe35791b0578068ab1873455463", 35766505),
    2144         DEMO_ENTRY("johnsinclair", "John Sinclair - Voodoo in London.exe", "d72e72697a755c7de395b0f6c8cbbf0d", 56795991),
    2145         DEMO_ENTRY("jorry", "jorry demo.exe", "fe5f7dc7785b335aec72a2a834629bad", 124667001),
    2146         DEMO_ENTRY_PLUGIN("kathyrain", "kathyrain.exe", "434e24a12ba3cfb07d7b4b2f0e0bb1bf", 197487685, AGSSPRITEFONT_CLIFFTOP), // Steam
    2147         DEMO_ENTRY_PLUGIN("kathyrain", "kathyrain.exe", "d2b1ba151c3d209b50331127032f96f6", 197490245, AGSSPRITEFONT_CLIFFTOP), // GOG
    2148         DEMO_ENTRY("kinkyisland", "kinky.exe", "f120690b506dd63cd7d1112ea6af2f77", 10628479),
    2149         DEMO_ENTRY("lazytownthenewkid", "newkiddemo1.2.exe", "9cb3c8dc7a8ab9c44815955696be2677", 15515508),
    2150         DEMO_ENTRY("litnunforgettablememories", "litn_umtechdemo.exe", "f120690b506dd63cd7d1112ea6af2f77", 3507831),
    2151         DEMO_ENTRY("mash", "mash demo.ags", "af4276d98c9f71dba02658fe95e49b75", 2565641),
    2152         DEMO_ENTRY("mash", "mash demo.exe", "7825fa980fcd058caadaf6d3377b1f78", 5601309),
    2153         DEMO_ENTRY("mi5thereturnoflechuck", "demo.exe", "0500aacb6c176d47ac0f8158f055db83", 6235270),
    2154         DEMO_ENTRY("micv", "MI.exe", "d90febc33f641a5f14c485f8ef29fb33", 3371895),
    2155         DEMO_ENTRY("mimv", "MI.exe", "c0c6dafd33236a308bd0b87678326994", 1872382),
    2156         DEMO_ENTRY("mivl", "MI.exe", "23a7b5a6119e82a9750302492b3f2856", 1927604),
    2157         DEMO_ENTRY("mybigsister", "my big sister.exe", "4dc50ca8b5d2c762fe86a528b09973cf", 90464651),
    2158         DEMO_ENTRY("neofeud", "neofeud demo.exe", "6e861b1f476ff7cdf036082abb271329", 1886913453),
    2159         DEMO_ENTRY("neofeud", "neofeud.exe", "6e861b1f476ff7cdf036082abb271329", 2078743282), // 1.3 itch.io
    2160         DEMO_ENTRY("neofeud", "Neofeud_LINUX_TEST_9_2_17.ags", "a23f0c48d8128bb7045ab8685665a464", 2076260110), // itch.io Linux
    2161         DEMO_ENTRY("oott", "demo_tkc.exe", "54da0ce99f3e8b556db6d236c8ef76ba", 415137576), // Steam
    2162         DEMO_ENTRY("phantomfellows", "TPF.exe", "71961f24fd94e30e61167d7b0720cd35", 96534651),
    2163         DEMO_ENTRY("phantomfellows", "TPF.exe", "71961f24fd94e30e61167d7b0720cd35", 96536204),
    2164         DEMO_ENTRY("phantomfellows", "TPF.exe", "71961f24fd94e30e61167d7b0720cd35", 96799674),
    2165         DEMO_ENTRY("phantomfellows", "TPF.exe", "71961f24fd94e30e61167d7b0720cd35", 96799833),
    2166         DEMO_ENTRY("phantomfellows", "TPF.exe", "71961f24fd94e30e61167d7b0720cd35", 96800964),
    2167         DEMO_ENTRY("phantomfellows", "TPF.exe", "71961f24fd94e30e61167d7b0720cd35", 430357136),
    2168         DEMO_ENTRY("phantomfellows", "TPF.exe", "71961f24fd94e30e61167d7b0720cd35", 505116629),
    2169         DEMO_ENTRY("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 727898212),
    2170         DEMO_ENTRY("pubmastersquest", "pub master quest [demo].exe", "e1676318c8a040fcf508b817013dc8fe", 23431689),
    2171         DEMO_ENTRY("puzzlebots", "puzzlebots_demo.exe", "34b49df9cf6eadb5c3587b3921d5b72f", 354138961),
    2172         DEMO_ENTRY("quantumnauts", "qndemo.exe", "aeb2dd29e5ff839cb3ee86cf3e87e3ca", 134237367),
    2173         DEMO_ENTRY("qfi", "qfi_demo2.exe", "9e7eb04bb1652e188e6f2633eed89408", 82314927),
    2174         DEMO_ENTRY("redbow", "Red Bow.exe", "2971fd82315ce4df9d8287def34b4713", 21338542), // itch.io
    2175         DEMO_ENTRY("resonance", "resonance_demo.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 473386791),
    2176         DEMO_ENTRY("searchforsanity", "sfs.exe", "308d35bc34e9df29d8acce615593e3e7", 9097147),
    2177         DEMO_ENTRY("shadowsoftheempire", "sote_td.exe", "b8cd640b45c5a79c33c7a8a8fe32ebe2", 63299246),
    2178         DEMO_ENTRY("shardlight", "shardlight demo.exe", "ee801fba52d252249677a9170bd2db96", 642405010), // Steam
    2179         DEMO_ENTRY("shardlight", "shardlight demo.exe", "ee801fba52d252249677a9170bd2db96", 642366257),
    2180         DEMO_ENTRY("shivah", "shivahdemo.exe", "6e3d6225dee662ff6450a3bfa942773b", 20897850),
    2181         DEMO_ENTRY("shivah", "shivah-demo.exe", "0aaf5445a3544a631d6e7dd4561fc7ae", 23987292),
    2182         DEMO_ENTRY("simonthesorcerer3", "simon3.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8189928),
    2183         DEMO_ENTRY("sq3vga", "sq3vgademo.exe", "64fcaf7da0b257ea831f89c54be0ad72", 3630019),
    2184         DEMO_ENTRY("sq55", "sq5.5.exe", "465f972675db2da6040518221af5b0ba", 16342443),
    2185         DEMO_ENTRY("sram2", "sram2.exe", "e3a33d139d90f2e695292a618753b8a5", 296499943),
    2186         DEMO_ENTRY("sulifallenharmony", "Suli Fallen Harmony - Demo.exe", "8a58836830dce896e4366f57791ab6cc", 8822781),
    2187         DEMO_ENTRY("sulifallenharmony", "Suli Fallen Harmony - Demo.exe", "8a58836830dce896e4366f57791ab6cc", 8826816), // itch.io
    2188         DEMO_ENTRY("superjazzman", "sjmdemo.exe", "0710e2ec71042617f565c01824f0cf3c", 5214882),
    2189         DEMO_ENTRY("tales", "tales.exe", "4f6c7ec127e8b0ce077abb357903612f", 112930689), // Steam
    2190         DEMO_ENTRY("technobabylon", "technobabylon.exe", "e523535e730f313e1ed9b19b1a9dd228", 595787927),
    2191         DEMO_ENTRY("technobabylon", "technobabylon.exe", "e523535e730f313e1ed9b19b1a9dd228", 59578792),
    2192         DEMO_ENTRY("theadventuresoffatman", "fatman.exe", "853cef07077feadd0f2ccd55c5bd747b", 56375090),
    2193         DEMO_ENTRY("theloneloser", "demo (english).exe", "0500aacb6c176d47ac0f8158f055db83", 6082095),
    2194         DEMO_ENTRY("thesecretsofjesus", "the secrets of jesus.exe", "2e17ab52586ad34b5e597c20a59f60a0", 841450335), // Steam
    2195         DEMO_ENTRY("thesecretsofjesus", "The secrets of Jesus.ags", "ed790525ab59cfc727a35582731de9c1", 838622031), // itch.io Linux
    2196         DEMO_ENTRY("thesecretsofjesus", "the secrets of jesus.exe", "2e17ab52586ad34b5e597c20a59f60a0", 841450335), // itch.io Windows
    2197         DEMO_ENTRY("timegentlemenplease", "tgp.exe", "86a5359bac7c88f0dfa060478800dd61", 29686006),
    2198         DEMO_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 457842687),
    2199         DEMO_ENTRY("wallyweasel", "wallydemo.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 12579444),
    2200         DEMO_ENTRY("zniwadventure", "ctgame.exe", "b47f0434e11532ec79c330b44ee05130", 10641139),
    2201         DEMO_ENTRY("zombieattack", "zademo.exe", "82da2565c456dcfb265ded6fe3189c0b", 20958555),
    2202 
    2203         GAME_ENTRY("10waysfromsunday", "10waysfromsunday.exe", "495d45fb8adfd49690ae3b97921feec6", 11362765),
    2204         GAME_ENTRY("10waysfromsunday", "10waysfromsunday.exe", "495d45fb8adfd49690ae3b97921feec6", 11362850),
    2205         GAME_ENTRY("1213", "1213.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 2940069),
    2206         GAME_ENTRY("15minutes", "15 minutes.exe", "615e73fc1874e92d60a1996c2330ea36", 24136635),
    2207         GAME_ENTRY("1dayamosquito", "mosquito.exe", "465f972675db2da6040518221af5b0ba", 2178983),
    2208         GAME_ENTRY("2034acaftercanada1", "MAGS_01_13.exe", "1280ba7c269a68a9505871516319db0c", 14123278),
    2209         GAME_ENTRY("2034acaftercanada2", "2034 ac ii.exe", "1280ba7c269a68a9505871516319db0c", 35207006),
    2210         GAME_ENTRY("24hours", "24.exe", "f120690b506dd63cd7d1112ea6af2f77", 1932370),
    2211         GAME_ENTRY("3piggiesalpha", "3piggiesalpha.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 14181120),
    2212         GAME_ENTRY("3piggiesalpha", "three little pigs and a wolf.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 14180634),
    2213         GAME_ENTRY("46memorylane", "diyu.exe", "e3962995a70923a8d5a8f1cf8f932eee", 66686277),
    2214         GAME_ENTRY("4ofclubs", "4ofclubs.exe", "06a03fe35791b0578068ab1873455463", 5909169),
    2215         GAME_ENTRY("5daysastranger", "5days.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4614351), // Special Edition
    2216         GAME_ENTRY("5daysastranger", "5days.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 4440143), // v1.3
    2217         GAME_ENTRY("5daysastranger", "5daysorig.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4593115),
    2218         GAME_ENTRY("5oclocklock", "dadgame.exe", "3018c5443291aec823bc63342ce4c58b", 6073887),
    2219         GAME_ENTRY("6daysasacrifice", "6das.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7993899),
    2220         GAME_ENTRY("6daysasacrifice", "6das se.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8173314),
    2221         GAME_ENTRY("6mornings", "project2.exe", "e7dac058b9bc0b42d489e474c2ddec84", 11595240),
    2222         GAME_ENTRY("7daysaskeptic", "7days.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4863356),
    2223         GAME_ENTRY("7daysaskeptic", "7days.exe", "465f972675db2da6040518221af5b0ba", 4693374),
    2224         GAME_ENTRY("9monthsin", "9 Months In.exe", "7407eea3a8a88cca77c59f0a3a400f36", 33372910),
    2225         GAME_ENTRY("aazor", "aazor.exe", "465f972675db2da6040518221af5b0ba", 4956212),
    2226         GAME_ENTRY("abducted", "10 minutes.exe", "465f972675db2da6040518221af5b0ba", 2687034),
    2227         GAME_ENTRY("abducted10mins", "10 minutes.exe", "465f972675db2da6040518221af5b0ba", 2688871),
    2228         GAME_ENTRY("abduction", "Abduction.exe", "a524cbb1c51589903c4043b98917f1d9", 144332695),
    2229         GAME_ENTRY("abduction", "Abduction.exe", "a524cbb1c51589903c4043b98917f1d9", 144408290),
    2230         GAME_ENTRY("abettermousetrap", "trap.exe", "0b7529a76f38283d6e850b8d56526fc1", 4735739),
    2231         GAME_ENTRY("absent", "absent.exe", "aabdafae8b57dfc48fdf158a72326c23", 39284149),
    2232         GAME_ENTRY("absentpart1", "absent - part i.exe", "34ca36e3948aae8527dd0e90f0861a75", 31421924),
    2233         GAME_ENTRY("absurdistan", "Absurdistan.exe", "4588012d3077d6b6791fce8cd4b15885", 84568958),
    2234         GAME_ENTRY("access", "access.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 1816218),
    2235         GAME_ENTRY("aceking", "ags.exe", "f982756f0e2c2fbeca15d199b9851559", 338249917),
    2236         GAME_ENTRY("acequest", "newgame.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 4124225),
    2237         GAME_ENTRY("acharchronicles", "Oblitus.exe", "e37052201ffaea41ff1784f59ce47163", 55523181),
    2238         GAME_ENTRY("achequest", "achequest.exe", "06a03fe35791b0578068ab1873455463", 2952369),
    2239         GAME_ENTRY("achristmasblunder", "blunder.exe", "35c11dc3b5f73b290489503b0a7c89e5", 1974915),
    2240         GAME_ENTRY("achristmaswish", "A Christmas Wish.exe", "01d0e6bd812abaa307bcb10fc2193416", 3452454),
    2241         GAME_ENTRY("aciddd", "acidddd.exe", "06a03fe35791b0578068ab1873455463", 1858394),
    2242         GAME_ENTRY("acureforthecommoncold", "game.exe", "06a03fe35791b0578068ab1873455463", 5247960),
    2243         GAME_ENTRY_PLATFORM("adateinthepark", "a date in the park.exe", "59fe2aa2cc67589f11707ddc5a7f01cc", 47324098, "itch.io/Steam"), // TODO: split
    2244         GAME_ENTRY("adaywithmichael", "adwm.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 65283966),
    2245         GAME_ENTRY("advallinthegame", "all in the game.exe", "bb59de174d70797d774dec76a171352d", 843215726),
    2246         GAME_ENTRY("adventurequest", "begin.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1584015),
    2247         GAME_ENTRY("adventurequest2", "adventure.exe", "f120690b506dd63cd7d1112ea6af2f77", 4603131),
    2248         GAME_ENTRY("adventuresofjoshanddyan", "joshanddyan.exe", "90413e9ae57e222f8913b09d2bc847bc", 3053444),
    2249         GAME_ENTRY("adventuresofmaxfaxepisode1", "maxfax1.exe", "f95aa7fd4c60ae0c64ab2bca085d0d15", 111272141),
    2250         GAME_ENTRY("adventuresofprincessmarian", "marian.exe", "97d700529f5cc826f230c27acf81adfd", 3637811),
    2251         GAME_ENTRY("adventuretheinsidejob", "thalia.exe", "615e806856b7730afadf1fea9a756b70", 305012295),
    2252         GAME_ENTRY("advwelcome", "welcome to the genre.exe", "7b312aca49376e8a92bc31c612dfe81d", 31339728),
    2253         GAME_ENTRY("aerinde", "aerinde.exe", "3d40063da244931d67726a2d9600f1e8", 31700697),
    2254         GAME_ENTRY("aeronuts", "aeronuts.exe", "e446d58cf60bf13e32d0edd470065c7d", 10984662),
    2255         GAME_ENTRY("aeronuts", "aeronuts.exe", "820ac8a9776518d8510404c2deaf6328", 11469798),
    2256         GAME_ENTRY("afragmentofher", "afragmentofher_v0.2.1.0.exe", "618d7dce9631229b4579340b964c6810", 8400475),
    2257         GAME_ENTRY("afriendindeed", "thehouse.exe", "3128b9f90e2f954ba704414ae854d10b", 6197624),
    2258         GAME_ENTRY("afrojones", "afrojones.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 4739799),
    2259         GAME_ENTRY("afterashadow", "after a shadow.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6157553),
    2260         GAME_ENTRY("agenthudson", "ah.exe", "c7916b82f00c94013a3f7706b4d333c6", 15479216),
    2261         GAME_ENTRY("agenttrinityepisode0theultimatum", "theultimatum_03.exe", "615e73fc1874e92d60a1996c2330ea36", 3777519),
    2262         GAME_ENTRY("aggghost", "verbcoin.exe", "88d4158acfc9db9299e514979f289ced", 23937962),
    2263         GAME_ENTRY("agitprop", "agitprop.exe", "a524cbb1c51589903c4043b98917f1d9", 12834513),
    2264         GAME_ENTRY("agnosticchicken", "chicken.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 2473154),
    2265         GAME_ENTRY("ags-mi3", "ags_mi3.exe", "0500aacb6c176d47ac0f8158f055db83", 5142697),
    2266         GAME_ENTRY("agsawards2008ceremony", "aa2008.exe", "2615d67c2234f387e0ffd1a375476be0", 15151764),
    2267         GAME_ENTRY("agsawards2020", "AGS Awards 2020.exe", "1466cb5cd32c5ce4a4dbc6e4975f8991", 346110549),
    2268         GAME_ENTRY("agsawards2020", "AGS Awards 2020.exe", "1466cb5cd32c5ce4a4dbc6e4975f8991", 346114803),
    2269         GAME_ENTRY("agsdarts", "ags darts.exe", "434c43a5e1ba2a11c1bde723ffeae719", 47771575),
    2270         GAME_ENTRY("agsinvaders", "ags-invaders.exe", "f120690b506dd63cd7d1112ea6af2f77", 1394435),
    2271         GAME_ENTRY("agsjukebox", "jukebox2.exe", "a7aef57e360306c9377164f38d317ccb", 2914973),
    2272         GAME_ENTRY("agsmagus", "AGS Wizard.exe", "434c43a5e1ba2a11c1bde723ffeae719", 21177588),
    2273         GAME_ENTRY("agsmittensshooter", "clex.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1381575),
    2274         GAME_ENTRY("agsmoduletester", "v1.0 source.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 2020344),
    2275         GAME_ENTRY("agsyahtzee2", "ags yahtzee 2.exe", "9e995c04d8642d6182d492c54a90b188", 71217276),
    2276         GAME_ENTRY("agsyathzee", "ags yathzee.exe", "434c43a5e1ba2a11c1bde723ffeae719", 37295758),
    2277         GAME_ENTRY("agunshotinroom37", "agir37.exe", "f120690b506dd63cd7d1112ea6af2f77", 1451303),
    2278         GAME_ENTRY("ahmetsagsfightgameremix", "fight.exe", "f120690b506dd63cd7d1112ea6af2f77", 2469641),
    2279         GAME_ENTRY("aidaschristmas", "Aidas Strange Christmas.exe", "9cb3c8dc7a8ab9c44815955696be2677", 15568945),
    2280         GAME_ENTRY("ainthegoffantabulousw", "gfw.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7991393),
    2281         GAME_ENTRY("airbreak", "Airbreak.exe", "28567bd2dc355a02a0ba58749e753f87", 23126098),
    2282         GAME_ENTRY("airwaveifoughtthelawandthelawone", "~airwave~.exe", "18456f28d9bf843b087e80072c85beca", 22521544),
    2283         GAME_ENTRY("akumayosagschess275", "chess.exe", "f120690b506dd63cd7d1112ea6af2f77", 1198934),
    2284         GAME_ENTRY("alandlordsdream", "Game.exe", "0241777c2537fc5d077c05cde10bfa9f", 6212265),
    2285         GAME_ENTRY("alandlordsdream", "Game.exe", "7db052bc30700d1f30f5330f5814f519", 8060425),
    2286         GAME_ENTRY("alansaveschristmas", "alancmas.exe", "3f76f9c4249bdc06794c13b098229c90", 39312224),
    2287         GAME_ENTRY("alansaveschristmas", "alancmas.exe", "9db90e244d6f3476191d3d4de189509d", 39295833),
    2288         GAME_ENTRY("albatheexplorer", "alba_explorer.exe", "0500aacb6c176d47ac0f8158f055db83", 2026147),
    2289         GAME_ENTRY("alienattack", "alien attack.exe", "06a03fe35791b0578068ab1873455463", 11045476),
    2290         GAME_ENTRY("aliencarniage", "AlienCarni.exe", "06a03fe35791b0578068ab1873455463", 22301801),
    2291         GAME_ENTRY("aliencowrampage", "alien.exe", "57dc38c78f323afa45e486ee7fff767f", 15639495),
    2292         GAME_ENTRY("alienpuzzleinvasion", "alien.exe", "a524cbb1c51589903c4043b98917f1d9", 10552264),
    2293         GAME_ENTRY("alienrapeescape", "a.r.e.exe", "39d7a558298a9f1d40c1f415daf9bb74", 4802707),
    2294         GAME_ENTRY("alienthreat", "alien threat.exe", "f120690b506dd63cd7d1112ea6af2f77", 6341266),
    2295         GAME_ENTRY("alientimezone", "atz.exe", "0710e2ec71042617f565c01824f0cf3c", 2911858),
    2296         GAME_ENTRY("allgonesoon", "All_Gone_Soon.exe", "618d7dce9631229b4579340b964c6810", 8858991),
    2297         GAME_ENTRY("allgonesoon2", "AGS2.exe", "618d7dce9631229b4579340b964c6810", 11140718),
    2298         GAME_ENTRY("allpigs", "All pigs deserve to burn in hell.exe", "973f6b65820ca1f4e19704a49be99d76", 20836147),
    2299         GAME_ENTRY("aloneinthenight", "alone.exe", "0710e2ec71042617f565c01824f0cf3c", 9501343),
    2300         GAME_ENTRY("alphadog", "alpha_dog.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 3329253),
    2301         GAME_ENTRY("alphax", "alphax.exe", "06a03fe35791b0578068ab1873455463", 17879795),
    2302         GAME_ENTRY("alphax", "project smash.exe", "06a03fe35791b0578068ab1873455463", 25377719),
    2303         GAME_ENTRY("alysvsthephantomfelinefoe", "alys.exe", "3c5bd1713959ff469cb46ebe5542cfcf", 22323495),
    2304         GAME_ENTRY("amagicstone", "a magic stone.exe", "465f972675db2da6040518221af5b0ba", 5478520),
    2305         GAME_ENTRY("amotospuf", "amotos.exe", "06a03fe35791b0578068ab1873455463", 10771879),
    2306         GAME_ENTRY("amongthorns", "Among Thorns.exe", "b5c41e08919834b549ca350a28f18f87", 64621203),
    2307         GAME_ENTRY("amtag", "amtag.exe", "06a03fe35791b0578068ab1873455463", 8755912),
    2308         GAME_ENTRY("amused", "TheMeanTime.exe", "615e73fc1874e92d60a1996c2330ea36", 5113261),
    2309         GAME_ENTRY("analienswork", "AWIND.exe", "0710e2ec71042617f565c01824f0cf3c", 4460224),
    2310         GAME_ENTRY("ancientaliens", "AAliens.exe", "82da2565c456dcfb265ded6fe3189c0b", 49750239),
    2311         GAME_ENTRY("aneternityreflecting", "An Eternity, Reflecting.exe", "78dd4ca028ee0156b6a093d6d780aa65", 53731093),
    2312         GAME_ENTRY("anightthatwouldntend", "Game.exe", "0241777c2537fc5d077c05cde10bfa9f", 14559632),
    2313         GAME_ENTRY("anighttoremember", "the trials.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 9643993),
    2314         GAME_ENTRY("anna", "anna.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 42337759),
    2315         GAME_ENTRY("anna", "anna.exe", "548d8cf1c544c85da3e78b7aa65a6d41", 16572928),
    2316         GAME_ENTRY("annieandroidautomatedaffection", "annie source.exe", "fc17e9b3ab53f6b4841e2a4af5c782ff", 5015270),
    2317         GAME_ENTRY("anoblegame", "a_noble_game.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3580379),
    2318         GAME_ENTRY("anthonysessay", "copy of school.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 11033611),
    2319         GAME_ENTRY("anticipatingmurder", "ags.exe", "f120690b506dd63cd7d1112ea6af2f77", 19907137),
    2320         GAME_ENTRY("antiheroes", "antiheroes.exe", "f120690b506dd63cd7d1112ea6af2f77", 3984580),
    2321         GAME_ENTRY("antiheroes", "antiheroes.exe", "f120690b506dd63cd7d1112ea6af2f77", 3982762),
    2322         GAME_ENTRY("apiratestale", "a_pirates_tale.exe", "06a03fe35791b0578068ab1873455463", 13952670),
    2323         GAME_ENTRY("aplaceinthesun", "inthesun.exe", "7a3096ac0237cb6aa8e1718e28caf039", 40359648),
    2324         GAME_ENTRY("aplacewithoutfrontier", "Frontier.exe", "9cb3c8dc7a8ab9c44815955696be2677", 17733652),
    2325         GAME_ENTRY("apprentice", "app.exe", "ecc8eaa38fe3adea61ffc525d2ce5c0e", 14110306),
    2326         GAME_ENTRY_PLATFORM("apprentice", "app.exe", "45ab4f29031b50c8d01d10a269f77ff5", 17488604, "Deluxe"),
    2327         GAME_ENTRY("apprentice2", "app2.exe", "465f972675db2da6040518221af5b0ba", 34159191),
    2328         GAME_ENTRY("aprofoundjourney", "apj.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 920131),
    2329         GAME_ENTRY("aractaur", "aractaur.exe", "aecd482222ff54206e43a029b5f0b170", 5318963),
    2330         GAME_ENTRY("archeos", "archeos.exe", "2ff048659aaefd20d342db6428a5f1a0", 6659974),
    2331         GAME_ENTRY("archeos", "archeos.exe", "2ff048659aaefd20d342db6428a5f1a0", 6661410),
    2332         GAME_ENTRY("archeos", "archeos.ags", "050b3e5c5486fb6b977712cb4e4d6058", 4217618),
    2333         GAME_ENTRY("ardensvale", "Arden's Vale.exe", "588df1c52f2ecdc6af866cd06b9810e1", 20097804),
    2334         GAME_ENTRY("ardentfever", "Ardent Fever.exe", "d32f0fb244a8f815e7e87a78aa5dcee3", 3979543),
    2335         GAME_ENTRY("arewethereyet", "arewethereyet.exe", "f120690b506dd63cd7d1112ea6af2f77", 1054672),
    2336         GAME_ENTRY("aroomwithoutyou", "aroomwithoutyou.ags", "34ba844fe761f8a9da2cf1076c30d847", 27163303),
    2337         GAME_ENTRY("aroomwithoutyou", "aroomwithoutyou.exe", "7ddb9e776648faed5a51170d087074e9", 29650615),
    2338         GAME_ENTRY("armageddonmargaret", "am_game.exe", "06a03fe35791b0578068ab1873455463", 3640885),
    2339         GAME_ENTRY("armageddonmargaret", "armageddon margaret.exe", "3128b9f90e2f954ba704414ae854d10b", 2951568),
    2340         GAME_ENTRY("armageddonmargaret", "mags.exe", "3128b9f90e2f954ba704414ae854d10b", 2951568),
    2341         GAME_ENTRY("asecondface", "eye of geltz.exe", "0e32c4b3380e286dc0cea8550f1c045e", 7061019),
    2342         GAME_ENTRY("ashortnightmare", "a_short_nightmare.exe", "b142b43c146c25443a1d155d441a6a81", 94221930),
    2343         GAME_ENTRY("asimplefix", "A simple fix.exe", "615e73fc1874e92d60a1996c2330ea36", 27488921),
    2344         GAME_ENTRY("asporia", "rpg.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 7094164),
    2345         GAME_ENTRY("asterix", "asterix.exe", "06a03fe35791b0578068ab1873455463", 62405430),
    2346         GAME_ENTRY("astranded", "astranded.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 1845395),
    2347         GAME_ENTRY("astron", "astron.exe", "a0fd918609b9d139e4076fa7a0052ae1", 71101771),
    2348         GAME_ENTRY("aswinsdream", "agsgame.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 14384181),
    2349         GAME_ENTRY("ataintedtreat", "A Tainted Treat.exe", "615e73fc1874e92d60a1996c2330ea36", 5737926),
    2350         GAME_ENTRY("ataleofbetrayal", "mags.exe", "465f972675db2da6040518221af5b0ba", 11071496),
    2351         GAME_ENTRY("atapi", "atapi.exe", "dd8586ebefd5c457e29b6b9845a576ea", 34114381),
    2352         GAME_ENTRY("atotk", "atotk.exe", "37cf2d4d07842d45b59c6dd9387c1ee7", 42785860),
    2353         GAME_ENTRY("atotk", "atotk.exe", "37cf2d4d07842d45b59c6dd9387c1ee7", 42740200),
    2354         GAME_ENTRY("atotk", "atotk.exe", "37cf2d4d07842d45b59c6dd9387c1ee7", 42872046),
    2355         GAME_ENTRY("atotk", "atotk.exe", "68d4f3488a9dcec74584651c0e29e439", 5078309),
    2356         GAME_ENTRY("atotkjukebox", "jukebox.exe", "37cf2d4d07842d45b59c6dd9387c1ee7", 1631992),
    2357         GAME_ENTRY("atreatandsometricks", "a treat and some tricks.exe", "495d45fb8adfd49690ae3b97921feec6", 33708250),
    2358         GAME_ENTRY("aunaturel", "au naturel.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 8499426),
    2359         GAME_ENTRY("automation", "automation.exe", "c16204dc8aa338e3199b2c62da0b33f4", 3943320),
    2360         GAME_ENTRY("averyspecialdog", "dog.exe", "465f972675db2da6040518221af5b0ba", 2120544),
    2361         GAME_ENTRY("awakener", "awakener.exe", "3e62eafed0fc365821b7afdbf1aec3d8", 8896076),
    2362         GAME_ENTRY("awakening", "eob.exe", "a524cbb1c51589903c4043b98917f1d9", 21527657),
    2363         GAME_ENTRY("awakeningofthesphinx", "awksphinx.exe", "0500aacb6c176d47ac0f8158f055db83", 7507867),
    2364         GAME_ENTRY("awalkindatomb", "full game.exe", "0710e2ec71042617f565c01824f0cf3c", 1312738),
    2365         GAME_ENTRY("awalkinthepark", "sag_mag_04_08.exe", "9cb3c8dc7a8ab9c44815955696be2677", 2908542),
    2366         GAME_ENTRY("awayinatower", "SoringCleaning.exe", "615e73fc1874e92d60a1996c2330ea36", 6231313),
    2367         GAME_ENTRY("awomanforallseasons", "A Woman For All Seasons.exe", "77c325a29d4b45fe9bb38761fb17118b", 4171441),
    2368         GAME_ENTRY("axmasevetale", "mags.exe", "71ca0d6c1c699595f28a2125948d4a84", 6489870),
    2369         GAME_ENTRY("backdoorman", "hustler.exe", "2c26669a627da8e1e5159319b78ad1ce", 9558000),
    2370         GAME_ENTRY("badbunker", "Bad Bunker.exe", "b216ee957dd677023e02d900281a02d6", 3457312),
    2371         GAME_ENTRY("badluck", "bad luck.exe", "f120690b506dd63cd7d1112ea6af2f77", 10618466),
    2372         GAME_ENTRY("baldysadventure", "baldy.exe", "ea0d3284542db629f36cb6fc785e07bc", 179358984),
    2373         GAME_ENTRY("baltazarthefamiliar", "baltazar.exe", "9cb3c8dc7a8ab9c44815955696be2677", 2867294),
    2374         GAME_ENTRY("bananaracer", "bananaracer.exe", "e93f9dfa8405f1ca9f881d160ab31dc2", 10452233),
    2375         GAME_ENTRY("bananaracer", "bananaracer.exe", "e93f9dfa8405f1ca9f881d160ab31dc2", 10454173),
    2376         GAME_ENTRY("barndilemma", "woh.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 2432485),
    2377         GAME_ENTRY("barnrunner1", "BR VN1.exe", "809418706c429cee5d88e8d483c906cc", 26857313),
    2378         GAME_ENTRY("barnrunner5part1", "barn runner 5-1.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 104073543),
    2379         GAME_ENTRY("barnrunner5part2", "barn runner 5-2.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 200879890),
    2380         GAME_ENTRY("barnrunnerholiday2", "xmas 2.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 31770973),
    2381         GAME_ENTRY("bartsquestfortv", "simpsons.exe", "0500aacb6c176d47ac0f8158f055db83", 794013),
    2382         GAME_ENTRY("battlewarriors", "battle.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 16314318),
    2383         GAME_ENTRY("bcremake", "bc.exe", "0710e2ec71042617f565c01824f0cf3c", 7683255),
    2384         GAME_ENTRY("beacon", "beacon.exe", "af0d268193a9220891e983d03141ec58", 24671086),
    2385         GAME_ENTRY("bear", "bear.exe", "97020973a2a635fe28eb0ba4bdfaa70b", 3258662),
    2386         GAME_ENTRY("bearinvenice", "Bear in Venice.exe", "7d2c5cddcac88662b24165b3a0dd77c9", 20615211),
    2387         GAME_ENTRY("beasts", "beasts.exe", "0500aacb6c176d47ac0f8158f055db83", 1295435),
    2388         GAME_ENTRY("beautiesandbeasts", "beautiesandbeasts.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 6507202),
    2389         GAME_ENTRY("beforethedarkcrystal2", "Before the Dark Crystal II.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 59569723),
    2390         GAME_ENTRY("belowzero", "Below Zero.exe", "06a03fe35791b0578068ab1873455463", 2506599),
    2391         GAME_ENTRY("bentheredanthat", "btdt.exe", "90413e9ae57e222f8913b09d2bc847bc", 46342499),
    2392         GAME_ENTRY_PLATFORM("bentheredanthat", "btdt.exe", "90413e9ae57e222f8913b09d2bc847bc", 89521873, "Special Edition/Steam"),
    2393         GAME_ENTRY("berthabuttsboogie", "berthabutt.exe", "a524cbb1c51589903c4043b98917f1d9", 5684614),
    2394         GAME_ENTRY("besieged", "besieged.exe", "615e806856b7730afadf1fea9a756b70", 11679795),
    2395         GAME_ENTRY("bestowersofeternity", "eternity.exe", "0b66a68c2c8aabe78c80e30b8b82acef", 16187539),
    2396         GAME_ENTRY("betweenpillars", "Pillars.exe", "04706182ca048f6506d6342f420ae501", 395512813),
    2397         GAME_ENTRY("beyondreality", "br.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 10879320),
    2398         GAME_ENTRY("beyondterror", "beyondterror.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8219797),
    2399         GAME_ENTRY("beyondthehorizon", "horizon.exe", "4d7d2addcde045dae6e0363a43f9acad", 15708563),
    2400         GAME_ENTRY("bicschristmastale", "AGS - MAGS 1208.exe", "01d0e6bd812abaa307bcb0fc2193416", 2509865),
    2401         GAME_ENTRY("bigbadwolf3lilpiggies", "big bad wolf.exe", "06a03fe35791b0578068ab1873455463", 5812024),
    2402         GAME_ENTRY("bigblue", "WorldDom.exe", "615e73fc1874e92d60a1996c2330ea36", 10079085),
    2403         GAME_ENTRY("bigglesonmars", "biggles on mars.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 29048931),
    2404         GAME_ENTRY("bigtroubleinlittleimola", "adventure.exe", "495d45fb8adfd49690ae3b97921feec6", 711456988),
    2405         GAME_ENTRY("billybstar", "Billy B Star.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1756026),
    2406         GAME_ENTRY("billyboysimportantwinelottery", "billyboy.exe", "5881d6b88386317dc9d67524a14b11d4", 4872317),
    2407         GAME_ENTRY("billygoatsgruff", "billygoatsgruff.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 5949489),
    2408         GAME_ENTRY("billymasterswasright", "Billy Masters Was Right.exe", "6fe5526eb7dc5b8fe82fb447a4701af7", 44901409),
    2409         GAME_ENTRY("bioluminescence", "MAGS May.exe", "615e73fc1874e92d60a1996c2330ea36", 12887295),
    2410         GAME_ENTRY("birdy", "birdy.exe", "06a03fe35791b0578068ab1873455463", 4250415),
    2411         GAME_ENTRY("bitstream", "Bitstream.exe", "e8617c9bf3fce67aa8da088c6daa4152", 610992645),
    2412         GAME_ENTRY("biwa", "biwa.exe", "0500aacb6c176d47ac0f8158f055db83", 6109499),
    2413         GAME_ENTRY_PLATFORM("bjcase1", "bj1deluxe.exe", "8275249f4ffbc28c1f10ad09a2786814", 8293704, "Deluxe"),
    2414         GAME_ENTRY("bjcase1", "bj1.exe", "4b1378721f4f066f75102f3dca809224", 5678910),
    2415         GAME_ENTRY("bjcase2", "bj2.exe", "465f972675db2da6040518221af5b0ba", 6318491),
    2416         GAME_ENTRY_PLATFORM("bjcase2", "BJ2Deluxe.exe", "18b284c22010850f79bc5c20054a70c4", 7055507, "Deluxe"),
    2417         GAME_ENTRY("bjcase3", "bj3.exe", "61f113e2e52e0dd27aeb438a55dd9b8c", 10841883),
    2418         GAME_ENTRY("bjcase4", "bj4.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 15303392),
    2419         GAME_ENTRY("bjcase5", "bj5.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 13681827),
    2420         GAME_ENTRY("bjcase6", "bj6.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 18281493),
    2421         GAME_ENTRY("bjcase7", "bj7.exe", "18b284c22010850f79bc5c20054a70c4", 13714066),
    2422         GAME_ENTRY("bjcase8", "BJ8.exe", "98df40b0885b4e5f90f1093987f1f56c", 28334295),
    2423         GAME_ENTRY("blackmailinbrooklyn", "brooklyn.exe", "3192c36199d2b0784f866b28da7106d8", 4913695),
    2424         GAME_ENTRY("blackmorph", "liechi.exe", "46859c6f77bdb311266daa589561fa6b", 14476030),
    2425         GAME_ENTRY("blacksect1", "Black Sect Remake.exe", "615e73fc1874e92d60a1996c2330ea36", 34503092),
    2426         GAME_ENTRY("blacksect2", "BS2-TCC.ags", "37ffa36feb915ed44cc94e2cec5b67ed", 19706314),
    2427         GAME_ENTRY("blacksect2", "BS2-TCC.exe", "b96aaa8eae38a02f0c8c5262ec0a5057", 22765022),
    2428         GAME_ENTRY("blackuddertodoubloonornottodoubloon", "blackudder.exe", "338fa79960d40689063af31c671b8729", 87695958),
    2429         GAME_ENTRY("blindtosiberia", "blindtosiberia.exe", "e8985d9ffbfa1eda77f2eb8d1331944a", 5899304),
    2430         GAME_ENTRY("bluemoon", "blue moon.exe", "95dcf736be87cf7d40bf64d5b078c4b7", 14845997),
    2431         GAME_ENTRY("boardquest", "board quest.exe", "465f972675db2da6040518221af5b0ba", 3930325),
    2432         GAME_ENTRY("bob", "bob.exe", "0b7529a76f38283d6e850b8d56526fc1", 2874144),
    2433         GAME_ENTRY("bobencavale", "bob en cavale.exe", "06a03fe35791b0578068ab1873455463", 43264937),
    2434         GAME_ENTRY("bobgoeshome", "tut.exe", "0710e2ec71042617f565c01824f0cf3c", 1480234),
    2435         GAME_ENTRY("bobgoeshomedeluxe", "bobdeluxe.exe", "0710e2ec71042617f565c01824f0cf3c", 1555913),
    2436         GAME_ENTRY("bobsquest1", "bq19.exe", "97d700529f5cc826f230c27acf81adfd", 2767487),
    2437         GAME_ENTRY("bogsadventure", "bogsadventure.exe", "25f919423520b921a041ec854e3a0217", 58789948),
    2438         GAME_ENTRY("boogiebum", "BoogieBum.exe", "2ca80bd50763378b72cd1e1cf25afac3", 4882195),
    2439         GAME_ENTRY("boom", "boom.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 934966),
    2440         GAME_ENTRY("bowserquirkquest", "bowser quirk quest.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 3046623),
    2441         GAME_ENTRY("box", "box.exe", "0b7529a76f38283d6e850b8d56526fc1", 748638),
    2442         GAME_ENTRY("boxfight", "boxen.exe", "3128b9f90e2f954ba704414ae854d10b", 3132938),
    2443         GAME_ENTRY("boyindahood", "boy in da hood.exe", "afe40dc1416dd51e896ee0444d799f07", 12260759),
    2444         GAME_ENTRY("bradbradsonkeyquest", "badness.exe", "0500aacb6c176d47ac0f8158f055db83", 1190580),
    2445         GAME_ENTRY("breakage", "Breakage.exe", "973f6b65820ca1f4e19704a49be99d76", 727818639),
    2446         GAME_ENTRY("breakdown", "breakdown.exe", "710ac163c281a5a539ffe2386264b990", 5273352),
    2447         GAME_ENTRY("brokenwindows1", "Police.exe", "7ddb9e776648faed5a51170d087074e9", 16971333),
    2448         GAME_ENTRY("brokenwindows2", "BW2.exe", "0564de07d3fd5c16e6947a647061913c", 16458558),
    2449         GAME_ENTRY("brokenwindows3", "BW3.exe", "0564de07d3fd5c16e6947a647061913c", 16926857),
    2450         GAME_ENTRY("brucequest", "bruce.exe", "f18443f98fd61d2c655e76a17f7da905", 30055288),
    2451         GAME_ENTRY("bruises", "Bruises.exe", "1b9191cfa0fab42776cbaf7b02768a05", 8050720),
    2452         GAME_ENTRY_PLATFORM("bruises", "Bruises.exe", "45ab64eb8ef455f82fa27fae73ca0785", 8058295, "Post-Jam Fixes"),
    2453         GAME_ENTRY("bsg78", "bsg-e01.exe", "cf1ff01dfb8261f791ac95a7f5f05c1c", 401029955),
    2454         GAME_ENTRY("btd", "btd.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 6450527),
    2455         GAME_ENTRY("bubsybobcat", "rip van bubsy.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 52424482),
    2456         GAME_ENTRY("buccaneer", "buccaneer.exe", "c87aa6377abc18c1a1b2968ae6db08eb", 1576850),
    2457         GAME_ENTRY("bullettrain", "bullet train.exe", "f120690b506dd63cd7d1112ea6af2f77", 17383747),
    2458         GAME_ENTRY("bunawantsbeer", "bwb.exe", "c02022408287355175a601fd5ed1c66d", 2285202),
    2459         GAME_ENTRY("bunnyquest", "bunnyquest.exe", "28f82e420b82d07651b68114f90223c8", 1154928),
    2460         GAME_ENTRY("burymeinthesand", "buryme.exe", "f10516e88ec858700804ee69d041aead", 24252498),
    2461         GAME_ENTRY("bustinthebastille", "Bastille.exe", "42f8802095baac3b5ed134635673cead", 722888946), // 1.05
    2462         GAME_ENTRY("butcherstanys", "stanys.exe", "97d700529f5cc826f230c27acf81adfd", 1404933),
    2463         GAME_ENTRY("cabbagequest", "Cabbagequest.exe", "06a03fe35791b0578068ab1873455463", 4916170),
    2464         GAME_ENTRY("calebsdrunkenadventure", "calebdru.exe", "0b7529a76f38283d6e850b8d56526fc1", 15484923),
    2465         GAME_ENTRY("callmegeorge1", "Call Me George.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 3872581),
    2466         GAME_ENTRY("calsoon2", "looncalsoon.exe", "97d700529f5cc826f230c27acf81adfd", 18981033),
    2467         GAME_ENTRY("capricorn", "capricorn.exe", "06a03fe35791b0578068ab1873455463", 4817076),
    2468         GAME_ENTRY("camp1", "Camp1.exe", "d0c1d3be980d97e592ffe16b71a3b9f9", 34131784),
    2469         GAME_ENTRY("captaincringe", "captain_cringe.exe", "dd8586ebefd5c457e29b6b9845a576ea", 2631464),
    2470         GAME_ENTRY("captaindisaster", "cd-dhamsb-demo-1-3-0.exe", "9d991dd1f9e7fee653d3a9bb2546f968", 153646768),
    2471         GAME_ENTRY("captaindisastermoon", "CDiTDSotM.exe", "134528bfbb398455d06fa1dc1db5ca85", 44284638),
    2472         GAME_ENTRY("carrin", "carrin.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 2376923),
    2473         GAME_ENTRY("carrotbobinzxspeccyworld", "carrotbob.exe", "949f7440e3692b7366c2029979dee9a0", 914509),
    2474         GAME_ENTRY("cartlife", "cartlife.exe", "7c8d67dd922fa543a1b1b76f9e1cc7c2", 21045074),
    2475         GAME_ENTRY("casablancathedayafter", "casablanca.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 4238105),
    2476         GAME_ENTRY("casenoir", "case noir.exe", "fd3ecd8289bebadbf775fe8a13b9c5d7", 15407193),
    2477         GAME_ENTRY("castleoffire", "castle of fire.exe", "b6f0726bd5776abee0d452b8f1073850", 14800915),
    2478         GAME_ENTRY("catacombic", "catacombic.exe", "057d1aa29f6fadd83209268efcfb35a3", 7317791),
    2479         GAME_ENTRY("catapault", "catapault.exe", "290afe0bac54418822f15175e474731d", 8286661),
    2480         GAME_ENTRY("cayannepepper", "cpepper.exe", "06a03fe35791b0578068ab1873455463", 16117141),
    2481         GAME_ENTRY("cedricandtherevolution", "elves!.exe", "b216ee957dd677023e02d900281a02d6", 10205755),
    2482         GAME_ENTRY("celticchaos2fishermensfiends", "cc2.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 17463014),
    2483         GAME_ENTRY("chalksquest", "chalk.exe", "0710e2ec71042617f565c01824f0cf3c", 5138049),
    2484         GAME_ENTRY("chanceofthedead", "chance.exe", "8418b150c267e4f1d462b9a5d60e507d", 5597569),
    2485         GAME_ENTRY("charamba2", "CharambaII.exe", "354e3016d64ac3378478d3d52ef0460d", 4975542),
    2486         GAME_ENTRY("charliefoxtrot", "foxtrot.exe", "0500aacb6c176d47ac0f8158f055db83", 48626762),
    2487         GAME_ENTRY("chatroom", "chatroom.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 6760748),
    2488         GAME_ENTRY("cheerfulscience", "cheerfulscience.exe", "06a03fe35791b0578068ab1873455463", 7740040),
    2489         GAME_ENTRY("chekken", "chekken.exe", "bde175c0c4d87a59a7a082be595d08da", 13477393),
    2490         GAME_ENTRY("chemin", "chemin.exe", "06a03fe35791b0578068ab1873455463", 3179064),
    2491         GAME_ENTRY("chezapa", "chezapa.exe", "9cf51833e787cc919837d9a8bd8fc14c", 2870327),
    2492         GAME_ENTRY("chickchaser", "amy.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7968024),
    2493         GAME_ENTRY("chicken", "chicken.exe", "f120690b506dd63cd7d1112ea6af2f77", 1652888),
    2494         GAME_ENTRY("chicken", "chicken.exe", "f120690b506dd63cd7d1112ea6af2f77", 30627567),
    2495         GAME_ENTRY("chickenfraction", "chicken.exe", "0500aacb6c176d47ac0f8158f055db83", 3021315),
    2496         GAME_ENTRY("chinesecheckers", "chinesecheckers.exe", "06a03fe35791b0578068ab1873455463", 3391826),
    2497         GAME_ENTRY("christmaspresent", "christmas.exe", "3128b9f90e2f954ba704414ae854d10b", 5644948),
    2498         GAME_ENTRY("christmasquest", "christmas quest.exe", "f120690b506dd63cd7d1112ea6af2f77", 14042816),
    2499         GAME_ENTRY("christmasquest2", "christmasquest2.exe", "06a03fe35791b0578068ab1873455463", 22683950),
    2500         GAME_ENTRY("christmasquest3", "cq3.exe", "f0a7712890942b9155193cc4488a07bc", 50854625),
    2501         GAME_ENTRY("cirquedezale", "cirque.exe", "3128b9f90e2f954ba704414ae854d10b", 8547131),
    2502         GAME_ENTRY("cityofthieves", "City of Thieves.exe", "74dc062c5f68f3d70da911f2db5737b6", 54527105),
    2503         GAME_ENTRY("claire", "claire.exe", "b25674056fe8cc0b7bf0a4409c5c5bfc", 2781456),
    2504         GAME_ENTRY("classnotes", "classnotes.exe", "0710e2ec71042617f565c01824f0cf3c", 5706836),
    2505         GAME_ENTRY("clipl2heblinna", "clip goes to town.exe", "0710e2ec71042617f565c01824f0cf3c", 1690928),
    2506         GAME_ENTRY("clotildesoffritti", "Clotilde astronave.exe", "286551ded3eedc428451e506e29196c9", 368664276),
    2507         GAME_ENTRY("clownatthecircus", "circus.exe", "f120690b506dd63cd7d1112ea6af2f77", 1073547),
    2508         GAME_ENTRY("clubofevil", "club of evil.exe", "65f53f81071dab6b3ab8363e4c76d12e", 11838011),
    2509         GAME_ENTRY("coeldeckaflightgame", "coell deca.exe", "a524cbb1c51589903c4043b98917f1d9", 5497572),
    2510         GAME_ENTRY("coinrush2", "coinrsh2.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 1260438),
    2511         GAME_ENTRY("colinsimpsonleavesemployme", "office.exe", "06a03fe35791b0578068ab1873455463", 11781006),
    2512         GAME_ENTRY("colourclash", "colourclash.exe", "0241777c2537fc5d077c05cde10bfa9f", 2803703),
    2513         GAME_ENTRY("colourwise", "colourwise.exe", "473f0e2fd72b747cef62d91090ab74c7", 24461117),
    2514         GAME_ENTRY("colourwiseleveleditor", "colourwise - Level Editor.exe", "3e09048ec0763a90ffa4eaeeb8f96df5", 3365519),
    2515         GAME_ENTRY("columbuslander", "columbus lander.exe", "779421cd8ad5268e2efdb26e04608db7", 48744943),
    2516         GAME_ENTRY_STEAM("comedyquest", "Comedy Quest.exe", "7a0123d8f6575e9954a18125456515f4", 22381783),
    2517         GAME_ENTRY("comradecitizenpart1", "citizen.exe", "06a03fe35791b0578068ab1873455463", 2174301),
    2518         GAME_ENTRY("confessionsofacatburglar", "cat.exe", "0500aacb6c176d47ac0f8158f055db83", 1328541),
    2519         GAME_ENTRY("conspiracybelowzero", "conspiracy.exe", "338fa79960d40689063af31c671b8729", 395111008),
    2520         GAME_ENTRY("conspiracyofsongo", "songo.exe", "934a3d245739d7ac66c021f8409c1044", 31526905),
    2521         GAME_ENTRY("constancethebarbarian", "ctb.exe", "0500aacb6c176d47ac0f8158f055db83", 1150440),
    2522         GAME_ENTRY("cornersshiny", "Corner's Shiny.exe", "74dc062c5f68f3d70da911f2db5737b6", 2245296),
    2523         GAME_ENTRY("cosmos", "space.exe", "0500aacb6c176d47ac0f8158f055db83", 3591766),
    2524         GAME_ENTRY("cosmosquest1", "tfas1.exe", "ff3d6e4edfca8b4f4f1c6cbf8e2781a6", 16653211),
    2525         GAME_ENTRY("cosmosquest2", "tfas2-32bit.exe", "ff3d6e4edfca8b4f4f1c6cbf8e2781a6", 118740291),
    2526         GAME_ENTRY("cosmosquest3", "cq3.exe", "18b284c22010850f79bc5c20054a70c4", 8674790),
    2527         GAME_ENTRY("cougarsquestforfreedom", "chra.exe", "0500aacb6c176d47ac0f8158f055db83", 12654043),
    2528         GAME_ENTRY("counterfeit", "counterfeit.exe", "ef1645ccd3d16691ec3908c91f340c34", 2232297),
    2529         GAME_ENTRY("coupdecup", "newgame.exe", "949f7440e3692b7366c2029979dee9a0", 9635719),
    2530         GAME_ENTRY("cow", "cow.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 134670383),
    2531         GAME_ENTRY("coyote1", "coyote.exe", "a524cbb1c51589903c4043b98917f1d9", 33124533),
    2532         GAME_ENTRY("craftofevil", "craft of evil.exe", "4c1d9a74c4acf6771aab4be704bf0797", 22409329),
    2533         GAME_ENTRY("crankosaurus", "Crankosaur.exe", "00ca3a1eb345f1c3b0a88657b4087aa6", 37732797),
    2534         GAME_ENTRY("crashevadedestroy", "ced.exe", "06a03fe35791b0578068ab1873455463", 1938399),
    2535         GAME_ENTRY("crave", "crave.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 59222727),
    2536         GAME_ENTRY("cryo", "cryo.exe", "615e73fc1874e92d60a1996c2330ea36", 27992619),
    2537         GAME_ENTRY("crypt", "crypt.exe", "0500aacb6c176d47ac0f8158f055db83", 2089059),
    2538         GAME_ENTRY("cryptic", "cryptic.exe", "d9143b143b011d7bd8726c1bb5dabc59", 6027654),
    2539         GAME_ENTRY("crystalquest", "MarchMAGS.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 2284362),
    2540         GAME_ENTRY("csihunt1", "csi hunt 1.exe", "06a03fe35791b0578068ab1873455463", 2190662),
    2541         GAME_ENTRY("cspb", "cspb.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 77296215),
    2542         GAME_ENTRY("cuentosinconclusos", "shst.exe", "28f82e420b82d07651b68114f90223c8", 1013809),
    2543         GAME_ENTRY("cyberjack", "brewton24.exe", "e3962995a70923a8d5a8f1cf8f932eee", 3439339),
    2544         GAME_ENTRY("daceyinthedark", "Darkness.exe", "27343924ddad3be0b97bdcaa71858b1b", 6353848),
    2545         GAME_ENTRY("dakota", "Dakota.exe", "615e73fc1874e92d60a1996c2330ea36", 12745994),
    2546         GAME_ENTRY("daleks", "Daleks.exe", "0241777c2537fc5d077c05cde10bfa9f", 2409634),
    2547         GAME_ENTRY("dalesfilmquest", "dale.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 2557975),
    2548         GAME_ENTRY("damsel", "Damsel.exe", "809418706c429cee5d88e8d483c906cc", 77101995),
    2549         GAME_ENTRY("dancetilyoudrop", "DanceTilYouDrop.exe", "0710e2ec71042617f565c01824f0cf3c", 4822399),
    2550         GAME_ENTRY("danewguys", "DaNewGuys.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 12115013),
    2551         GAME_ENTRY("danewguys", "DaNewGuys.exe", "97020973a2a635fe28eb0ba4bdfaa70b", 11998791),
    2552         GAME_ENTRY("dangerouslandstournamentrpg", "dlrt2.exe", "0710e2ec71042617f565c01824f0cf3c", 21636362),
    2553         GAME_ENTRY("dannydreadisoncall", "On Call.exe", "ef480ccb0831e452e55456e0ca24c761", 8787649),
    2554         GAME_ENTRY("darkcave", "DarkCave.exe", "0d48d8b170624e8f33bd7cd7f3ad2052", 5293954),
    2555         GAME_ENTRY("darkofnight", "D_o_N.exe", "3f7bb944e107f883d183f047d9d7f698", 10261961),
    2556         GAME_ENTRY("darktimesmerrychristmas", "Dark Times (Merry Christmas).exe", "1b9f13d430bb15bf30d0fd044358db68", 49043355),
    2557         GAME_ENTRY("darum", "afterlife.exe", "0241777c2537fc5d077c05cde10bfa9f", 4082712),
    2558         GAME_ENTRY("darum", "Darum.exe", "0241777c2537fc5d077c05cde10bfa9f", 4082708),
    2559         GAME_ENTRY("davegeneric", "generic.exe", "a524cbb1c51589903c4043b98917f1d9", 2449830),
    2560         GAME_ENTRY("davidletterman", "letterman.exe", "615e806856b7730afadf1fea9a756b70", 17019706),
    2561         GAME_ENTRY("dawnswonderedatagesend", "myGame.exe", "75f4c7f66b1be60af5b2d65f617b91a7", 243406385),
    2562         GAME_ENTRY("dayofthefish", "Rivet.exe", "06a03fe35791b0578068ab1873455463", 2265379),
    2563         GAME_ENTRY("ddddd", "DDDDD.exe", "f3f788c1e3a7b0b40e24e453fa1b9440", 21718220),
    2564         GAME_ENTRY_LANG("deaddimension", "Dead Dimension.exe", "a62c0cd6a3d7547e04c856b25bf74f60", 425596857, Common::ES_ESP),
    2565         GAME_ENTRY("deadhand", "Dead Hand.exe", "87ddba03ee2498d0df16f3e6fa1c630a", 31344599),
    2566         GAME_ENTRY("deadmeat", "Cold Meat.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 41382750),
    2567         GAME_ENTRY("deadofwinter", "DoW.exe", "615e806856b7730afadf1fea9a756b70", 7055437),
    2568         GAME_ENTRY("deadpixels", "Dead Pixels.exe", "06a03fe35791b0578068ab1873455463", 4018372),
    2569         GAME_ENTRY("deathandtransfiguration", "death.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 11103314),
    2570         GAME_ENTRY("deathofanangel", "Angel.exe", "f120690b506dd63cd7d1112ea6af2f77", 3906130),
    2571         GAME_ENTRY("deathsdoor", "Death's Door.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 31447213),
    2572         GAME_ENTRY("deathsquest", "HEHU!.exe", "949f7440e3692b7366c2029979dee9a0", 991809),
    2573         GAME_ENTRY("deathworeendlessfeathersdisk1", "Cyberpunk.exe", "2aaa2609117a34adf666ea546e6dc000", 12620944),
    2574         GAME_ENTRY("demogame", "Demo Game.exe", "f120690b506dd63cd7d1112ea6af2f77", 3296215),
    2575         GAME_ENTRY("demonday", "Testgame.exe", "0b7529a76f38283d6e850b8d56526fc1", 6749329),
    2576         GAME_ENTRY("demonslayer5", "Dem5.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 2346338),
    2577         GAME_ENTRY("derverschwundenehusky", "Husky.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 51932091),
    2578         GAME_ENTRY("detention", "little.exe", "c16204dc8aa338e3199b2c62da0b33f4", 2362176),
    2579         GAME_ENTRY("devochkaquest", "DevochkaQuest.exe", "84faea68bf7277610c2229be7b3e74af", 32769660),
    2580         GAME_ENTRY("dgsearchofthebatterie", "dgsfb.exe", "88cf59aad15ca331ab0f854e16c84df3", 1664209),
    2581         GAME_ENTRY("diemaskennyarlathoteps", "ags_masken.exe", "74dc062c5f68f3d70da911f2db5737b6", 129219473),
    2582         GAME_ENTRY("dinnerforpigeons", "DinnerForPigeons.exe", "0de24019f4bf96e6a7add17110514609", 27207204),
    2583         GAME_ENTRY("dislocation", "dislocation.exe", "aecd482222ff54206e43a029b5f0b170", 168869859),
    2584         GAME_ENTRY("disquiet", "Disquiet.exe", "f90f5f612ed5879addfdd8634d093333", 9624101),
    2585         GAME_ENTRY("doctormaze", "Maze.exe", "825ccacaabe2a3b0cd48d6f8deb42d72", 43934617),
    2586         GAME_ENTRY("doctormuttonchop", "muttonchop.exe", "57e261dd3bb45761af4a002775e45710", 5781714),
    2587         GAME_ENTRY("donalddowell", "Donald Dowell.exe", "74dc062c5f68f3d70da911f2db5737b6", 647518160),
    2588         GAME_ENTRY("donnaavengerofblood", "DONNA.exe", "74aad8dfd71ed2ae9574a60be7610c43", 275096403),
    2589         GAME_ENTRY("donniedarko", "Darko.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1820048),
    2590         GAME_ENTRY("donspillacyconspiracyquest", "DSAQ.exe", "f120690b506dd63cd7d1112ea6af2f77", 2066918),
    2591         GAME_ENTRY("donthedweebdancedilemma", "Don the Dweeb.exe", "f120690b506dd63cd7d1112ea6af2f77", 2278453),
    2592         GAME_ENTRY("dontworryillbringthebeer", "Don't Worry, I'll Bring The Beer.exe", "495d45fb8adfd49690ae3b97921feec6", 4446095),
    2593         GAME_ENTRY("doomgraphicadventure", "DoomGraphic.exe", "0500aacb6c176d47ac0f8158f055db83", 2236047),
    2594         GAME_ENTRY("dovadulasburn", "FILES.exe", "9cb3c8dc7a8ab9c44815955696be2677", 26489645),
    2595         GAME_ENTRY("dragonorb", "DragonOrb.exe", "2bc8f994a7d1e05ed45f35abf2128231", 269836732),
    2596         GAME_ENTRY("dragontales", "dragont.exe", "465f972675db2da6040518221af5b0ba", 9240132),
    2597         GAME_ENTRY("dreadmacfarlane", "Dread.exe", "615e806856b7730afadf1fea9a756b70", 11157310),
    2598         GAME_ENTRY("dreadmacfarlane2", "Dread2.exe", "fb787304e66798ba9d0172665a34f4cf", 5332574),
    2599         GAME_ENTRY("dreamagine", "Game.exe", "256752c9a97b4780fc5e6f3239c8cdf1", 11122818),
    2600         GAME_ENTRY("dreamer", "LittleDreamer.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 62151801),
    2601         GAME_ENTRY("dreamsequence", "dreamseq.ags", "97d700529f5cc826f230c27acf81adfd", 4724470),
    2602         GAME_ENTRY("drlutztimetravelmachine", "Dr.Lutz Machine.exe", "2bc8f994a7d1e05ed45f35abf2128231", 12602529),
    2603         GAME_ENTRY("dungeonhands", "DungeonHands.exe", "0a6704159f6f716ac80da91c430430ce", 16276450),
    2604         GAME_ENTRY("dungeonhands", "DungeonHands.exe", "f80ff6c2348f2bb90d3813719f54c870", 13751518),
    2605         GAME_ENTRY("duskhunters", "DuskHunters.exe", "3128b9f90e2f954ba704414ae854d10b", 3029482),
    2606         GAME_ENTRY("dusttowater", "Dust to Water.exe", "0e32c4b3380e286dc0cea8550f1c045e", 70459846),
    2607         GAME_ENTRY("dutyandbeyond", "Deliver.exe", "0710e2ec71042617f565c01824f0cf3c", 28873258),
    2608         GAME_ENTRY("duzzquest", "DuzzQuest.exe", "3128b9f90e2f954ba704414ae854d10b", 13125200),
    2609         GAME_ENTRY("duzzquest2", "DuzzQuest2.exe", "8911d942c1a71458370d37ca3e5bfdda", 59088366),
    2610         GAME_ENTRY("dysmaton", "Dysmaton.exe", "6e861b1f476ff7cdf036082abb271329", 140513956),
    2611         GAME_ENTRY("dysmaton", "Dysmaton.ags", "1e0cda052a371ebf6aa0bd62c0e754b9", 138033300),
    2612         GAME_ENTRY("earlbobbyislookingforhisshoes", "Bobby's Shoes.exe", "bb59de174d70797d774dec76a171352d", 12735626),
    2613         GAME_ENTRY("earlbobbysballs", "Bobby's Balls.exe", "bb59de174d70797d774dec76a171352d", 4006605),
    2614         GAME_ENTRY("earlmansinthebreakout", "Earl Mansin.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 108987401),
    2615         GAME_ENTRY("earthlingpriorities", "Earthling Priorities.exe", "9b54ea3557373188d8388ec4d1ae5eed", 21490281),
    2616         GAME_ENTRY("easterislanddefender", "Moia 'n Seek.exe", "804add6fbbb791b7be195dc0097434a1", 6359079),
    2617         GAME_ENTRY("easy3d", "Easy3D.exe", "06a03fe35791b0578068ab1873455463", 13361265),
    2618         GAME_ENTRY("echoesofterra", "echoes.exe", "a524cbb1c51589903c4043b98917f1d9", 42866707),
    2619         GAME_ENTRY("edmund", "Edmundand the potato.exe", "615e73fc1874e92d60a1996c2330ea36", 4533124),
    2620         GAME_ENTRY("educatingadventuresofgirlandrabbit", "Game.exe", "82da2565c456dcfb265ded6fe3189c0b", 2877964),
    2621         GAME_ENTRY("eerieblue", "EerieBlue.exe", "bacdba3c759a861e899e6b0adcbb8bd5", 96605122),
    2622         GAME_ENTRY("electrctgui", "electrctGUI.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 8941606),
    2623         GAME_ENTRY("elevator", "Elevator.exe", "f10516e88ec858700804ee69d041aead", 29506915),
    2624         GAME_ENTRY("elfer", "socer.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1911767),
    2625         GAME_ENTRY("elfmotorsinc", "ElfMtrs.exe", "3421b46ff95c5885603086c39a038a20", 8036769),
    2626         GAME_ENTRY("elforescuecraby", "elfo.exe", "31457af75a89b6141c31e8ed33a57e25", 10641021),
    2627         GAME_ENTRY("eliminationbyimprovisation", "Stu2.exe", "9cf51833e787cc919837d9a8bd8fc14c", 971446),
    2628         GAME_ENTRY("emeraldeyes", "Emerald.exe", "f120690b506dd63cd7d1112ea6af2f77", 2849945),
    2629         GAME_ENTRY("emilyenough", "EE.exe", "97020973a2a635fe28eb0ba4bdfaa70b", 3141963),
    2630         GAME_ENTRY("emptymindblankfate", "EMBF.exe", "18b284c22010850f79bc5c20054a70c4", 75732051),
    2631         GAME_ENTRY("enoworld", "Enoworld.exe", "465f972675db2da6040518221af5b0ba", 16151170),
    2632         GAME_ENTRY("enterthestory", "Enter The Story.exe", "0514661a4ba6772cf0db0cf839fc7003", 19589742),
    2633         GAME_ENTRY("equilibrium", "EQ.exe", "0500aacb6c176d47ac0f8158f055db83", 8398394),
    2634         GAME_ENTRY("erictheanteater", "eric.exe", "e750ecac380dca709028fc0744b9f7f6", 3865602),
    2635         GAME_ENTRY("erkadventuresinstoneagerealestate", "AISRE.exe", "41e8fa920589300ed8b4aec09a658c90", 5958575),
    2636         GAME_ENTRY("errand", "Errand.exe", "8212e96af620f6e02a37fdf583f79751", 4421187),
    2637         GAME_ENTRY("errand", "errand.exe", "2e6b104176f310e7fb507183c443edfe", 4404813), // v1.2
    2638         GAME_ENTRY("escape", "Escape.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 962798),
    2639         GAME_ENTRY("escapefromasmallroom", "game1.exe", "0b7529a76f38283d6e850b8d56526fc1", 803029),
    2640         GAME_ENTRY("escapefromevergreenforest", "EFEF.exe", "2e58934bbe98335f33c20a23a6c6135a", 23855632),
    2641         GAME_ENTRY("escapefromlurrilous", "EFL.exe", "4bcbc24015114752b3c7971128704689", 2756979),
    2642         GAME_ENTRY("escapefromthesalemmoons", "Salem.exe", "9cf51833e787cc919837d9a8bd8fc14c", 1394026),
    2643         GAME_ENTRY("escapefromthezombiecity", "zombie.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 3216299),
    2644         GAME_ENTRY("escapetheship", "Escape.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1063503),
    2645         GAME_ENTRY("esper", "esper.exe", "0710e2ec71042617f565c01824f0cf3c", 17409715),
    2646         GAME_ENTRY("eternallyus", "Eternally Us.exe", "3faa59edd92158ff2cbd4b9db54acf61", 43467084),
    2647         GAME_ENTRY("eternallyus", "Eternally Us.exe", "3faa59edd92158ff2cbd4b9db54acf61", 43468014),
    2648         GAME_ENTRY("eventtimer", "Timer.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 3000682),
    2649         GAME_ENTRY("exclamation", "!.exe", "0514661a4ba6772cf0db0cf839fc7003", 2785515),
    2650         GAME_ENTRY("exit", "EXIT.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 54723513),
    2651         GAME_ENTRY("fadingshades", "FadingShades.exe", "f120690b506dd63cd7d1112ea6af2f77", 20166198),
    2652         GAME_ENTRY("fakethemoonlanding", "OperationStarman.exe", "495d45fb8adfd49690ae3b97921feec6", 56805472),
    2653         GAME_ENTRY("fallenangel", "Fallen Angel.exe", "f120690b506dd63cd7d1112ea6af2f77", 3993369),
    2654         GAME_ENTRY("fallensoldier", "fallen soldier.exe", "7a3096ac0237cb6aa8e1718e28caf039", 81522018),
    2655         GAME_ENTRY("familieherfurth", "Familie Herfurth.exe", "cefb80c104ab2a8bd1713d13d7c74d07", 5457327),
    2656         GAME_ENTRY("fanbots", "Game.exe", "aecd482222ff54206e43a029b5f0b170", 8665702),
    2657         GAME_ENTRY("fanbots", "Game.exe", "4b18403fd1d150321f50cff9232d7b28", 13725413),
    2658         GAME_ENTRY("farcorners", "FCotW1.exe", "98df40b0885b4e5f90f1093987f1f56c", 27336337),
    2659         GAME_ENTRY("farnowhere", "FAR NOWHERE.exe", "06a03fe35791b0578068ab1873455463", 77186777),
    2660         GAME_ENTRY("fasmo", "fasmo.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 16778433),
    2661         GAME_ENTRY("fasmogoeswest", "FasmoGoesWest.exe", "f120690b506dd63cd7d1112ea6af2f77", 15348030),
    2662         GAME_ENTRY("fayeking", "FKJJ.exe", "7ce746c19cf3080a9fac568979b2bf9b", 10664729),
    2663         GAME_ENTRY("fbiquest", "FQ.exe", "465f972675db2da6040518221af5b0ba", 3838610),
    2664         GAME_ENTRY("fearaphobia", "Fearaphobia.exe", "c48d0beedcdc1b05e9e25dcd60de46a9", 9646228),
    2665         GAME_ENTRY("featherweight", "Featherweight.exe", "e8b2a430042709f07183c2c249e0e0d9", 6399452),
    2666         GAME_ENTRY("femspray", "Fem.exe", "01d0e6bd812abaa307bcb10fc2193416", 49176669),
    2667         GAME_ENTRY("fengshuiandtheartoftvreception", "Feng Shui And The Art Of TV Reception.exe", "c1b88c284a3d821f93d78a2e88487932", 22687931),
    2668         GAME_ENTRY("feuersturmkapitel1", "Feuersturm.exe", "06a03fe35791b0578068ab1873455463", 5682579),
    2669         GAME_ENTRY("feuersturmkapitel2", "fs2.exe", "06a03fe35791b0578068ab1873455463", 7043558),
    2670         GAME_ENTRY("feuersturmkapitel3", "feuersturm3.exe", "206478d4d39e16571682b2cddf01a78f", 7826524),
    2671         GAME_ENTRY("fhaloness", "Fhaloness.exe", "b908419fbf01d288e9eca05eea7c8ed4", 7278107),
    2672         GAME_ENTRY("fhaloness", "Fhaloness.exe", "b908419fbf01d288e9eca05eea7c8ed4", 7277962),
    2673         GAME_ENTRY("fifa2003pro", "Soccer.exe", "475da5decb9ad2a11e64e2e2e891d8e0", 2524958),
    2674         GAME_ENTRY("fightgame", "Fight Game.exe", "463f79e5db4013d1b3be647edd7e338d", 1871790),
    2675         GAME_ENTRY("fightgame", "Fight Game.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 3551992),
    2676         GAME_ENTRY("fireflystory3d", "FFS 3D.exe", "27343924ddad3be0b97bdcaa71858b1b", 2254453),
    2677         GAME_ENTRY("flamebarrel", "Flame barrel.exe", "06a03fe35791b0578068ab1873455463", 2298745),
    2678         GAME_ENTRY("flowergirl", "flowergirl.exe", "9cb3c8dc7a8ab9c44815955696be2677", 62544543),
    2679         GAME_ENTRY("fluxworld", "FluxWorld.exe", "06a03fe35791b0578068ab1873455463", 5614789),
    2680         GAME_ENTRY("forfrogssakegetthefrogout", "Frog2.exe", "0241777c2537fc5d077c05cde10bfa9f", 6723366),
    2681         GAME_ENTRY("forge", "Forge - Chapter One.exe", "1350d2520339f030c8b20283122a027f", 180565568),
    2682         GAME_ENTRY("forgettendeath", "ForgettenDeath.exe", "06a03fe35791b0578068ab1873455463", 19427130),
    2683         GAME_ENTRY("fortressofwonders", "Fortress.exe", "465f972675db2da6040518221af5b0ba", 4474304),
    2684         GAME_ENTRY("foundations", "Foundations.exe", "8b4a2cb0849b02ffb981dc06b38c968e", 13779901),
    2685         GAME_ENTRY("fountainofunicorns", "pmvi.exe", "465f972675db2da6040518221af5b0ba", 3038012),
    2686         GAME_ENTRY("framed", "Jhum.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 4572587),
    2687         GAME_ENTRY("frankenpooper", "frankenpooper.exe", "fb3b0f6bad923958d9d9198daea125e6", 24372899),
    2688         GAME_ENTRY("frankthefarmhandpart1", "Frank.exe", "0006c0a95a5f35ca0d275adecf9dfa1d", 22602166),
    2689         GAME_ENTRY("frankthefarmhandpart2", "Frank2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 63832313),
    2690         GAME_ENTRY("franticfrankoabergzwerggoneberserk", "steelh1.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 118746106),
    2691         GAME_ENTRY("frasiercraneseattlerampage", "FRASIER.exe", "0241777c2537fc5d077c05cde10bfa9f", 3688664),
    2692         GAME_ENTRY("fredandbarneymeetthefuture", "Fred and Barney meet the future.exe", "c48d0beedcdc1b05e9e25dcd60de46a9", 234107316),
    2693         GAME_ENTRY("fribbeldib", "firbbeldib.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 90835696),
    2694         GAME_ENTRY("frogisland", "frog_island.exe", "465f972675db2da6040518221af5b0ba", 4355477),
    2695         GAME_ENTRY("fsis1000000quest", "$1000000.exe", "0710e2ec71042617f565c01824f0cf3c", 833468),
    2696         GAME_ENTRY("fsisalienation", "alienation.exe", "06a03fe35791b0578068ab1873455463", 3812243),
    2697         GAME_ENTRY("fsiscotmattcehotsvd", "valgame.exe", "06a03fe35791b0578068ab1873455463", 2199912),
    2698         GAME_ENTRY("fsismhcfhr", "das_id.exe", "0710e2ec71042617f565c01824f0cf3c", 1852114),
    2699         GAME_ENTRY("fsispowercowfromuranus", "PowerCowen.exe", "0710e2ec71042617f565c01824f0cf3c", 1442185),
    2700         GAME_ENTRY("fulkinthedreamthaus", "DreamtHaus.exe", "06a03fe35791b0578068ab1873455463", 47212093),
    2701         GAME_ENTRY("funsunmishaps", "Fun, Sun & Mishaps.exe", "933200c8f306eccaaa484b1575da8528", 452348894),
    2702         GAME_ENTRY("funwithnumbers", "fwn.exe", "a524cbb1c51589903c4043b98917f1d9", 18743833),
    2703         GAME_ENTRY("gabyking", "GabyKing.exe", "1fd15cc387812c04447d89729b24b097", 2289131),
    2704         GAME_ENTRY("gamesgalore", "gamesgalore.exe", "f120690b506dd63cd7d1112ea6af2f77", 7620552),
    2705         GAME_ENTRY("gatewayremake", "Gateway Remake.exe", "0241777c2537fc5d077c05cde10bfa9f", 210991212),
    2706         GAME_ENTRY("gatewayremake", "Gateway Remake.exe", "0241777c2537fc5d077c05cde10bfa9f", 212491008),
    2707         GAME_ENTRY("genbu", "Genbu.exe", "64fcaf7da0b257ea831f89c54be0ad72", 1892238),
    2708         GAME_ENTRY("geometricshapes1circleboy", "Circle1.exe", "06a03fe35791b0578068ab1873455463", 2389129),
    2709         GAME_ENTRY("getawayfrompluto", "Get away.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 755529),
    2710         GAME_ENTRY("getfood", "getfood.exe", "495d45fb8adfd49690ae3b97921feec6", 10600153),
    2711         GAME_ENTRY("ghostvoyage", "Ghost Voyage.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 7870814),
    2712         GAME_ENTRY("glitchquest", "glitchquest.exe", "465f972675db2da6040518221af5b0ba", 3182715),
    2713         GAME_ENTRY("glitchquestnofun", "GQnofun.exe", "465f972675db2da6040518221af5b0ba", 3181931),
    2714         GAME_ENTRY("gnomeshomebrewingadventure", "gnomebrew.exe", "abb3aee32ae97a8475626cceefb0664e", 50307521),
    2715         GAME_ENTRY("gnrblexags", "Gnrblex_AGS.exe", "476a1a39d43ea27577eacf907173e2c1", 85038656),
    2716         GAME_ENTRY("goneboatfishin", "Gone Boat Fishin'.exe", "bdd1df0484e296faa348ffcb03e16273", 72936045),
    2717         GAME_ENTRY("goodmorningmrgingerbread", "mister_gingerbread.exe", "b42f80733b6bd1ded5e29be2c683afa8", 7084332),
    2718         GAME_ENTRY("goodsantabadsanta", "x-mags.exe", "71ca0d6c1c699595f28a2125948d4a84", 1966547),
    2719         GAME_ENTRY("gotalight", "gotalight.exe", "daa21f03e41b5d3e7fd7558be3f8616e", 4019593),
    2720         GAME_ENTRY("gpslostadventure", "G.P.s Lost Adventure [Wells8892].exe", "06a03fe35791b0578068ab1873455463", 4181945),
    2721         GAME_ENTRY("graveyard", "Graveyard.exe", "955b711b21d7a2df6af1bb0cccccbb08", 13699789),
    2722         GAME_ENTRY("gremlin", "Gremlin.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 3962167),
    2723         GAME_ENTRY("grizzlygooseofgosse", "Goose Fear.exe", "b69b5887e4a33a3b8588d52fed04b730", 32123559),
    2724         GAME_ENTRY("grok", "grok.exe", "9cf51833e787cc919837d9a8bd8fc14c", 1046039),
    2725         GAME_ENTRY("grr", "Grr!.exe", "3128b9f90e2f954ba704414ae854d10b", 26753739),
    2726         GAME_ENTRY("guardiansofgold", "Guardians of Gold.exe", "933200c8f306eccaaa484b1575da8528", 429166629),
    2727         GAME_ENTRY("guyslug", "GuySlug.exe", "0710e2ec71042617f565c01824f0cf3c", 1959514),
    2728         GAME_ENTRY("guyverquest2", "Guyver Quest 2.exe", "465f972675db2da6040518221af5b0ba", 1138940),
    2729         GAME_ENTRY("guyverquest1", "Guyver Quest.exe", "465f972675db2da6040518221af5b0ba", 774591),
    2730         GAME_ENTRY("gville1", "GVILLE1.exe", "c1451c6631e1bf4de6d1ed3760ca1dc9", 2340624),
    2731         GAME_ENTRY("hack", "Hack.exe", "f120690b506dd63cd7d1112ea6af2f77", 4384638),
    2732         GAME_ENTRY("halloween", "Halloween.exe", "3128b9f90e2f954ba704414ae854d10b", 5130336),
    2733         GAME_ENTRY("halloweenhorror", "Halloween.exe", "06a03fe35791b0578068ab1873455463", 33740975),
    2734         GAME_ENTRY("hallwayofadventures", "Hallway.exe", "0710e2ec71042617f565c01824f0cf3c", 7085407),
    2735         GAME_ENTRY("hangon", "HangOn.exe", "6e861b1f476ff7cdf036082abb271329", 4203208),
    2736         GAME_ENTRY("hansenhotel", "Hotel.exe", "3128b9f90e2f954ba704414ae854d10b", 4006863),
    2737         GAME_ENTRY("happyduckieadventure", "HDA.exe", "f120690b506dd63cd7d1112ea6af2f77", 1924654),
    2738         GAME_ENTRY("hardspaceconquestofthegayliks", "Hard Space!.exe", "3ecd04c0e0df079ff906ec4696d5fe23", 11494382),
    2739         GAME_ENTRY("harrys21stbirthday", "harold.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 3525444),
    2740         GAME_ENTRY("haventhesmallworld", "A small world.exe", "b142b43c146c25443a1d155d441a6a81", 43019171),
    2741         GAME_ENTRY("heartlanddeluxe", "Heartland.exe", "0829f8e184ed6a4bf36b14ba42003a67", 6702004),
    2742         GAME_ENTRY("heartlanddeluxe", "Heartland.exe", "0829f8e184ed6a4bf36b14ba42003a67", 6701875), // v1.1
    2743         GAME_ENTRY("heartland", "Heartland V1.2.exe", "261d108f9213356a351b35b54867f342", 21237374),
    2744         GAME_ENTRY("heatwave", "Heatwave.exe", "e2f7df57d111e57e3cf1e229088c6947", 3638644),
    2745         GAME_ENTRY("heavymetalnannulfthestrangestage", "NannulfMAGS.exe", "3c5bd1713959ff469cb46ebe5542cfcf", 21272417),
    2746         GAME_ENTRY("heed", "Heed.exe", "e8b2a430042709f07183c2c249e0e0d9", 6300045),
    2747         GAME_ENTRY("helpthegame", "HELP.exe", "06a03fe35791b0578068ab1873455463", 3686323),
    2748         GAME_ENTRY("henkstroemlostincellar", "Henk_LIC.exe", "3128b9f90e2f954ba704414ae854d10b", 1391240),
    2749         GAME_ENTRY("henman", "hen-man.exe", "615e73fc1874e92d60a1996c2330ea36", 19556067),
    2750         GAME_ENTRY("herby", "Herby.exe", "033f047c11ee95db0058c188ec620bb2", 6715991), // itch.io Linux
    2751         GAME_ENTRY_STEAM("heroinesquest", "heroine's quest.exe", "35b93e905a5aeba8fafd0e5b0f4cb9b6", 7014402),
    2752         GAME_ENTRY_STEAM("heroinesquest", "heroine's quest.exe", "fa5b449d9d93a9055e0ab6caf0aee77c", 7020827), // v1.2.7
    2753         GAME_ENTRY("heroinesquest", "heroine's quest.exe", "0b19953a0a879b5027c98b0cdd8142f1", 6825340),
    2754         GAME_ENTRY("heroinesquest", "heroine's quest.exe", "35b93e905a5aeba8fafd0e5b0f4cb9b6", 6952250),
    2755         GAME_ENTRY("hesgonehistorical", "His.exe", "465f972675db2da6040518221af5b0ba", 5768754),
    2756         GAME_ENTRY("hhgtgtowelday", "TowelDay.exe", "18456f28d9bf843b087e80072c85beca", 5431338),
    2757         GAME_ENTRY("hiddenplains", "eureka02.exe", "6afafd26476d17a5e2a8e41f690d3720", 384360829),
    2758         GAME_ENTRY("hiddentreasureryansfortune", "HiddenTRF.exe", "504df40bf50a0859e3dc15b000dab5f6", 7345149),
    2759         GAME_ENTRY("hide", "Hide.exe", "6e861b1f476ff7cdf036082abb271329", 13701886),
    2760         GAME_ENTRY("him", "twin.exe", "6b4ceb9e327ac99479c08d825461f4cb", 23721672),
    2761         GAME_ENTRY("hitchhikersguidetothegalaxyremake", "HHGTG.exe", "e003041f4332f136920e636e39d3e127", 34956191),
    2762         GAME_ENTRY("hitthefreak", "HTF.EXE", "f3a13b2d6c2e0fe04c6f466062920e23", 3103477),
    2763         GAME_ENTRY("hlobb", "Boxing.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 9544151),
    2764         GAME_ENTRY("hood", "hood.exe", "97d700529f5cc826f230c27acf81adfd", 1575198),
    2765         GAME_ENTRY("hope", "Hope.exe", "f92eba780bd1177612e264263d34c555", 4195489),
    2766         GAME_ENTRY("horseparkdeluxe", "Horse Park DeLuxe.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 22491099),
    2767         GAME_ENTRY("horseparkfantasy", "Horse Park Fantasy.exe", "615e73fc1874e92d60a1996c2330ea36", 16576614),
    2768         GAME_ENTRY("hotel", "Hotel.exe", "615e73fc1874e92d60a1996c2330ea36", 29586297),
    2769         GAME_ENTRY("hotelhijinks", "HH.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1490538),
    2770         GAME_ENTRY("houseofhorror", "The House of Horror.exe", "c20fee88ad37d2d21837eee9d34f2dbe", 10120651),
    2771         GAME_ENTRY("howmany", "How many.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 5925931),
    2772         GAME_ENTRY("howtheyfoundsilence", "How They Found Silence.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 5322796),
    2773         GAME_ENTRY("huongjiaoping", "hotpot.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 47237302),
    2774         GAME_ENTRY("huxzadventure", "Huxsadv.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 2053897),
    2775         GAME_ENTRY("hydeandseek", "Hyde and Seek.exe", "c2f495a688dc19e66362657dee9aa895", 28066547),
    2776         GAME_ENTRY("iamjason", "IAMJASON.exe", "e8985d9ffbfa1eda77f2eb8d1331944a", 4843842),
    2777         GAME_ENTRY("id", "iD.exe", "495d45fb8adfd49690ae3b97921feec6", 19035497),
    2778         GAME_ENTRY("iforgot", "Forgot.exe", "6aa30185326552359c7865e55c045a74", 7743871),
    2779         GAME_ENTRY("igs", "IGS.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 1204802),
    2780         GAME_ENTRY("iiispy", "IIISpy.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 6696286),
    2781         GAME_ENTRY("illuminationdiminishing", "IlluminationDiminishing.exe", "b142b43c146c25443a1d155d441a6a81", 21227029),
    2782         GAME_ENTRY("illuminationdiminishing", "IlluminationDiminishing.exe", "b142b43c146c25443a1d155d441a6a81", 49006279),
    2783         GAME_ENTRY("illuminationdiminishing", "IlluminationDiminishing.exe", "b142b43c146c25443a1d155d441a6a81", 49006319),
    2784         GAME_ENTRY("imnotcrazyrightthecell", "I'm not crazy.exe", "9cb3c8dc7a8ab9c44815955696be2677", 3152216),
    2785         GAME_ENTRY("imnotcrazyrightthewell", "The Well.exe", "9cb3c8dc7a8ab9c44815955696be2677", 5000358),
    2786         GAME_ENTRY("indianarodent", "Indiana Rodent.exe", "89df481678b2ddc40ecc9f83caa76b89", 5629366),
    2787         GAME_ENTRY("indycomingofage", "IndyCOA.exe", "90413e9ae57e222f8913b09d2bc847bc", 2368083),
    2788         GAME_ENTRY("indypassageofsaints", "Compiled_AGS3.2.1.exe", "4370edcb2ef8b9ecb323fb5a94770117", 78409939),
    2789         GAME_ENTRY("indyrelicoftheviking", "Indiana Jones and the relic of the viking.exe", "de375dffcb0635bb84daf82eaddf4e3b", 63943198),
    2790         GAME_ENTRY("infectionep2", "Infection_Ep_II_AGS.exe", "a524cbb1c51589903c4043b98917f1d9", 23691417),
    2791         GAME_ENTRY("infectionitheship", "Infection I.exe", "7132ff7d6b0bc1e9f3e4bd4755390626", 25974295),
    2792         GAME_ENTRY("inferno", "inf.exe", "97d700529f5cc826f230c27acf81adfd", 8783105),
    2793         GAME_ENTRY("infinitemonkeys", "InfiniteMonkeys.exe", "4d7d2addcde045dae6e0363a43f9acad", 4841557),
    2794         GAME_ENTRY("insidemonkeyisland", "MIIM.exe", "06a03fe35791b0578068ab1873455463", 5186306),
    2795         GAME_ENTRY("insidemonkeyisland2", "MIIM2.exe", "06a03fe35791b0578068ab1873455463", 5885525),
    2796         GAME_ENTRY("inspectorgismoe", "police.exe", "465f972675db2da6040518221af5b0ba", 2899579),
    2797         GAME_ENTRY("integerbattleship", "intbattl.exe", "0500aacb6c176d47ac0f8158f055db83", 4158273),
    2798         GAME_ENTRY("intergalacticspacepancake", "space.exe", "97d700529f5cc826f230c27acf81adfd", 1797309),
    2799         GAME_ENTRY("intothelight", "ITL.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 12146182),
    2800         GAME_ENTRY("invincibleisland", "Invincible.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4218160),
    2801         GAME_ENTRY("isnkill", "ISN.exe", "4d17844029d8910fbaae1bdc99e250f2", 7932669),
    2802         GAME_ENTRY("ioawn4t", "ioawn4t.ags", "34455803b41269a1a2dd44cc8b2d549f", 884275141), // Linux
    2803         GAME_ENTRY("ioawn4t", "ioawn4t.exe", "b93a59eb67e202f5e807d7a7e678ad85", 887314393), // Windows
    2804         GAME_ENTRY("ioawn4t", "ioawn4t.exe", "b93a59eb67e202f5e807d7a7e678ad85", 887315687),
    2805         GAME_ENTRY("ioawn4t", "ioawn4t.exe", "11bd8123982f9442f372ed5defc88b50", 888895169),
    2806         GAME_ENTRY("ioawn4t", "game.ags", "11bd8123982f9442f372ed5defc88b50", 888895169),
    2807         GAME_ENTRY("isos", "ISOS.exe", "06a03fe35791b0578068ab1873455463", 7362937),
    2808         GAME_ENTRY("itsabugslife", "It's a Bugs Life.exe", "c48d0beedcdc1b05e9e25dcd60de46a9", 201172081),
    2809         GAME_ENTRY("iwalkedapath", "I walked a path.exe", "fd3ecd8289bebadbf775fe8a13b9c5d7", 89018261),
    2810         GAME_ENTRY("iwantout", "I_want_out!.exe", "c2cb8ff1ad3028b08fd3dab91578b934", 22218677),
    2811         GAME_ENTRY("iwantout", "I_want_out!.ags", "2a31f07d3105c978d9b0392000f38461", 22718900),
    2812         GAME_ENTRY("iwantout", "I_want_out!.ags", "7db3059844c14f1d817f68b958b66f45", 22718900),
    2813         GAME_ENTRY("iwwhiiwwhitomirotpgthegame", "IWWHIIWWHITOMIROTPG - The Game.exe", "5fd79c32d2b8bbd589f6254d611d2742", 3576019),
    2814         GAME_ENTRY("jacob", "Jacob.exe", "90413e9ae57e222f8913b09d2bc847bc", 7101001),
    2815         GAME_ENTRY("jacquelinewhitecurseofthemummies", "CurseOfTheMummies.exe", "e9bdea51db49da499c69e8c21a821a7f", 193723250),
    2816         GAME_ENTRY("jamesbond", "platform2.exe", "949f7440e3692b7366c2029979dee9a0", 4467701),
    2817         GAME_ENTRY("jamesinneverland", "JamesNeverland.exe", "06a03fe35791b0578068ab1873455463", 36488607),
    2818         GAME_ENTRY("jamesperis", "James1.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 85631684),
    2819         GAME_ENTRY("javelincatch", "JvlnCtch.exe", "3421b46ff95c5885603086c39a038a20", 1626263),
    2820         GAME_ENTRY("jimmsquest3", "JQ3.EXE", "0b7529a76f38283d6e850b8d56526fc1", 4930906),
    2821         GAME_ENTRY("jimmysday", "jimmy.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 13419394),
    2822         GAME_ENTRY("jimmythetroublemaker", "Jimmy The Troublemaker.exe", "25976a689b0f4d73eac69b1728377ecb", 200843118),
    2823         GAME_ENTRY("joeshorriblehell", "Joe's Horrible Hell.exe", "cdcc787023c51c6fc9ffc17118f6adff", 61061393),
    2824         GAME_ENTRY("joesmiserablelife", "Joe's Miserable Life.exe", "1b9f13d430bb15bf30d0fd044358db68", 36705304),
    2825         GAME_ENTRY("johnharris", "totp.exe", "74dc062c5f68f3d70da911f2db5737b6", 36463878),
    2826         GAME_ENTRY("johnjebediahgunelisoladisepheret", "JJG.exe", "a28cb95e1769ba1bfa48f850390746c2", 88957123),
    2827         GAME_ENTRY("johnlosthiskey", "Newgame.exe", "0b7529a76f38283d6e850b8d56526fc1", 1453831),
    2828         GAME_ENTRY("johnnyrocket", "Rocket.exe", "a524cbb1c51589903c4043b98917f1d9", 10366294),
    2829         GAME_ENTRY("johnsinclair", "John Sinclair- Voodoo in London.exe", "68c4cdee67c40bf96cf78e11f9073ddd", 238169392),
    2830         GAME_ENTRY("jonnysmallvalley", "Jonny Smallvalley.exe", "01d0e6bd812abaa307bcb10fc2193416", 34437869),
    2831         GAME_ENTRY("juliusdangerous2", "Julius Dangerous 2.exe", "e2d4a98de69b1f8e6462c387710a441a", 146931732),
    2832         GAME_ENTRY("juliusdangerousandthespaceinvaders", "Julius Dangerous.exe", "ddaf3807f1fe16b2813ff832b4fb471a", 83137140),
    2833         GAME_ENTRY("justanotherpointnclickadventure", "Advent.exe", "6a98b4cc2f5a55421248be53f15a6a99", 9582620),
    2834         GAME_ENTRY("kanjigakusei", "KanjiGakusei.exe", "c1bce0ccfa858f0f5d2fe19997d89b05", 17604764),
    2835         GAME_ENTRY("kartquest", "Kart.exe", "465f972675db2da6040518221af5b0ba", 77317312),
    2836         GAME_ENTRY("keptoshi", "Keptosh.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 2904848),
    2837         GAME_ENTRY("keys", "Keys.exe", "75f4c7f66b1be60af5b2d65f617b91a7", 85582285),
    2838         GAME_ENTRY("killereye", "killereye.exe", "0710e2ec71042617f565c01824f0cf3c", 1009042),
    2839         GAME_ENTRY("killjoseda", "KillJD.exe", "20dc02a8f977caf5c4dc6f2a4c8d4378", 6034414),
    2840         GAME_ENTRY("killthelights", "Kill The Lights.exe", "9b54ea3557373188d8388ec4d1ae5eed", 20416736),
    2841         GAME_ENTRY("kingdomlegends", "Kingdom Legends.exe", "06a03fe35791b0578068ab1873455463", 2254139),
    2842         GAME_ENTRY("kingsquestfororgy", "KQ.exe", "97d700529f5cc826f230c27acf81adfd", 1574600),
    2843         GAME_ENTRY("knightquestforgoldenring", "KQuestGoldRing.exe", "f120690b506dd63cd7d1112ea6af2f77", 2582542),
    2844         GAME_ENTRY("knightsquest3", "KQ3TOM.exe", "0710e2ec71042617f565c01824f0cf3c", 8408641),
    2845         GAME_ENTRY("knightsquest4", "MAGSQuest.exe", "0500aacb6c176d47ac0f8158f055db83", 4074151),
    2846         GAME_ENTRY("knobblycrook", "Knobbly Crook.exe", "9d2c7d86fe1316d08678b732e4241076", 326499357),
    2847         GAME_ENTRY("knobblycrook", "Knobbly Crook.exe", "d6269b2f4cc3da56077bb4e2df7984d5", 2035570004),
    2848         GAME_ENTRY_LANG("koddurova", "Kod Durova.exe", "615e73fc1874e92d60a1996c2330ea36", 498427333, Common::RU_RUS),
    2849         GAME_ENTRY("koffeekrisis", "Koffee Krisis.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 2423111),
    2850         GAME_ENTRY("koscheitheimmortal", "Koschei.exe", "465f972675db2da6040518221af5b0ba", 2771442),
    2851         GAME_ENTRY("kq3plus", "KQ3plus.ags", "3b7cceb3e4bdb031dc5d8f290936e94b", 11727219),
    2852         GAME_ENTRY("kq4retold", "King's Quest 4.exe", "da6140c1e246d5f7641464bda80c45d5", 148103603),
    2853         GAME_ENTRY("kq4retold", "KQ4Retold.exe", "da6140c1e246d5f7641464bda80c45d5", 293710098),
    2854         GAME_ENTRY("kq4retold", "KQ4Retold.exe", "da6140c1e246d5f7641464bda80c45d5", 312045017), // 1.04
    2855         GAME_ENTRY("kq4retold", "King's Quest 4.ags", "e9e8f833b86874526cb5e356d1e287eb", 145563043),
    2856         GAME_ENTRY("kq4retold", "ac2game.dat", "da6140c1e246d5f7641464bda80c45d5", 293710098),
    2857         GAME_ENTRY("kristmaskrisis", "Kristmas Krisis.exe", "90413e9ae57e222f8913b09d2bc847bc", 2067681),
    2858         GAME_ENTRY("ktx1", "KTX-1.exe", "615e73fc1874e92d60a1996c2330ea36", 13806290),
    2859         GAME_ENTRY("kumastory", "Kuma Story.exe", "54e966a013d104bf23603c780438d089", 2893472),
    2860         GAME_ENTRY("labor", "LaborEN.exe", "b9fcd61691d19d954a5cfd5fb57a6b45", 7245344),
    2861         GAME_ENTRY("labratescape", "Joel.exe", "06a03fe35791b0578068ab1873455463", 3256136),
    2862         GAME_ENTRY("labyrinth", "labyrnth.exe", "0710e2ec71042617f565c01824f0cf3c", 7686481),
    2863         GAME_ENTRY("lacicuta1", "Cicuta1.exe", "1290e191d4f24893ce83ba0af5debd9e", 8665956),
    2864         GAME_ENTRY("lacroixpan", "La Croix Pan.exe", "d9018b1792f6d959d7add4dc3f7cdb46", 12102643),
    2865         GAME_ENTRY("laffaireaspirox", "L'Affaire Aspirox.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 139865345),
    2866         GAME_ENTRY("lagrancastanya", "PROJECT1.exe", "c87aa6377abc18c1a1b2968ae6db08eb", 39298012),
    2867         GAME_ENTRY("lallaveyfabianshones", "LLAVE.exe", "a8d73d686b2eb77caab8c05e3e1f1d57", 3374527),
    2868         GAME_ENTRY("lamaleta", "La Maleta.ags", "144566549a27ad1b41346627ec82f586", 43741777),
    2869         GAME_ENTRY("laodiseadelfracaso2", "La Odisea II.exe", "0710e2ec71042617f565c01824f0cf3c", 3083622),
    2870         GAME_ENTRY("laportenoire", "proute.exe", "06a03fe35791b0578068ab1873455463", 17087125),
    2871         GAME_ENTRY("larrylotter", "Warthogs.exe", "9c49b6fa0460f36d6e7558281f142683", 12448793),
    2872         GAME_ENTRY("larrylotter", "warthogs.exe", "cbe62572ed082a3063a49d594612ac0b", 12397280), // v1.7
    2873         GAME_ENTRY_STEAM("larrylotter", "larry lotter.ags", "2802b69370de199a1f8d47889a197c14", 47202232),
    2874         GAME_ENTRY("lastnfurious", "Last'n'Furious.exe", "3569271305cddb7156260cce9439e543", 17696093),
    2875         GAME_ENTRY("laundryday", "Laundry Day.exe", "06a03fe35791b0578068ab1873455463", 2456888),
    2876         GAME_ENTRY("lavablava", "Rumble.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 2294674),
    2877         GAME_ENTRY("lazaruswantspants", "pants.exe", "9cf51833e787cc919837d9a8bd8fc14c", 1311852),
    2878         GAME_ENTRY("lbstoryofcedrickdusce", "lifeboat.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3563681),
    2879         GAME_ENTRY("lechuckstories", "CHUCK_272.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6274861),
    2880         GAME_ENTRY("legendofrovendale", "Vampire.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 10018497),
    2881         GAME_ENTRY("legendofseththebard", "LOSTB 1.48.exe", "a524cbb1c51589903c4043b98917f1d9", 10669482),
    2882         GAME_ENTRY("legendsofmardaram", "LOM.exe", "0710e2ec71042617f565c01824f0cf3c", 50183544),
    2883         GAME_ENTRY("leisuresuitlarry2", "Larry 2.exe", "949f7440e3692b7366c2029979dee9a0", 11971760),
    2884         GAME_ENTRY("leisuresuitlarrylil", "LSL.exe", "34cf71d28e1e9c55934f624969011c7e", 18440862),
    2885         GAME_ENTRY("lesmiserables", "Les Miserables.exe", "0514661a4ba6772cf0db0cf839fc7003", 127582664),
    2886         GAME_ENTRY("lessthanthree", "Less Than Three.exe", "3e62eafed0fc365821b7afdbf1aec3d8", 6506759),
    2887         GAME_ENTRY("lessurvivants", "Les_Survivants.exe", "c5d2c54c20cb606519b86d3890ee7fc0", 265445972),
    2888         GAME_ENTRY("lichdomwheresdidiputthat", "Lichdom.exe", "0e6ae2b49c1a38363a77024f3ce31771", 7412719),
    2889         GAME_ENTRY("life", "Life.exe", "97a2a2feb82708da8f6ed30c15a7eb53", 43833851),
    2890         GAME_ENTRY("lifeboatstoryofcedrick", "lifeboat.exe", "3128b9f90e2f954ba704414ae854d10b", 2952689),
    2891         GAME_ENTRY("lifeofdduck", "D Duck.exe", "0710e2ec71042617f565c01824f0cf3c", 49461615),
    2892         GAME_ENTRY("lifeofdduck2", "D. Duck II.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 135923689),
    2893         GAME_ENTRY("liftreasureofthetanones", "Lif.exe", "18b284c22010850f79bc5c20054a70c4", 3946641),
    2894         GAME_ENTRY("lightcycles", "LightCycles.exe", "495d45fb8adfd49690ae3b97921feec6", 3415108),
    2895         GAME_ENTRY("lightningmaster", "Master.exe", "27343924ddad3be0b97bdcaa71858b1b", 231301393),
    2896         GAME_ENTRY("likeafox", "likeafox.exe", "c7916b82f00c94013a3f7706b4d333c6", 2707737),
    2897         GAME_ENTRY("limbo", "Limbo Adventure.exe", "7c10efb8990fb48ded51fbcd88a6bf17", 30800724),
    2898         GAME_ENTRY("limeylizardwastewizard", "LLWW.exe", "fab982fd31570655ac3b1858bd8265e4", 33755872),
    2899         GAME_ENTRY("limeylizardwastewizard", "LLWW.exe", "1991fde090b8c3b7cf53561d11593836", 38188301),
    2900         GAME_ENTRY("littlegirlinunderland", "Underland.exe", "06a03fe35791b0578068ab1873455463", 10125940),
    2901         GAME_ENTRY("livingnightmaredeluxe", "Living Nightmare.exe", "4415d633ea1a2dcd03ff0eff43f182ee", 9997554),
    2902         GAME_ENTRY("livingnightmareendlessdream", "LNED.exe", "4415d633ea1a2dcd03ff0eff43f182ee", 10671309),
    2903         GAME_ENTRY("livingnightmarefreedom", "LNF.exe", "6aa30185326552359c7865e55c045a74", 26580184),
    2904         GAME_ENTRY("lockedout", "locked-out.exe", "465f972675db2da6040518221af5b0ba", 1930862),
    2905         GAME_ENTRY("loftusandtheskycap", "loftus.exe", "4c83816b87e6e253dc8e324e89bcbca3", 24333349),
    2906         GAME_ENTRY("lonecase", "LoneCase.exe", "8661936f40669fa1672dced4df0521a0", 3550717),
    2907         GAME_ENTRY("lonecase2", "Lone Case 2.exe", "cb3bbab6e565fcbd57af8f33a8609210", 6015178),
    2908         GAME_ENTRY("lonecase3showdown", "lc 3.exe", "893df6568c294926f7efa3f3ec2ce14d", 7997004),
    2909         GAME_ENTRY("lonelynight", "Lonely night.exe", "0710e2ec71042617f565c01824f0cf3c", 2488077),
    2910         GAME_ENTRY("longexpectedfriday", "LEFRIDAY.exe", "28f82e420b82d07651b68114f90223c8", 7595812),
    2911         GAME_ENTRY("lonkeyisland", "lonkey.exe", "4e92c6db88a34b62eef37a621aabfb53", 44134488),
    2912         GAME_ENTRY("lonkeyisland", "lonkey.exe", "4e92c6db88a34b62eef37a621aabfb53", 44114957),
    2913         GAME_ENTRY("loomiireturnoftheswans", "loom2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 9761097),
    2914         GAME_ENTRY("losjovenesdelaguerra", "guerra.exe", "97d700529f5cc826f230c27acf81adfd", 4286035),
    2915         GAME_ENTRY("lostanswers", "Lost Answers.exe", "c88de182eae58fdb43e5b4e587095ff5", 254684884),
    2916         GAME_ENTRY("lostinparadise", "2paradise.exe", "06a03fe35791b0578068ab1873455463", 37279978),
    2917         GAME_ENTRY("lostinthenightmare", "litn.exe", "0710e2ec71042617f565c01824f0cf3c", 5492994),
    2918         GAME_ENTRY("lostinthenightmare", "litn.exe", "0710e2ec71042617f565c01824f0cf3c", 5493239),
    2919         GAME_ENTRY("lostinthetomb", "PaperKubik.exe", "33c2a53cb4a4ae48787d42980852047b", 2659023),
    2920         GAME_ENTRY("lostinthewoods", "LITW.exe", "00328f4f1e7729144483107b96b11df8", 55203461),
    2921         GAME_ENTRY("lucasmaniac", "LucasManiac !.exe", "f120690b506dd63cd7d1112ea6af2f77", 28361487),
    2922         GAME_ENTRY("lucidlucy", "LUCID LUCY.exe", "655363c390c7ae7225c237108edf50b7", 182038828),
    2923         GAME_ENTRY("lucylavender", "Lucy.exe", "c87aa6377abc18c1a1b2968ae6db08eb", 7944054),
    2924         GAME_ENTRY("lukesexistentialnightmare", "Lukeexit.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 653834),
    2925         GAME_ENTRY("lunarlanderprototype", "LunarLanderPrototype.exe", "495d45fb8adfd49690ae3b97921feec6", 3510282),
    2926         GAME_ENTRY("lunchtimeofthedamned", "reality.exe", "dd69243e3cc9e955215e0d556301b58e", 1357955),
    2927         GAME_ENTRY("lydiaandthemysteryofnellrenomanor", "LydiaW.exe", "615e73fc1874e92d60a1996c2330ea36", 33971307),
    2928         GAME_ENTRY("maggieandmax", "Max.exe", "465f972675db2da6040518221af5b0ba", 5759981),
    2929         GAME_ENTRY("magic8ball", "Magic-8-Ball.exe", "82da2565c456dcfb265ded6fe3189c0b", 4233735),
    2930         GAME_ENTRY("magicalwhatevergirlrocksoutinthestoneage", "mwg.exe", "b2b99b5b3dcaee0fa292343c5a2c429b", 7784104),
    2931         GAME_ENTRY("magicballoffortune", "Magic Ball.exe", "f120690b506dd63cd7d1112ea6af2f77", 6016698),
    2932         GAME_ENTRY("magnumpm", "Magnum, P.M.exe", "06a03fe35791b0578068ab1873455463", 91711892),
    2933         GAME_ENTRY("magsgame", "MAGSGAME.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 5025809),
    2934         GAME_ENTRY("magsic", "Magsic.exe", "7a436b9a2e8e80c8aaaeed09ef9e3d3d", 22360144),
    2935         GAME_ENTRY("magsic2", "MagsicII.exe", "28f82e420b82d07651b68114f90223c8", 30029761),
    2936         GAME_ENTRY("magsjan", "MAGS-Jan.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 16729569),
    2937         GAME_ENTRY("magsjune2017", "MAGS june 2017.exe", "e3962995a70923a8d5a8f1cf8f932eee", 304129558),
    2938         GAME_ENTRY("magssep2007", "MAGS Sep 2007.exe", "f120690b506dd63cd7d1112ea6af2f77", 6007305),
    2939         GAME_ENTRY("manboy", "Man Boy.exe", "1275885401b7d2ece491e704535707d9", 3038532),
    2940         GAME_ENTRY("maniacland", "AliceInManiacland.exe", "74203c62b4604c4463f1c53db2d47c01", 6570499),
    2941         GAME_ENTRY("maniacmansiondeluxe", "Maniac.exe", "465f972675db2da6040518221af5b0ba", 10181366), // v1.3
    2942         GAME_ENTRY("maniacmansiondeluxe", "Maniac.exe", "465f972675db2da6040518221af5b0ba", 10409172),
    2943         GAME_ENTRY("maniacmetalheadmania", "Maniac Metalhead Mania.exe", "d4dbb53d3617dcbb56251eb4a332fddd", 11785951),
    2944         GAME_ENTRY("mardsrevengebytk", "MPLR.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 1771793),
    2945         GAME_ENTRY("martyausdemall", "test3.exe", "0710e2ec71042617f565c01824f0cf3c", 4352013),
    2946         GAME_ENTRY("mash", "MASH.ags", "8fe67d5a066d4ab203db0cce102ed86c", 12536184),
    2947         GAME_ENTRY("mash", "MASH.exe", "7825fa980fcd058caadaf6d3377b1f78", 15571852),
    2948         GAME_ENTRY("mastersofsound", "MOS.exe", "bb59de174d70797d774dec76a171352d", 20298343),
    2949         GAME_ENTRY("matttothefuture", "MTTF.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 5560975),
    2950         GAME_ENTRY("medicaltheoriesofdrkur", "dfg.exe", "465f972675db2da6040518221af5b0ba", 3140527),
    2951         GAME_ENTRY("mego2008silvesteredition", "Me Go Store III.exe", "06a03fe35791b0578068ab1873455463", 12040937),
    2952         GAME_ENTRY("megoaway", "Me Go Store II.exe", "06a03fe35791b0578068ab1873455463", 6640781),
    2953         GAME_ENTRY("megocannibaljungle", "mgcj.exe", "06a03fe35791b0578068ab1873455463", 7127871),
    2954         GAME_ENTRY("megostore", "Me Go Store.exe", "90413e9ae57e222f8913b09d2bc847bc", 2961962),
    2955         GAME_ENTRY("melrin1", "Melrin.exe", "803e65c28364b6bf44b7c4610fcdaa5a", 12822475),
    2956         GAME_ENTRY("melrin2", "Melrin2.exe", "803e65c28364b6bf44b7c4610fcdaa5a", 4372768),
    2957         GAME_ENTRY("melrin3", "Melrin3.exe", "803e65c28364b6bf44b7c4610fcdaa5a", 5802221),
    2958         GAME_ENTRY("meltdrake3chapter1", "CaK3.exe", "97d700529f5cc826f230c27acf81adfd", 6044911),
    2959         GAME_ENTRY("memoriesfade", "MemoriesFade.exe", "d5d028212a242a9841feff24ec3db3c9", 7996519),
    2960         GAME_ENTRY("meninhats", "GAME.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1646510),
    2961         GAME_ENTRY("merrychristmas", "Merry Christmas.exe", "172b30c282856b382464bed5fcb61e29", 4812266),
    2962         GAME_ENTRY("messedupmothergoosedeluxemyassenhanced", "MMG.exe", "d642f2110a3dc0c48ab7b13f69b5caf6", 36523450),
    2963         GAME_ENTRY("meta", "META.exe", "06a03fe35791b0578068ab1873455463", 10113135),
    2964         GAME_ENTRY_STEAM("meta", "meta.exe", "9358670438c3fab77489a1dd229029b1", 2536926),
    2965         GAME_ENTRY("metaphobia", "Metaphobia.exe", "10da7427cf74ba0cc7ceb29f99ff0a67", 92083437), // itch.io 1.01 Windows
    2966         GAME_ENTRY("metaphobia", "ac2game.exe", "10da7427cf74ba0cc7ceb29f99ff0a67", 92083437), // itch.io MacOS
    2967         GAME_ENTRY_STEAM("metaphobia", "Metaphobia.exe", "10da7427cf74ba0cc7ceb29f99ff0a67", 92086491),
    2968         GAME_ENTRY("meteorheadrecycled", "Meteorhead.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 5081311),
    2969         GAME_ENTRY("mibaddaytobedead", "Monkey.exe", "f120690b506dd63cd7d1112ea6af2f77", 2117238),
    2970         GAME_ENTRY("micarnivalofthedamned", "MI-COD.exe", "90413e9ae57e222f8913b09d2bc847bc", 5114086),
    2971         GAME_ENTRY("mickeymauserpart1", "MM.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 12076323),
    2972         GAME_ENTRY("midastouch", "midastouch.exe", "6e861b1f476ff7cdf036082abb271329", 10810464),
    2973         GAME_ENTRY("mikelechey", "Mike Lechey.exe", "06a03fe35791b0578068ab1873455463", 2349277),
    2974         GAME_ENTRY("mikesroom2", "Mikes_late.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5001254),
    2975         GAME_ENTRY("milkshake", "Milkshake.exe", "615e806856b7730afadf1fea9a756b70", 1656268),
    2976         GAME_ENTRY("mindboggler", "Rebel.exe", "847ca9d174cd091b7a1b82f032bdd052", 36979705),
    2977         GAME_ENTRY("mindseye", "MindsEye.exe", "8a84eb07f484540ecc59ea80bf21dc9e", 30024175),
    2978         GAME_ENTRY("minigame3", "Mini Game 3.exe", "465f972675db2da6040518221af5b0ba", 3455484),
    2979         GAME_ENTRY("minigame4", "Mini Game 4.exe", "465f972675db2da6040518221af5b0ba", 4954264),
    2980         GAME_ENTRY("missingsincemidnight", "msm.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7989479),
    2981         GAME_ENTRY("mistdelaescueladearte", "EA.exe", "465f972675db2da6040518221af5b0ba", 6732362),
    2982         GAME_ENTRY("mixertest", "mixertest.exe", "0b7529a76f38283d6e850b8d56526fc1", 798369),
    2983         GAME_ENTRY("mmm1", "MMM.exe", "465f972675db2da6040518221af5b0ba", 5476481),
    2984         GAME_ENTRY("mmm1", "MMM.exe", "137a2bc940f033beab257b2fa88526ba", 10917227),
    2985         GAME_ENTRY("mmm2", "MMM02.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5830457),
    2986         GAME_ENTRY("mmm3", "mmme2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5795895),
    2987         GAME_ENTRY("mmm4", "mmm.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8368739),
    2988         GAME_ENTRY("mmm5", "MMM05.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6181463),
    2989         GAME_ENTRY("mmm6", "jeff.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5859742),
    2990         GAME_ENTRY("mmm7", "MMM7.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5936294),
    2991         GAME_ENTRY("mmm8", "MMM - E8.exe", "45ab4f29031b50c8d01d10a269f77ff5", 5095385),
    2992         GAME_ENTRY("mmm9", "mmm_radioactive.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7665414),
    2993         GAME_ENTRY("mmm10", "MMM-TOTWE.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8455565),
    2994         GAME_ENTRY("mmm10", "MMM-TOTWE.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8455743),
    2995         GAME_ENTRY("mmm11", "MMMania 2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7872940),
    2996         GAME_ENTRY("mmm11", "MMMania.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6123337),
    2997         GAME_ENTRY("mmm12", "Giga.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4141502),
    2998         GAME_ENTRY("mmm13", "traum.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6703140),
    2999         GAME_ENTRY("mmm14", "msytr.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5836799),
    3000         GAME_ENTRY("mmm14", "msytr.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5863583),
    3001         GAME_ENTRY("mmm15", "MMM15.exe", "06a03fe35791b0578068ab1873455463", 8503015),
    3002         GAME_ENTRY("mmm15", "MMM15.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8957215),
    3003         GAME_ENTRY("mmm16", "Meteor Family.exe", "06a03fe35791b0578068ab1873455463", 5759077),
    3004         GAME_ENTRY("mmm16", "Meteor Family.exe", "06a03fe35791b0578068ab1873455463", 5777213),
    3005         GAME_ENTRY("mmm16", "mmmgui.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5019001),
    3006         GAME_ENTRY("mmm17", "mmmgui.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6503602),
    3007         GAME_ENTRY("mmm18", "Shit Happens!.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6300460),
    3008         GAME_ENTRY("mmm18", "Shit Happens!.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6300947),
    3009         GAME_ENTRY("mmm21", "mmmgui1.exe", "465f972675db2da6040518221af5b0ba", 8757734),
    3010         GAME_ENTRY("mmm22", "mmm.exe", "465f972675db2da6040518221af5b0ba", 6909531),
    3011         GAME_ENTRY("mmm23", "MANIAC.exe", "465f972675db2da6040518221af5b0ba", 5904865),
    3012         GAME_ENTRY("mmm24", "mmmgui.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6112992),
    3013         GAME_ENTRY("mmm26", "TryDott.exe", "28f82e420b82d07651b68114f90223c8", 4683840),
    3014         GAME_ENTRY("mmm27", "Hamster.exe", "465f972675db2da6040518221af5b0ba", 7497001),
    3015         GAME_ENTRY("mmm28", "Time Machine 2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7314610),
    3016         GAME_ENTRY("mmm29", "mmmgui.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8033934),
    3017         GAME_ENTRY("mmm30", "memorie.exe", "0710e2ec71042617f565c01824f0cf3c", 4300662),
    3018         GAME_ENTRY("mmm31", "MMM31.exe", "0710e2ec71042617f565c01824f0cf3c", 6777832),
    3019         GAME_ENTRY("mmm31", "MMM31.exe", "ca70858da2a347bd8ec2dedcbb4113b4", 7382014),
    3020         GAME_ENTRY("mmm32", "save_mmm.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6291592),
    3021         GAME_ENTRY("mmm33", "Smiley.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7567946),
    3022         GAME_ENTRY("mmm33", "Smiley.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7568039),
    3023         GAME_ENTRY("mmm34", "Helden.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 21647765),
    3024         GAME_ENTRY("mmm34", "Helden.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 21648581),
    3025         GAME_ENTRY("mmm35", "Weggebeamt.exe", "0710e2ec71042617f565c01824f0cf3c", 4255405),
    3026         GAME_ENTRY("mmm36", "Der Liebesbrief.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 9499807),
    3027         GAME_ENTRY("mmm37", "MMM37.exe", "0710e2ec71042617f565c01824f0cf3c", 10092409),
    3028         GAME_ENTRY("mmm37", "SandyEppi.exe", "ca70858da2a347bd8ec2dedcbb4113b4", 10311675),
    3029         GAME_ENTRY("mmm38", "mmm38.exe", "81083747db230fe1e7bbe64857467b56", 8701976),
    3030         GAME_ENTRY("mmm38", "Rescue Mission.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6912146),
    3031         GAME_ENTRY("mmm39", "erinner.exe", "465f972675db2da6040518221af5b0ba", 10525885),
    3032         GAME_ENTRY("mmm39", "Erinnerungen.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6673993),
    3033         GAME_ENTRY("mmm40", "MMM40.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 10990625),
    3034         GAME_ENTRY("mmm40", "Verflixte Türen.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 9483433),
    3035         GAME_ENTRY("mmm41", "mmm41.exe", "6d5a5284ed0403e75d64f42f415242a5", 8634455),
    3036         GAME_ENTRY("mmm42", "psychobernie.exe", "0710e2ec71042617f565c01824f0cf3c", 6696188),
    3037         GAME_ENTRY("mmm43", "Edna.exe", "0710e2ec71042617f565c01824f0cf3c", 5149386),
    3038         GAME_ENTRY("mmm44", "Razor.exe", "0710e2ec71042617f565c01824f0cf3c", 4820839),
    3039         GAME_ENTRY("mmm45", "MMM45.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 13327742),
    3040         GAME_ENTRY("mmm46", "Lost.exe", "0710e2ec71042617f565c01824f0cf3c", 5143252),
    3041         GAME_ENTRY("mmm47", "Ostern.exe", "5c183013f9d8ed144de05f239633a604", 7416584),
    3042         GAME_ENTRY("mmm48", "mmm_wendy_271.exe", "f120690b506dd63cd7d1112ea6af2f77", 8870057),
    3043         GAME_ENTRY("mmm49", "Clouso.exe", "0710e2ec71042617f565c01824f0cf3c", 12159468),
    3044         GAME_ENTRY("mmm50", "mmm50.exe", "5c183013f9d8ed144de05f239633a604", 5258429),
    3045         GAME_ENTRY("mmm51", "Ortmaschine II.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 9261025),
    3046         GAME_ENTRY("mmm52", "52 v2.exe", "4d7d2addcde045dae6e0363a43f9acad", 15632826),
    3047         GAME_ENTRY("mmm53", "MMM-dksz.exe", "c1df737ef943e6e3cc09d36fcd4b1ed0", 8689677),
    3048         GAME_ENTRY("mmm53", "MMM-dksz.exe", "c1df737ef943e6e3cc09d36fcd4b1ed0", 8708254),
    3049         GAME_ENTRY("mmm54", "CSI_RONVILLE.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 19836078),
    3050         GAME_ENTRY("mmm55", "ChapterofDream.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 5539795),
    3051         GAME_ENTRY("mmm56", "Grotten-Urlaub.exe", "615e806856b7730afadf1fea9a756b70", 6641264),
    3052         GAME_ENTRY("mmm57", "Episode 57-v2.exe", "90413e9ae57e222f8913b09d2bc847bc", 22458183),
    3053         GAME_ENTRY("mmm58", "COURT.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 8245554),
    3054         GAME_ENTRY("mmm59", "KevinGUI.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 5299420),
    3055         GAME_ENTRY("mmm60", "mmm60.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6431816),
    3056         GAME_ENTRY("mmm61", "bernardsRoom.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 8767774),
    3057         GAME_ENTRY("mmm61", "bernardsRoom.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 8855002),
    3058         GAME_ENTRY("mmm63", "Bernard_272.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 5315794),
    3059         GAME_ENTRY("mmm64", "Baranoia.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6053354),
    3060         GAME_ENTRY("mmm65", "Save Smiley!.exe", "f120690b506dd63cd7d1112ea6af2f77", 5306178),
    3061         GAME_ENTRY("mmm66", "Hoagie.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6131305),
    3062         GAME_ENTRY("mmm66akt3", "Hoagie.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6287962),
    3063         GAME_ENTRY("mmm67", "Epi67.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 40585222),
    3064         GAME_ENTRY("mmm68", "MaP.exe", "615e806856b7730afadf1fea9a756b70", 8260817),
    3065         GAME_ENTRY("mmm69", "Samstag.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 5425439),
    3066         GAME_ENTRY("mmm70", "MMB.exe", "7b8b28390b898ad22427bd92b2c38959", 38612057),
    3067         GAME_ENTRY("mmm71", "Dreiauge.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 28016268),
    3068         GAME_ENTRY("mmm72", "mindbending.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 7306081),
    3069         GAME_ENTRY("mmm73", "Eabc.exe", "4d7d2addcde045dae6e0363a43f9acad", 5708460),
    3070         GAME_ENTRY("mmm74", "tedventure.exe", "90413e9ae57e222f8913b09d2bc847bc", 7768144),
    3071         GAME_ENTRY("mmm75", "Necronomicon.exe", "0710e2ec71042617f565c01824f0cf3c", 9645824),
    3072         GAME_ENTRY("mmm76", "bernoullishow.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 5380631),
    3073         GAME_ENTRY("mmm77", "MMM77.exe", "06a03fe35791b0578068ab1873455463", 13099621),
    3074         GAME_ENTRY("mmm78", "Dumm geholfen.exe", "18b284c22010850f79bc5c20054a70c4", 11787742),
    3075         GAME_ENTRY("mmm79", "Wunsch-O-Mat.exe", "74aad8dfd71ed2ae9574a60be7610c43", 5071097),
    3076         GAME_ENTRY("mmm80", "Spiel des Lebens.exe", "bb59de174d70797d774dec76a171352d", 4989738),
    3077         GAME_ENTRY("mmm81", "Bernard bricht aus!.exe", "bb59de174d70797d774dec76a171352d", 4461097),
    3078         GAME_ENTRY("mmm82", "Freundin mit Hindernissen.exe", "bb59de174d70797d774dec76a171352d", 4470551),
    3079         GAME_ENTRY("mmm83", "Chasing Hoagie.exe", "c8daf8ef2bc83ea8b0f310cfce209401", 6083727),
    3080         GAME_ENTRY("mmm84", "Surf'n'Ronville.exe", "736c02211122a28ec41646a29c22688f", 11288591),
    3081         GAME_ENTRY("mmm85", "Compiled.exe", "c8daf8ef2bc83ea8b0f310cfce209401", 5003407),
    3082         GAME_ENTRY("mmm86", "Bernard bekommt Besuch.exe", "430eaebb21d406061d67a9972ad33947", 18382681),
    3083         GAME_ENTRY("mmm87", "Hotel Ronville.exe", "0ab0633f966ed01403362e6dfb5ca7d4", 12678222),
    3084         GAME_ENTRY("mmm88", "Der alltaegliche Wahnsinn.exe", "74dc062c5f68f3d70da911f2db5737b6", 4412559),
    3085         GAME_ENTRY("mmm89", "Weltdateien.exe", "e2922ce173aaab9881647510498bdaf5", 26312833),
    3086         GAME_ENTRY("mmm90", "mmm90.exe", "f1d98b6c9f4fb300181a927948ec8ef5", 8606394),
    3087         GAME_ENTRY("mmm91", "MMM-FidB.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6345594),
    3088         GAME_ENTRY("mmm93", "Moonshine.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 9184631),
    3089         GAME_ENTRY("mmm94", "Mississippi.exe", "311cf286b596ed7c68d5505424dea1bc", 19670283),
    3090         GAME_ENTRY("mmm95", "BritneysEscape.exe", "37a096932a37607b8115f57d269229b9", 16216498),
    3091         GAME_ENTRY("mmm96", "Dave.exe", "430eaebb21d406061d67a9972ad33947", 12980000),
    3092         GAME_ENTRY("mmm97", "X-mas Mansion.exe", "b643c4e0619a8a271383c02b3ac9196f", 12095953),
    3093         GAME_ENTRY("mmm98", "mmm98.exe", "fb1e40d2828ca16537365b91a90b5bee", 14466864),
    3094         GAME_ENTRY("mmm99", "die_premiere.exe", "3e9c6691d4b9fd70aa47c5bfd68c5c3a", 8312345),
    3095         GAME_ENTRY("mmm100", "money.exe", "91b1d125f9c818b8d2f376d24774377e", 52085746),
    3096         GAME_ENTRY("mmmhw1", "Halloween.exe", "28f82e420b82d07651b68114f90223c8", 7354818),
    3097         GAME_ENTRY("mmmhw2", "Escape.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 10251940),
    3098         GAME_ENTRY("mmmhw3", "MMM - DotD.exe", "0710e2ec71042617f565c01824f0cf3c", 4843398),
    3099         GAME_ENTRY("mmmhw3", "MMM - DotD.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 5664499),
    3100         GAME_ENTRY("mmmhw4", "MMM-Horror.exe", "0710e2ec71042617f565c01824f0cf3c", 4300488),
    3101         GAME_ENTRY("mmmhw5", "Redrum.exe", "0710e2ec71042617f565c01824f0cf3c", 4410844),
    3102         GAME_ENTRY("mmmhw6", "TCoMM.exe", "f120690b506dd63cd7d1112ea6af2f77", 5073963),
    3103         GAME_ENTRY("mmmhw7", "Utschi-2006.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 7399530),
    3104         GAME_ENTRY("mmmhw8", "racoon.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 11664995),
    3105         GAME_ENTRY("mmmhw9", "TMMCMFH.exe", "c8daf8ef2bc83ea8b0f310cfce209401", 31905464),
    3106         GAME_ENTRY("mmmhw10", "Bernard_272.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 9775462),
    3107         GAME_ENTRY("mmmhw11", "Bad and Mad.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6895237),
    3108         GAME_ENTRY("moncul", "moncul.exe", "0710e2ec71042617f565c01824f0cf3c", 1493822),
    3109         GAME_ENTRY("monkeyklon", "monkeyklon.exe", "0710e2ec71042617f565c01824f0cf3c", 5196763),
    3110         GAME_ENTRY("monkeystothemoon", "Monkeys to the Moon.exe", "77d91b65ff03c1f3a8381e39c7f693cb", 8720439),
    3111         GAME_ENTRY("monkeywrench", "monkeywrench.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 27454116),
    3112         GAME_ENTRY("monsterfromthehountedhill", "Monster.exe", "465f972675db2da6040518221af5b0ba", 6197451),
    3113         GAME_ENTRY("moonlightmoggy", "Moggy.exe", "0a6704159f6f716ac80da91c430430ce", 13336128),
    3114         GAME_ENTRY("moose", "MOOSE.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 4732219),
    3115         GAME_ENTRY("moose2", "MOOSE2.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 1251361),
    3116         GAME_ENTRY("mordimlaufrad", "MordImLaufrad.exe", "18b284c22010850f79bc5c20054a70c4", 4396809),
    3117         GAME_ENTRY("mordy2", "Mordy2.exe", "0710e2ec71042617f565c01824f0cf3c", 5186329),
    3118         GAME_ENTRY("mothersday", "mothersday.exe", "0b7529a76f38283d6e850b8d56526fc1", 1816363),
    3119         GAME_ENTRY("motlpaa", "MOTLPAA.exe", "0710e2ec71042617f565c01824f0cf3c", 1575258),
    3120         GAME_ENTRY_STEAM("mountainofmadness", "MountainsOfMadness.exe", "95822b7957b8f239d3216b9209cfb1f5", 337894184),
    3121         GAME_ENTRY("mourirenmer", "Mourir.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 2519706),
    3122         GAME_ENTRY("mrbee", "BEE.exe", "95dcf736be87cf7d40bf64d5b078c4b7", 45542087),
    3123         GAME_ENTRY("mrdangerscontest", "Danger.exe", "06a03fe35791b0578068ab1873455463", 7096987),
    3124         GAME_ENTRY("mudlarks", "Mudlarks.exe", "dfa63386f3e7dd011447982affff1154", 311640039),
    3125         GAME_ENTRY("murderinthemansion", "MitM 1.2.exe", "27df05bd72589a589c054d11d6d03c0f", 9758713),
    3126         GAME_ENTRY("murderofadrianelkwood", "elkwood.exe", "06a03fe35791b0578068ab1873455463", 3685153),
    3127         GAME_ENTRY("murphyssalvagejustmyluck", "space.exe", "f8029b1e9ff5ac01ae23896af44e885a", 51351465),
    3128         GAME_ENTRY("murranchronicles1", "Jersey Devil.exe", "06a03fe35791b0578068ab1873455463", 20555872),
    3129         GAME_ENTRY("murranchronicles2", "Talons.exe", "06a03fe35791b0578068ab1873455463", 17613066),
    3130         GAME_ENTRY("murranchronicles3", "LifeDrinker.exe", "90413e9ae57e222f8913b09d2bc847bc", 13274387),
    3131         GAME_ENTRY("myburdentokeep", "MBTK.exe", "52b5831250acb676c3c76b8e47af4b2c", 35230042),
    3132         GAME_ENTRY("mysterioushouse", "mh.exe", "495d45fb8adfd49690ae3b97921feec6", 42400316),
    3133         GAME_ENTRY("mysticseer", "NickOfTime.exe", "f120690b506dd63cd7d1112ea6af2f77", 4460113),
    3134         GAME_ENTRY("mythicalgambitflawlessfatality", "MGFF.exe", "4887d3dca056a0772741b42f66e018fb", 59711760),
    3135         GAME_ENTRY("mzi", "MissionZukunftia.exe", "0564de07d3fd5c16e6947a647061913c", 4305024),
    3136         GAME_ENTRY("mzi2", "MissionZukunftia2.exe", "839a7cbaa6c287ca35cf46a2505b48eb", 6672476),
    3137         GAME_ENTRY("nanobots", "Nanobots.exe", "95dcf736be87cf7d40bf64d5b078c4b7", 41977727),
    3138         GAME_ENTRY("necroquest", "necroquest01.exe", "2d111a69de0723f337bad661cb006239", 9545924),
    3139         GAME_ENTRY("necroquest", "necroquest01.exe", "6d4adcef07a14b53369d23edf5117252", 12389204),
    3140         GAME_ENTRY("nedysadventure", "Nedy.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 6463558),
    3141         GAME_ENTRY("nekusnewtrip", "nnt.exe", "c0c1865c3c8369e034095a725ca1ddbf", 35012412),
    3142         GAME_ENTRY("nekusnewtrip", "square enix.exe", "a524cbb1c51589903c4043b98917f1d9", 10630694),
    3143         GAME_ENTRY("nellycootalot", "Nelly Cootalot.exe", "18b284c22010850f79bc5c20054a70c4", 108256323),
    3144         GAME_ENTRY("nellycootalot", "Nelly.exe", "bdaf20d9779c01986d6d8b7e1d6118ee", 198349190),
    3145         GAME_ENTRY_STEAM("nellycootalot-hd", "Nelly.exe", "521aecdb5343c8d8f1c1000c4c2fa468", 11069524),
    3146         GAME_ENTRY_STEAM("nellycootalot-hd", "Nelly.exe", "28f22ae60e2f3524665c1d5be60a0bf3", 11069220),
    3147         GAME_ENTRY("neosaires2070", "Neos Aires 2070 - Sunday Comes First.exe", "76703ac67835bdbfde5b378a147c8ba2", 84186100), // 1.0
    3148         GAME_ENTRY("neosaires2070", "Neos Aires 2070.exe", "78dd4ca028ee0156b6a093d6d780aa65", 84126492), // 1.1
    3149         GAME_ENTRY("nesquest", "NES Quest.exe", "8b72036706da98095057df615d07460b", 20881972),
    3150         GAME_ENTRY("news", "WI-AA.exe", "06a03fe35791b0578068ab1873455463", 29631312),
    3151         GAME_ENTRY("nickitandrun", "NIAREnglish.exe", "b25674056fe8cc0b7bf0a4409c5c5bfc", 14180082),
    3152         GAME_ENTRY("niemandsland", "Das Niemandsland.exe", "430eaebb21d406061d67a9972ad33947", 14852973),
    3153         GAME_ENTRY("nightoftheravingfeminist", "Prueba1.exe", "b25674056fe8cc0b7bf0a4409c5c5bfc", 7015243),
    3154         GAME_ENTRY("nightwork", "Nightwork.exe", "f10516e88ec858700804ee69d041aead", 23059420),
    3155         GAME_ENTRY("noactionjackson", "current.exe", "3128b9f90e2f954ba704414ae854d10b", 28343366),
    3156         GAME_ENTRY("noahsquest", "Noah's Quest.exe", "c48d0beedcdc1b05e9e25dcd60de46a9", 107188362),
    3157         GAME_ENTRY("nobodycares", "Nobody Cares.exe", "618d7dce9631229b4579340b964c6810", 20897642),
    3158         GAME_ENTRY("noiamspartacus", "spartacus.exe", "28f82e420b82d07651b68114f90223c8", 1133879),
    3159         GAME_ENTRY("noisymountain", "NoisyMountainE.exe", "465f972675db2da6040518221af5b0ba", 8031142),
    3160         GAME_ENTRY("nomonkeysbanana", "NMB.exe", "36f44e064eab15e502caeb60fd09f52d", 2750366),
    3161         GAME_ENTRY("norbisquest", "Norbi's quest.exe", "3128b9f90e2f954ba704414ae854d10b", 4912333),
    3162         GAME_ENTRY("norbisquest15", "Norbi 1,5.exe", "f120690b506dd63cd7d1112ea6af2f77", 5455598),
    3163         GAME_ENTRY("norbisquest2", "Norbi 2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 14114728),
    3164         GAME_ENTRY("norbiwinterspecial", "NWS.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 10149860),
    3165         GAME_ENTRY("normancooks", "NORMAN.exe", "4d17844029d8910fbaae1bdc99e250f2", 9397734),
    3166         GAME_ENTRY("norserunereader", "NorseRuneReader.exe", "f120690b506dd63cd7d1112ea6af2f77", 2111273),
    3167         GAME_ENTRY("noughtscrosses", "Noughts.exe", "615e73fc1874e92d60a1996c2330ea36", 2159904),
    3168         GAME_ENTRY("oceanspiritdennisscourgeoftheunderworld", "Oceanspirit Dennis.exe", "18456f28d9bf843b087e80072c85beca", 2419770),
    3169         GAME_ENTRY("odottamaton", "Odottamaton.exe", "9d9e5ea323793fc526b1533d78c4f9c6", 23822268),
    3170         GAME_ENTRY("offtheclock", "Off The Clock.ags", "8918895c5c695bae90af13ea4f1a9807", 495345700), // Linux
    3171         GAME_ENTRY("offtheclock", "Off The Clock.exe", "b2eb107c1f9784b7fc4f58c2a7678dea", 498392456), // Windows
    3172         GAME_ENTRY("offtheclock", "ac2game.dat", "b2eb107c1f9784b7fc4f58c2a7678dea", 498257938), // Mac
    3173         GAME_ENTRY("ohdulieber", "Augustin.exe", "b142b43c146c25443a1d155d441a6a81", 13477896),
    3174         GAME_ENTRY("omnipotenttarot", "OmnipotentTarot.exe", "f120690b506dd63cd7d1112ea6af2f77", 7166774),
    3175         GAME_ENTRY("onceuponacrime", "OUAC.exe", "6ee842f73649ced615c44d4eb303687c", 6580658),
    3176         GAME_ENTRY("onceuponatime", "Oncetime.exe", "18b284c22010850f79bc5c20054a70c4", 11633390),
    3177         GAME_ENTRY("one", "one.exe", "0710e2ec71042617f565c01824f0cf3c", 53482630),
    3178         GAME_ENTRY("onemorefathom", "AGS_OMF.exe", "9b47600b5662d7f8b6a4c6ed6854a12c", 24492467),
    3179         GAME_ENTRY("oneofakindadivinecomedyofmistakes", "OneOfAKind.exe", "a524cbb1c51589903c4043b98917f1d9", 4031186),
    3180         GAME_ENTRY("onespytoomany", "One spy too many.exe", "c48d0beedcdc1b05e9e25dcd60de46a9", 70521403),
    3181         GAME_ENTRY("oneweekoneroom", "1 week 1 room.exe", "06a03fe35791b0578068ab1873455463", 4275934),
    3182         GAME_ENTRY("onleavingthebuilding", "On Leaving The Building.exe", "fd68fced8b89792d2e90be87b33d4b19", 64776995),
    3183         GAME_ENTRY("onlythegooddieyoungenglishversion", "OtGDY_En.exe", "87ccd318a469128530699388f916b86f", 153980124),
    3184         GAME_ENTRY("openquest", "OpenQuest.exe", "90413e9ae57e222f8913b09d2bc847bc", 3407165),
    3185         GAME_ENTRY("operationnovi", "Operation Novi.exe", "465f972675db2da6040518221af5b0ba", 24583968),
    3186         GAME_ENTRY("operationsavebluecup", "OSBC.exe", "f120690b506dd63cd7d1112ea6af2f77", 3040865),
    3187         GAME_ENTRY("orangeman", "Orange man.exe", "c38d6846c402bfcdedcf5c34cd8bc3ee", 1960932),
    3188         GAME_ENTRY("orowgame", "orowgame.exe", "0710e2ec71042617f565c01824f0cf3c", 15632750),
    3189         GAME_ENTRY("osdarayofhope", "ray_of_hope.exe", "25976a689b0f4d73eac69b1728377ecb", 6595789),
    3190         GAME_ENTRY("osdocd", "OSD-OCD.exe", "9dbf699a0e41550bb080813a233e73a8", 47758168),
    3191         GAME_ENTRY("osdthelostworldep2", "OSD.TLW2.exe", "a80ae4d0aea21508f1df9d18f2839bcb", 22076715),
    3192         GAME_ENTRY_LANG("osher", "Osher.exe", "18b284c22010850f79bc5c20054a70c4", 389177994, Common::HE_ISR),
    3193         GAME_ENTRY("otakurivals", "Kintaro.exe", "465f972675db2da6040518221af5b0ba", 4045893),
    3194         GAME_ENTRY("otherworlds", "Other Worlds.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 10669659),
    3195         GAME_ENTRY("otisbuildsafire", "obaf.exe", "c8d330b58da0a00a136c52ed3a20ae23", 4260705),
    3196         GAME_ENTRY("ouja", "Ouja.exe", "4d7d2addcde045dae6e0363a43f9acad", 6254682),
    3197         GAME_ENTRY("outbreakbyabhijitkamat", "outbreak.exe", "0500aacb6c176d47ac0f8158f055db83", 3271348),
    3198         GAME_ENTRY("outofgas", "OutOfGas.exe", "6b4ceb9e327ac99479c08d825461f4cb", 18187986),
    3199         GAME_ENTRY("outofgas", "OutOfGas.exe", "f0e74b3673867316e1cb3120c4289c66", 18200877),
    3200         GAME_ENTRY("overtheedge", "jdags.exe", "05f7ff300b322bc431e7cda6a07b5976", 235453751),
    3201         GAME_ENTRY("owlsquest", "King.exe", "a6906aec8617b81af44cf9420731fc34", 3506408),
    3202         GAME_ENTRY("palettequest2", "PaletteQuest2.exe", "2b7ae26333ba15529a8bbbdb49605133", 771805),
    3203         GAME_ENTRY("pandainspace", "pandasp.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 14340176),
    3204         GAME_ENTRY("pandor", "Pandor.exe", "a6dc66da890952431371b62659e58a62", 18995824),
    3205         GAME_ENTRY("paperplanes", "Paper Planes.exe", "c3169a1c681007b95f517f765a139b89", 83144027),
    3206         GAME_ENTRY("paradiselost", "larywilc.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 9061068),
    3207         GAME_ENTRY("parameciumcomplex", "paramaecium.exe", "0500aacb6c176d47ac0f8158f055db83", 2805720),
    3208         GAME_ENTRY("paranormalwarriorwithin", "BJWW.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3538617),
    3209         GAME_ENTRY("party", "Party.exe", "f120690b506dd63cd7d1112ea6af2f77", 1888987),
    3210         GAME_ENTRY("patchwork", "Patchwork.exe", "bbadca125279cb808b4ed0ff4b31448d", 110767860),
    3211         GAME_ENTRY("paulaimwunderland", "PaulaWunderland.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 2249299),
    3212         GAME_ENTRY("paulmooseinspaceworld", "Paul Moose In Space World.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 15971406),
    3213         GAME_ENTRY("paulquest", "calle.exe", "06a03fe35791b0578068ab1873455463", 3055837),
    3214         GAME_ENTRY("paulromano", "Paul Romano.exe", "ee9deee0da02406cf9b7ca076321a106", 844755077),
    3215         GAME_ENTRY("ponderabilia", "Ponderabilia.exe", "615e73fc1874e92d60a1996c2330ea36", 21206289),
    3216         GAME_ENTRY("pennistheultimateinpong", "Pennis.exe", "28f82e420b82d07651b68114f90223c8", 939611),
    3217         GAME_ENTRY("perfidiouspetrolstation", "NancyATPPS.exe", "be858e83311d4f1b49e05b933b92f0a9", 28085287),
    3218         GAME_ENTRY("perilsofpoom", "Poom.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 10455126),
    3219         GAME_ENTRY("pesterquest", "PQ.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 2381566),
    3220         GAME_ENTRY("petalrose", "petalrose.exe", "949f7440e3692b7366c2029979dee9a0", 748315),
    3221         GAME_ENTRY("pharmacistjones", "Pharmacist Jones.exe", "00bb363ccb0acfe57893dd3ba6f1719c", 8285817),
    3222         GAME_ENTRY("pickpocketrpg", "Pickpocket RPG.exe", "82da2565c456dcfb265ded6fe3189c0b", 44540638),
    3223         GAME_ENTRY("pilotlight", "Pilot.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 9707781),
    3224         GAME_ENTRY("pimpinonparakuss", "Squest2.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 3717277),
    3225         GAME_ENTRY("piratefry2", "FryTworedo.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 8492745),
    3226         GAME_ENTRY("piratefry3", "tryout.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 2318881),
    3227         GAME_ENTRY("pirates", "Pirates!.exe", "0564de07d3fd5c16e6947a647061913c", 81574110),
    3228         GAME_ENTRY("piratess", "Piratess.exe", "f120690b506dd63cd7d1112ea6af2f77", 2043871),
    3229         GAME_ENTRY("piss", "PISS.exe", "e2ad4b60bafc5da468607e026d831230", 102387880),
    3230         GAME_ENTRY("pixelhunt", "pixelhunt.exe", "057d1aa29f6fadd83209268efcfb35a3", 3321338),
    3231         GAME_ENTRY("pixia", "Pixia.exe", "0710e2ec71042617f565c01824f0cf3c", 1286189),
    3232         GAME_ENTRY("pixxxelhuntertheepic", "pixelhunter.exe", "0710e2ec71042617f565c01824f0cf3c", 1621107),
    3233         GAME_ENTRY("pizzanostra", "PizzaNostra.exe", "f049336af42d365ab16e68d4be5cbe9a", 56205310),
    3234         GAME_ENTRY("plan10frommypants", "plan10.exe", "06a03fe35791b0578068ab1873455463", 8514311),
    3235         GAME_ENTRY("planetxmas", "PlanetX.exe", "64fcaf7da0b257ea831f89c54be0ad72", 4430665),
    3236         GAME_ENTRY("platformerius", "platformerius.exe", "a3ad5fa6463c0116a2ac8986841860e0", 1512479),
    3237         GAME_ENTRY("platformhorde", "Platform Horde.exe", "49157a0ea75b960eded4d0811a71d3e9", 14991450),
    3238         GAME_ENTRY("pledgequest1", "svpromo.exe", "82da2565c456dcfb265ded6fe3189c0b", 3239155),
    3239         GAME_ENTRY("pledgequest2", "pledgequest2.exe", "615e73fc1874e92d60a1996c2330ea36", 27872703),
    3240         GAME_ENTRY("pleurghburgdarkages", "Pleurgh.exe", "9cf51833e787cc919837d9a8bd8fc14c", 11555983),
    3241         GAME_ENTRY("plumberboy", "Plumberboy.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 4169240),
    3242         GAME_ENTRY("pm-cute", "pm-cute.exe", "28f82e420b82d07651b68114f90223c8", 2728354),
    3243         GAME_ENTRY("pmuvchvt", "PMUVCHVT.exe", "06a03fe35791b0578068ab1873455463", 5127419),
    3244         GAME_ENTRY("pmxi", "PMXI.exe", "609aa4339aea63a0ebc1fd6a659e6d4f", 3164504),
    3245         GAME_ENTRY("pocketfluffyay", "Pketfluf.exe", "0b7529a76f38283d6e850b8d56526fc1", 10858438),
    3246         GAME_ENTRY("politicallyyours", "Politically Yours.exe", "031bce0ec1a563faffc19a62ea17e35f", 4640266),
    3247         GAME_ENTRY("pong", "Pong.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 611249),
    3248         GAME_ENTRY("postmanonlydiesonce", "Postman.exe", "fc5f54dcfc82d3b991f670490a316958", 7187159),
    3249         GAME_ENTRY("postmansquest", "PQ.exe", "345685aaec400c69a1e6d5e18a63850c", 6896450),
    3250         GAME_ENTRY("powernap", "powernap.exe", "615e73fc1874e92d60a1996c2330ea36", 13308487),
    3251         GAME_ENTRY("potterrpg", "Harry Potter RPG.exe", "7a3096ac0237cb6aa8e1718e28caf039", 364510777),
    3252         GAME_ENTRY("powerunlimited", "PU Bordspel.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1842762),
    3253         GAME_ENTRY("pqtadventure", "playpqt.exe", "0b7529a76f38283d6e850b8d56526fc1", 19914806),
    3254         GAME_ENTRY("practicescript", "Practice.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 764358),
    3255         GAME_ENTRY("predatorspreyforplants", "Predators Prey For Plants.exe", "d44551532361c1eeec9b167de35515d1", 2318985),
    3256         GAME_ENTRY("preludetoadventure", "Prelude.exe", "7db052bc30700d1f30f5330f5814f519", 7072523),
    3257         GAME_ENTRY("preludetoadventure", "Prelude.exe", "7db052bc30700d1f30f5330f5814f519", 10406930),
    3258         GAME_ENTRY("preludetoadventure", "Prelude.exe", "7db052bc30700d1f30f5330f5814f519", 12923511),
    3259         GAME_ENTRY("princessandallthekingdom", "Copy of PHK.exe", "465f972675db2da6040518221af5b0ba", 24658916),
    3260         GAME_ENTRY("princessmarianix", "phantom.exe", "2a486107b3f04f789c122a1d0e1f3d5f", 2067548),
    3261         GAME_ENTRY("princessmariansnowfight", "pmsnow.exe", "f120690b506dd63cd7d1112ea6af2f77", 1250562),
    3262         GAME_ENTRY("princessmarianspigeonpinger", "PMPP.exe", "e68aaf0cea1e5701a7bb50a757bb5f4b", 2929950),
    3263         GAME_ENTRY("princessmarianxmagichat", "pmx.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 3243258),
    3264         GAME_ENTRY("principlesofevil", "P of E.exe", "f120690b506dd63cd7d1112ea6af2f77", 43410398),
    3265         GAME_ENTRY("principlesofevil2", "PoE II.exe", "f120690b506dd63cd7d1112ea6af2f77", 87236507),
    3266         GAME_ENTRY("prodigal", "Prodigal.exe", "682a8c57c7678c99c1564fd43680f03e", 7486947),
    3267         GAME_ENTRY("profneely", "ProfN.exe", "26cfa7bd1be5485e1f0385101b31e43b", 31956037),
    3268         GAME_ENTRY("profneely", "ProfN.exe", "26cfa7bd1be5485e1f0385101b31e43b", 3917542), // v1.1
    3269         GAME_ENTRY("projectevilspy2", "Project Evilspy II.exe", "0b7529a76f38283d6e850b8d56526fc1", 1583899),
    3270         GAME_ENTRY("proofoffiction", "PoF.exe", "9cf51833e787cc919837d9a8bd8fc14c", 2723885),
    3271         GAME_ENTRY("prototypical", "Proto.exe", "06a03fe35791b0578068ab1873455463", 48507319),
    3272         GAME_ENTRY("proxecto", "proxec.exe", "465f972675db2da6040518221af5b0ba", 2636209),
    3273         GAME_ENTRY("psychopomp", "psychopomp.exe", "b142b43c146c25443a1d155d441a6a81", 23721476),
    3274         GAME_ENTRY("pubmasterquest2", "shogin crystal.exe", "90baefd2f369cebe25f3aa9ad90332d2", 35191110),
    3275         GAME_ENTRY("puddypenguin", "Penguin.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 2328158),
    3276         GAME_ENTRY("pupupupulaisenseikkailut", "Game.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 13431315),
    3277         GAME_ENTRY("pupupupulaisenseikkailut", "Pupupeli.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 13453697),
    3278         GAME_ENTRY("purgatorio", "Purgatorio 0.1.exe", "18b284c22010850f79bc5c20054a70c4", 194293367),
    3279         GAME_ENTRY("purityofthesurf", "Surf.exe", "71ca0d6c1c699595f28a2125948d4a84", 11315703),
    3280         GAME_ENTRY("pussiehunt", "kittie.exe", "03b4d6ed1b2f07082ff25367b6631da0", 4422335),
    3281         GAME_ENTRY("puzzlepumice", "MAGS_Jun_2012.exe", "82da2565c456dcfb265ded6fe3189c0b", 13358126),
    3282         GAME_ENTRY("pxenophobe", "ProjXeno.exe", "465f972675db2da6040518221af5b0ba", 79053486),
    3283         GAME_ENTRY("questfighter", "Quest Fighter.exe", "21fd0f65dfa48de2b39cb8ec23b30889", 2914128),
    3284         GAME_ENTRY("questfighter2", "Quest Fighter 2.exe", "4d7d2addcde045dae6e0363a43f9acad", 5219511),
    3285         GAME_ENTRY("questforcinema", "Questforcinema.exe", "465f972675db2da6040518221af5b0ba", 2670632),
    3286         GAME_ENTRY("questforjesus", "QuestForJesus.exe", "495d45fb8adfd49690ae3b97921feec6", 3973088),
    3287         GAME_ENTRY("questforpalette", "Palette Quest.exe", "0710e2ec71042617f565c01824f0cf3c", 754395),
    3288         GAME_ENTRY("questforthebluecup", "Quest for the Cup.exe", "9cb3c8dc7a8ab9c44815955696be2677", 8760015),
    3289         GAME_ENTRY("questforyeti", "Quest For Yeti.exe", "90413e9ae57e222f8913b09d2bc847bc", 2635580),
    3290         GAME_ENTRY("questforyrolg", "Quest for Yrolg.exe", "c4f5b7b29be90ba0f8128298afb917de", 9388101),
    3291         GAME_ENTRY("questforyrolg", "quest for yrolg.exe", "89df481678b2ddc40ecc9f83caa76b89", 9709051), // v1.8
    3292         GAME_ENTRY_STEAM("questforyrolg", "quest for yrolg.ags", "51527ed37f001db741e68b767259c81e", 8214789),
    3293         GAME_ENTRY("quieromorir", "ElMito.exe", "f120690b506dd63cd7d1112ea6af2f77", 11304944),
    3294         GAME_ENTRY("quimbyquestanewdope", "QQuest.exe", "615e806856b7730afadf1fea9a756b70", 8801878),
    3295         GAME_ENTRY("race", "R.ACE.exe", "06a03fe35791b0578068ab1873455463", 3842314),
    3296         GAME_ENTRY("racist", "arcade01.exe", "2bf7a3a5f0a22a140350e29bb1ac7cfb", 142097978),
    3297         GAME_ENTRY("rackham", "Rackham.exe", "36f44e064eab15e502caeb60fd09f52d", 3672597),
    3298         GAME_ENTRY("ralphtheraven", "RalphTheRaven.exe", "0500aacb6c176d47ac0f8158f055db83", 1655198),
    3299         GAME_ENTRY("ramghost", "RAM_Ghost.exe", "f87f3e71d13b5fea0970ef95f1c87abe", 14830699),
    3300         GAME_ENTRY("ramsesporter", "Ramses Porter and the Relay for Love.exe", "a524cbb1c51589903c4043b98917f1d9", 55490676),
    3301         DETECTION_ENTRY("rango", "Rango.exe", "618d7dce9631229b4579340b964c6810", 21059129, Common::UNK_LANG, nullptr, nullptr, GAMEFLAG_FORCE_AA),
    3302         GAME_ENTRY("ratchannel", "Rat Channel.exe", "c5d2c54c20cb606519b86d3890ee7fc0", 303946606),
    3303         GAME_ENTRY("rayandtheguitar", "The Band.exe", "465f972675db2da6040518221af5b0ba", 1518249),
    3304         GAME_ENTRY("raybexter", "Ray Bexter.exe", "3e8667bab45f2e5d7237db53ab376400", 5930752),
    3305         GAME_ENTRY("raybexter", "Ray Bexter.exe", "d3bc2cf3a0f72f0fbe37d9edbd5ebec3", 5680319),
    3306         GAME_ENTRY("razorsinthenight", "Razors.exe", "0500aacb6c176d47ac0f8158f055db83", 25442827),
    3307         GAME_ENTRY("reagentorange", "Lab.exe", "83d96faa4efefcc9c03c01b9517f23bb", 13377038),
    3308         GAME_ENTRY("realityonthenorm", "RoN-DayOfComet.exe", "465f972675db2da6040518221af5b0ba", 10497989),
    3309         GAME_ENTRY("recess", "Recess.exe", "c87aa6377abc18c1a1b2968ae6db08eb", 1941530),
    3310         GAME_ENTRY("recess2", "Recess2.exe", "45ab4f29031b50c8d01d10a269f77ff5", 2805921),
    3311         GAME_ENTRY("reddwarf", "Red Dwarf.exe", "06a03fe35791b0578068ab1873455463", 2812268),
    3312         GAME_ENTRY("redflagg", "Red Flagg.exe", "5901879fafae3812f71b3a2d73bee40e", 79414802),
    3313         GAME_ENTRY("redhotoverdrive", "RHO.exe", "bdaf20d9779c01986d6d8b7e1d6118ee", 11718460),
    3314         GAME_ENTRY("redpantsmeetsrobinsonclauseau", "DBL.exe", "c0aab3e02bbaf8468770480079436f61", 15658119),
    3315         GAME_ENTRY("redpantstheprincessandthebeanstalk", "Redpants - The Princess and the Beanstalk.exe", "c0aab3e02bbaf8468770480079436f61", 28517345),
    3316         GAME_ENTRY("reefriversquestforekoban", "Quest for Ekoban.exe", "338fa79960d40689063af31c671b8729", 179342350),
    3317         GAME_ENTRY("returnjourney", "return.exe", "0564de07d3fd5c16e6947a647061913c", 72875118),
    3318         GAME_ENTRY("returntocivilization", "ReturnTo.exe", "0710e2ec71042617f565c01824f0cf3c", 3280888),
    3319         GAME_ENTRY("revelation", "Revelation.exe", "06a03fe35791b0578068ab1873455463", 14512328),
    3320         GAME_ENTRY("rickyquest", "black.exe", "06a03fe35791b0578068ab1873455463", 3250100),
    3321         GAME_ENTRY("righteouscity", "RC PI - 3.00.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 19786840),
    3322         GAME_ENTRY("righteouscity", "RCII.exe", "06a03fe35791b0578068ab1873455463", 39085407),
    3323         GAME_ENTRY("roadofdestiny", "ROD.exe", "618d7dce9631229b4579340b964c6810", 30127308),
    3324         GAME_ENTRY("roadracer", "TR_Bryvis.exe", "cebb3ac5c3d2df939e7f0ec8f2975b64", 25080647),
    3325         GAME_ENTRY("roastmothergoose", "RMG.exe", "00328f4f1e7729144483107b96b11df8", 46474982),
    3326         GAME_ENTRY("robbingtheprincess", "Princess.exe", "ac461eb75959761fe159917607c246b4", 5793384),
    3327         GAME_ENTRY("robertredford1", "GAME.exe", "02635a77ab660023f59519c91329f7f5", 6537985),
    3328         GAME_ENTRY("robertredford2", "ROBERT2.exe", "02635a77ab660023f59519c91329f7f5", 13075066),
    3329         GAME_ENTRY("robertredford3", "game.exe", "71ca0d6c1c699595f28a2125948d4a84", 10846423),
    3330         GAME_ENTRY("robmassacreofchainsawness", "Chainsaw.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 1153384),
    3331         GAME_ENTRY("robotragedy", "Robotragedy.exe", "465f972675db2da6040518221af5b0ba", 130585260),
    3332         GAME_ENTRY("robotragedy2", "Robotragedy 2.exe", "465f972675db2da6040518221af5b0ba", 256955387),
    3333         GAME_ENTRY("roccioquest", "RoccioQuest.exe", "7727bf5360b00bfc1947455218137803", 5797284),
    3334         GAME_ENTRY("rockabillykid", "Rockabilly Kid.exe", "ff3358d8f2726d544aadfde4f1ec8407", 2650305),
    3335         GAME_ENTRY("rockburgerstreehouses", "RBTH.exe", "88cf59aad15ca331ab0f854e16c84df3", 1876674),
    3336         GAME_ENTRY("rockpaperscissors2", "Rock, Paper, Scissors 2.exe", "89a94326c8afd9e0234e269bd7330130", 2926218),
    3337         GAME_ENTRY("rockrockrock", "rrr.exe", "7dd36aa863ed40ede1b09ae505e478cc", 9362761),
    3338         GAME_ENTRY("rockyroams", "Rocky.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 16978200),
    3339         GAME_ENTRY("rodequest2", "RQ2.exe", "12c03a3c782237821acd590fd91af4c5", 4192097),
    3340         GAME_ENTRY("rogue", "Rogue.exe", "4309e1468cdde96ad97f6988e9d5bc65", 31745808),
    3341         GAME_ENTRY("ronbeforethelegacy", "RONlegacy.exe", "0b7529a76f38283d6e850b8d56526fc1", 4792872),
    3342         GAME_ENTRY("ronsixteen", "16c.exe", "06a03fe35791b0578068ab1873455463", 2467851),
    3343         GAME_ENTRY("rontimeoutintro", "ronTOintro.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 2804752),
    3344         GAME_ENTRY("ronvilleviper", "RonvilleViper.exe", "217e8ee8014220e9a9a2c053bd59b65a", 21158342),
    3345         GAME_ENTRY("roomoffear", "RoomofFear_Oct.exe", "495d45fb8adfd49690ae3b97921feec6", 17366083),
    3346         GAME_ENTRY("rootofallevil", "RootOfAllEvil.exe", "c4f5b7b29be90ba0f8128298afb917de", 3957834),
    3347         GAME_ENTRY("rosauradocelestialrescuefromdespair", "RosauraMAGS.exe", "3c5bd1713959ff469cb46ebe5542cfcf", 13190949),
    3348         GAME_ENTRY("rotnbelusebiusarrival", "RoNXXL.exe", "465f972675db2da6040518221af5b0ba", 9426141),
    3349         GAME_ENTRY("rowengoestowork", "Rowen.exe", "a1cef60926235b85bd0e1866b19e0dc7", 3791058),
    3350         GAME_ENTRY("rs15", "rs15.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 13638597),
    3351         GAME_ENTRY("rudeawakening", "RudeAwakening.exe", "0710e2ec71042617f565c01824f0cf3c", 8038257),
    3352         GAME_ENTRY("runestones", "Project Forsetti.exe", "c0d48dcc2003d4de0410cb8612d1c3e6", 37111243),
    3353         GAME_ENTRY("ryansdayout", "Ryan's Day out.exe", "06a03fe35791b0578068ab1873455463", 2573584),
    3354         GAME_ENTRY("saddsonissein", "Issein.exe", "3e8667bab45f2e5d7237db53ab376400", 4070795),
    3355         GAME_ENTRY("salazarsevilplan", "Jonny Smallvalley.exe", "a524cbb1c51589903c4043b98917f1d9", 64646627),
    3356         GAME_ENTRY("sammysquest", "Sammy's Quest.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 7924985),
    3357         GAME_ENTRY("santaclausdown", "scdown.exe", "f120690b506dd63cd7d1112ea6af2f77", 14385095),
    3358         GAME_ENTRY("santassidekick", "Xmas.exe", "0710e2ec71042617f565c01824f0cf3c", 1921077),
    3359         GAME_ENTRY("satanquest", "Satan.exe", "70cd70d2fc7b2a8716fc58fc9deaf259", 4779276),
    3360         GAME_ENTRY("satchsquest", "Satch's.exe", "465f972675db2da6040518221af5b0ba", 1928613),
    3361         GAME_ENTRY("saturdayschool", "ss.exe", "b216ee957dd677023e02d900281a02d6", 1588546),
    3362         GAME_ENTRY("saw", "Saw.exe", "34a66a5033b70f4050cbe5e33a45f747", 2452460),
    3363         GAME_ENTRY("saw", "Saw.exe", "f120690b506dd63cd7d1112ea6af2f77", 60869310),
    3364         GAME_ENTRY("saw2", "Saw2.exe", "615e806856b7730afadf1fea9a756b70", 45338514),
    3365         GAME_ENTRY("scaredstiffa", "Scared Stiff.exe", "18b284c22010850f79bc5c20054a70c4", 57878023),
    3366         GAME_ENTRY("scarymaze", "Scary Maze.exe", "01823d511cc00f4de6fd920eb543c6e7", 5380554),
    3367         GAME_ENTRY("schwarzweissrot", "SchwarzWeissRot - Englisch.exe", "495d45fb8adfd49690ae3b97921feec6", 82849166),
    3368         GAME_ENTRY("schwarzweissrot", "SchwarzWeissRot.exe", "495d45fb8adfd49690ae3b97921feec6", 82913128),
    3369         GAME_ENTRY("scnider", "scnider.exe", "3128b9f90e2f954ba704414ae854d10b", 1189237),
    3370         GAME_ENTRY("scytheisland", "Scythe.exe", "0500aacb6c176d47ac0f8158f055db83", 7119760),
    3371         GAME_ENTRY("seashells", "Shells.exe", "0500aacb6c176d47ac0f8158f055db83", 6355325),
    3372         GAME_ENTRY("seasongreetings2002", "xmas2002.exe", "97d700529f5cc826f230c27acf81adfd", 4263336),
    3373         GAME_ENTRY("secretquestremake", "secretquest.exe", "f120690b506dd63cd7d1112ea6af2f77", 2121159),
    3374         GAME_ENTRY("secrets", "Secrets.exe", "06a03fe35791b0578068ab1873455463", 36176884),
    3375         GAME_ENTRY("seega16engl5", "house_eng_5.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1746878),
    3376         GAME_ENTRY("seegame15", "housesitting_18.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1746919),
    3377         GAME_ENTRY("sepulchre", "sepulchre.exe", "38dce17f7f7b96badf3a88e11e7a9797", 28412866),
    3378         GAME_ENTRY("sevendoors", "7DOORS.exe", "18b284c22010850f79bc5c20054a70c4", 113716886),
    3379         GAME_ENTRY("shadesofgreye", "Shades of Greye.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 16125855),
    3380         GAME_ENTRY("shailadusithlenquete", "Shai-la Enquete.exe", "a524cbb1c51589903c4043b98917f1d9", 7489302),
    3381         GAME_ENTRY("shailaofthesith", "Shaila_of_the_Sith.exe", "a524cbb1c51589903c4043b98917f1d9", 76170347),
    3382         GAME_ENTRY("shawshank", "Shawshank.exe", "9cb3c8dc7a8ab9c44815955696be2677", 2968469),
    3383         GAME_ENTRY("shem", "Shem.exe", "0710e2ec71042617f565c01824f0cf3c", 8866401),
    3384         GAME_ENTRY("sheepquest", "SheepQuest.exe", "c62e6e17113f278357859e2b9d5e4dbf", 16505844),
    3385         GAME_ENTRY("sherlock", "Sherlock.exe", "615e73fc1874e92d60a1996c2330ea36", 19108029),
    3386         GAME_ENTRY("shiftersboxoutsidein", "Box.exe", "fc17e9b3ab53f6b4841e2a4af5c782ff", 24471804),
    3387         GAME_ENTRY("shoot", "Shoot.exe", "1275885401b7d2ece491e704535707d9", 4327626),
    3388         GAME_ENTRY("shootmyvalentine", "Valentine.exe", "06a03fe35791b0578068ab1873455463", 2859760),
    3389         GAME_ENTRY("shortcut", "ShortCut.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 4415830),
    3390         GAME_ENTRY("shrivel", "Shrivel.exe", "12c6a846b5ba9a5dde4a1b804b3e86e9", 58873190),
    3391         GAME_ENTRY("shunday", "Shunday.exe", "82da2565c456dcfb265ded6fe3189c0b", 4937129),
    3392         GAME_ENTRY("sierraquest1", "SierraQuest1.exe", "465f972675db2da6040518221af5b0ba", 1275381),
    3393         GAME_ENTRY("silentknight1", "Silent Knight.exe", "465f972675db2da6040518221af5b0ba", 47414163),
    3394         GAME_ENTRY("silentknight2", "SilentKnight2.exe", "465f972675db2da6040518221af5b0ba", 39941166),
    3395         GAME_ENTRY("simshogwarts", "Sims Hogwarts.exe", "615e73fc1874e92d60a1996c2330ea36", 20016887),
    3396         GAME_ENTRY("skippysavestheday", "First Game Test.exe", "06a03fe35791b0578068ab1873455463", 10473902),
    3397         GAME_ENTRY("slaythedragon", "dragon.exe", "3c5bd1713959ff469cb46ebe5542cfcf", 2917672),
    3398         GAME_ENTRY("slaythedragon2", "Dragon2.exe", "84dc3d6bee474e039aace3c1f37b6c7d", 5682711),
    3399         GAME_ENTRY("slaythedragon3", "Dragon III.exe", "7ddb9e776648faed5a51170d087074e9", 36162059),
    3400         GAME_ENTRY("sleepyisland", "Sleepy Island.exe", "465f972675db2da6040518221af5b0ba", 20270790),
    3401         GAME_ENTRY("slimequestforpizza", "slime.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 1661109),
    3402         GAME_ENTRY("slothforseasons", "A Sloth For Both Seasons.exe", "0241777c2537fc5d077c05cde10bfa9f", 43374778),
    3403         GAME_ENTRY("slothforseasons", "A Sloth For Both Seasons.exe", "0241777c2537fc5d077c05cde10bfa9f", 404709403), // 1.09
    3404         GAME_ENTRY("slothforseasons", "A Sloth For Both Seasons.exe", "1dedb2fa0b9278ab564fef7d4fb053dc", 405040236), // 1.10
    3405         GAME_ENTRY("slugprincess", "SlugPrincess.exe", "28f82e420b82d07651b68114f90223c8", 12132209),
    3406         GAME_ENTRY("sma2", "sma21.exe", "02094e217c23e1d40a84891ee95010cb", 7093110),
    3407         GAME_ENTRY("sma3", "sma31.exe", "4d17844029d8910fbaae1bdc99e250f2", 4961734),
    3408         GAME_ENTRY("sma4", "smavier.exe", "02094e217c23e1d40a84891ee95010cb", 2447360),
    3409         GAME_ENTRY("sma6", "sma6.exe", "64fcaf7da0b257ea831f89c54be0ad72", 3735081),
    3410         GAME_ENTRY("smileysquest", "Smiley.exe", "90413e9ae57e222f8913b09d2bc847bc", 4938049),
    3411         GAME_ENTRY("smileysquest2", "mags.exe", "3128b9f90e2f954ba704414ae854d10b", 2108492),
    3412         GAME_ENTRY("smoothhide", "SmoothHide.exe", "b142b43c146c25443a1d155d441a6a81", 10006680),
    3413         GAME_ENTRY("snakeamagsgame", "Snake.exe", "f120690b506dd63cd7d1112ea6af2f77", 2110526),
    3414         GAME_ENTRY("snakesofavalon", "snakes.exe", "464fbeef013ac949e2011551048928cd", 52601238),
    3415         GAME_ENTRY("snakesonaplane", "SOAP.exe", "06a03fe35791b0578068ab1873455463", 1589975),
    3416         GAME_ENTRY("snipermotherland", "sniper and spotter 2.exe", "7a3096ac0237cb6aa8e1718e28caf039", 134215997),
    3417         GAME_ENTRY("sniperpatriotic", "Sniper and spotter being patriotic.exe", "89a94326c8afd9e0234e269bd7330130", 188070576),
    3418         GAME_ENTRY("snowmaneatcarrot", "HourgameIBISPI_1.exe", "2ff048659aaefd20d342db6428a5f1a0", 3484230),
    3419         GAME_ENTRY("sonicandfriendsinclubhouse", "Sonic and friends.exe", "71989c04f1b9812a0df87bc4f5915d4b", 50429335),
    3420         GAME_ENTRY("sophiamcgrath", "SophiaMcGrath.exe", "06a03fe35791b0578068ab1873455463", 7477218),
    3421         GAME_ENTRY("sosk", "Sosk.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 12338591),
    3422         GAME_ENTRY("sovietunionstrikesback", "ac2game.dat", "565953ecb1a69a31439ff33b00c539bb", 1062670),
    3423         GAME_ENTRY("sovietunterzoegersdorf2", "suz2prog.exe", "47a774ff828be0ca227ee58e7dc61467", 43921618),
    3424         GAME_ENTRY("sovietunterzoegersdorf", "suzoeg.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 79618213),
    3425         GAME_ENTRY("spacefreakers", "Space Freakers v2.exe", "7a3096ac0237cb6aa8e1718e28caf039", 64527091),
    3426         GAME_ENTRY("spacelynxes", "SpaceLynxes.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 6593042),
    3427         GAME_ENTRY("spacepirates", "Space Pirates.exe", "95dcf736be87cf7d40bf64d5b078c4b7", 3006210),
    3428         GAME_ENTRY("spacepoolalpha", "SpacePool.exe", "ef1d6fdc83c91a1a8de9eaf2630737b7", 3055777),
    3429         GAME_ENTRY("spacerangers", "SpaceRangersEp46.exe", "4f6c7ec127e8b0ce077abb357903612f", 41103057),
    3430         GAME_ENTRY("spacerangersep52", "SpaceRangers52Grisli.exe", "4f6c7ec127e8b0ce077abb357903612f", 208346458),
    3431         GAME_ENTRY("spacewar", "Spacewar.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 2270669),
    3432         GAME_ENTRY("spacewarepisode2strikba", "Space.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4084181),
    3433         GAME_ENTRY("spellbound", "Spellbound.exe", "588e5b40901f9c85df35ac60b9417eac", 8809110),
    3434         GAME_ENTRY("spilakassinn", "Splakassinn.exe", "06a03fe35791b0578068ab1873455463", 2658189),
    3435         GAME_ENTRY("spooks", "Spooks.exe", "0710e2ec71042617f565c01824f0cf3c", 22888238),
    3436         GAME_ENTRY("spoonsiiitheunauthorizededition", "spoonsIII.exe", "2ca80bd50763378b72cd1e1cf25afac3", 16298983),
    3437         GAME_ENTRY("spottd_boyd", "Spot the Difference.exe", "0b7529a76f38283d6e850b8d56526fc1", 933452),
    3438         GAME_ENTRY("spottd_captainid", "SpotTheDifference.exe", "0241777c2537fc5d077c05cde10bfa9f", 2853487),
    3439         GAME_ENTRY("sproutsofevil", "Sprouts of evil.exe", "bdd1df0484e296faa348ffcb03e16273", 22329944),
    3440         GAME_ENTRY("sq45", "SQ4,5.exe", "5cd8db602cedc8f04cd3ca290a4a2693", 6886082),
    3441         GAME_ENTRY("sqdote", "SQ DOTE.exe", "615e73fc1874e92d60a1996c2330ea36", 28479377),
    3442         GAME_ENTRY("sqdote2", "DOTE2.exe", "7ddb9e776648faed5a51170d087074e9", 6122737),
    3443         GAME_ENTRY("sqinc", "SQinc.exe", "3ee9783a5613040e25193e21c235a7d3", 6013823),
    3444         GAME_ENTRY("sqkubikgetready", "SQ Kubik.exe", "4fb72c890984548ed6782063f2230942", 2184808),
    3445         GAME_ENTRY("sqm11", "SQMania1.exe", "465f972675db2da6040518221af5b0ba", 831674),
    3446         GAME_ENTRY("sqm11remake", "SQM1.exe", "465f972675db2da6040518221af5b0ba", 1001506),
    3447         GAME_ENTRY("sqm12", "SQM 1x2.exe", "465f972675db2da6040518221af5b0ba", 755146),
    3448         GAME_ENTRY("sqm12remake", "SQM2 RMK.exe", "465f972675db2da6040518221af5b0ba", 3029288),
    3449         GAME_ENTRY("sqm13", "SQM 1x3.exe", "465f972675db2da6040518221af5b0ba", 1435210),
    3450         GAME_ENTRY("sqm14", "SQM 1x4.exe", "465f972675db2da6040518221af5b0ba", 1383567),
    3451         GAME_ENTRY("sqm15", "SQ Mania Ep5.exe", "a524cbb1c51589903c4043b98917f1d9", 2896204),
    3452         GAME_ENTRY("sqm16", "SQM 1x6.exe", "465f972675db2da6040518221af5b0ba", 1400100),
    3453         GAME_ENTRY("sqpotim", "sq_game.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 2937151),
    3454         GAME_ENTRY("sqvn", "ENG.exe", "615e73fc1874e92d60a1996c2330ea36", 13629884),
    3455         GAME_ENTRY("sqvsb", "vsb.exe", "9fc9b41b494ec4a1072e7485ee6113fc", 5632323),
    3456         GAME_ENTRY("sqvsb", "vsb.exe", "9fc9b41b494ec4a1072e7485ee6113fc", 5631438),
    3457         GAME_ENTRY("stablepeteandthejoust", "StablePete.exe", "b142b43c146c25443a1d155d441a6a81", 30046740),
    3458         GAME_ENTRY("stablepeteandthejoust", "StablePete.exe", "b142b43c146c25443a1d155d441a6a81", 30048075),
    3459         GAME_ENTRY("stairquest", "Stair Quest.exe", "e0aeab6a2c479fde167c4c43c3abb8ca", 4550699),
    3460         GAME_ENTRY("stairquest", "stair-quest.exe", "75494269745a5282be12278166cf662c", 33778514), // itch.io Windows
    3461         GAME_ENTRY("stairquest", "stair-quest.ags", "535320876f2ef9ef066dfabc925f4e51", 31300418), // itch.io Linux
    3462         GAME_ENTRY("stanamespiepisode1", "NEW.exe", "f120690b506dd63cd7d1112ea6af2f77", 19194728),
    3463         GAME_ENTRY("stansrevenge", "Gameisle.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 915036),
    3464         GAME_ENTRY("stargateadv", "StarGA.exe", "0710e2ec71042617f565c01824f0cf3c", 45738298),
    3465         GAME_ENTRY("stargateadv", "StarGA.exe", "0710e2ec71042617f565c01824f0cf3c", 45664346),
    3466         GAME_ENTRY("stargateadv", "StarGA.exe", "0710e2ec71042617f565c01824f0cf3c", 45662205),
    3467         GAME_ENTRY("stargatesgc", "Stargate SGC.exe", "bdaf20d9779c01986d6d8b7e1d6118ee", 2188193),
    3468         GAME_ENTRY("stargatesolitaire", "SolitaireSG1.exe", "5529522460cb27d6a4f2619aee618590", 11658638),
    3469         GAME_ENTRY("starshipcaramba", "karamba.exe", "465f972675db2da6040518221af5b0ba", 21540340),
    3470         GAME_ENTRY("starshipposeidon", "Starship Poseidon.exe", "5a9abb3094d0b3f4bc09c0c77fbb8024", 4163873),
    3471         GAME_ENTRY("starshipquasar", "quasar.exe", "8d1c6698abc66509df3dbe57a0a4144b", 11959826), // v1.1
    3472         GAME_ENTRY_STEAM("starshipquasar", "starship quasar.ags", "0ea8150e15a4f4d0f3e82c231a4659f2", 10415956),
    3473         GAME_ENTRY("start", "CC1.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 18627665),
    3474         GAME_ENTRY("startreknewton", "Anomaly.exe", "721e8a1dce90fc3ee31cade9a50d9e75", 8750111),
    3475         GAME_ENTRY("stediddyip1employment", "stediddy1.exe", "5872fea5a958bc74c2d9ca7b2d196c42", 27136166),
    3476         GAME_ENTRY("stickmeni", "stick.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 2399329),
    3477         GAME_ENTRY("stickythestickfigurepart1thecrimsonhouse", "Crimson House Files.exe", "3b095a7872e04769d04ab45e9c1b66eb", 3610653),
    3478         GAME_ENTRY("stranded", "Stranded.exe", "18b284c22010850f79bc5c20054a70c4", 39791629),
    3479         GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", 3186614879),
    3480         GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", -1), // for 32-bit limited filesystems
    3481         GAME_ENTRY("strangeland", "ac2game.dat", "151b0391a650d3c81c2758deaa5852cd", 3183277137),
    3482         GAME_ENTRY("stranger", "Stranger.exe", "0500aacb6c176d47ac0f8158f055db83", 5854099),
    3483         GAME_ENTRY("strangerinstickworld", "game1.exe", "a524cbb1c51589903c4043b98917f1d9", 42525810),
    3484         GAME_ENTRY("strangerthings", "StrangerThings.exe", "cc19db728abbcf657db6b76afb0e92d1", 43636017),
    3485         GAME_ENTRY("strangerthings", "StrangerThings.ags", "88784c4bc760f7a7bfdd2c77e41297c5", 41367623), // Linux
    3486         GAME_ENTRY("supaevil", "SupaEvil.exe", "0710e2ec71042617f565c01824f0cf3c", 7602318),
    3487         GAME_ENTRY("supergirl", "Supergirl.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 12108982),
    3488         GAME_ENTRY("superhammerquest", "Super Hama Queste.exe", "ed77faf99fc94efb68662e92bce2e985", 15954791),
    3489         GAME_ENTRY("superpitstopracing", "Super Racing.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 3660473),
    3490         GAME_ENTRY("superpitstopracing", "Super Racing.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 3660481),
    3491         GAME_ENTRY("surreality", "Surreality.exe", "3128b9f90e2f954ba704414ae854d10b", 10773443),
    3492         GAME_ENTRY("suspiciousmind", "MAGS March 2019.exe", "c7211b1db56a231ff1f8454704c086f1", 20550294),
    3493         GAME_ENTRY("sweed", "SWeed.exe", "be65afc1ea59889c05e4e4cc143b3dbc", 2171942),
    3494         GAME_ENTRY("sword", "Sword.exe", "0500aacb6c176d47ac0f8158f055db83", 1847692),
    3495         GAME_ENTRY("sydneyfindsemployment", "sydney.exe", "06a03fe35791b0578068ab1873455463", 17351738),
    3496         GAME_ENTRY("sydneytreadsthecatwalk", "sydney two.exe", "615e806856b7730afadf1fea9a756b70", 31480339),
    3497         GAME_ENTRY("taleofalegacy", "A Tale of a Legacy.exe", "387ff720e746ae46e93f463fd58d77a4", 347029015),
    3498         GAME_ENTRY("talesofchickenry", "Chickenry.exe", "aabdafae8b57dfc48fdf158a72326c23", 50338519),
    3499         GAME_ENTRY("tao", "Tao through space and time AGS.exe", "7a3096ac0237cb6aa8e1718e28caf039", 35930047),
    3500         GAME_ENTRY("tarthenia", "Tarthenia.exe", "a524cbb1c51589903c4043b98917f1d9", 1047988125),
    3501         GAME_ENTRY("teafortwo", "detective208x.exe", "7d551cb6cc3c3424d40da9568a3c2340", 11076184),
    3502         GAME_ENTRY("teamwork", "teamwork.exe", "96f83f7decb523d0c621646828cad249", 3741039),
    3503         GAME_ENTRY("templeofspheres", "Spheres.exe", "e9475a2e453039ca51c8c319a8c8255a", 7117373),
    3504         GAME_ENTRY("tenhumstombpart1", "tomb.exe", "0710e2ec71042617f565c01824f0cf3c", 1252175),
    3505         GAME_ENTRY("terrorofthevampire", "TERRVAMP.exe", "efd2b2abf965c4b50bea79a419b82cf1", 5164804),
    3506         GAME_ENTRY("test", "Living Nightmare.exe", "95dcf736be87cf7d40bf64d5b078c4b7", 3356797),
    3507         GAME_ENTRY("test5", "who07.exe", "465f972675db2da6040518221af5b0ba", 1889598),
    3508         GAME_ENTRY("textparsergame", "tparsergame.exe", "06a03fe35791b0578068ab1873455463", 2061002),
    3509         GAME_ENTRY("tfg-bttf3", "tfg - bttf iii - timeline of mi.exe", "7ddb9e776648faed5a51170d087074e9", 157518001),
    3510         GAME_ENTRY("tfg-bttf4", "tfg - bttf iv - the multitasking crystal.exe", "7ddb9e776648faed5a51170d087074e9", 176964994),
    3511         GAME_ENTRY("tfg-bttf5", "tfg - bttf v - m -space-timelines -.exe", "7971a7c02d414dc8cb33b6ec36080b91", 213022300),
    3512         GAME_ENTRY("tfg-bttfwat", "TFG-IBBTTFWAT.exe", "7971a7c02d414dc8cb33b6ec36080b91", 285643776),
    3513         GAME_ENTRY("tfg-goonies", "TFG - THE GOONIES.exe", "7971a7c02d414dc8cb33b6ec36080b91", 62524979),
    3514         GAME_ENTRY("tfg-mi", "tfg-g&mi.exe", "7971a7c02d414dc8cb33b6ec36080b91", 251715672),
    3515         GAME_ENTRY("tfg-pixel", "THE PIXEL HAS YOU DISK 1.exe", "7971a7c02d414dc8cb33b6ec36080b91", 289291855),
    3516         GAME_ENTRY("tfg-pixel", "THE PIXEL HAS YOU DISK 1.exe", "0691254142a4dbeaf47a6efd7a4cb6f0", 376910335), // 1.1
    3517         GAME_ENTRY("tfg-somi", "TFG-TSOMI-R.exe", "7971a7c02d414dc8cb33b6ec36080b91", 473724788),
    3518         GAME_ENTRY("tfg-ssgw", "TFG-SSGW.exe", "7971a7c02d414dc8cb33b6ec36080b91", 274251831),
    3519         GAME_ENTRY("tfg-zak2", "TFG - ZAK2.exe", "7971a7c02d414dc8cb33b6ec36080b91", 155632013),
    3520         GAME_ENTRY("tftoz1", "Cyborg Seppuku.exe", "78dd4ca028ee0156b6a093d6d780aa65", 16776249),
    3521         GAME_ENTRY("tftoz1", "Cyborg Seppuku.ags", "68dc2bc08a1c5979304f16c145a7fbb5", 14291497),
    3522         GAME_ENTRY("tftoz2", "The Goat Crone.exe", "78dd4ca028ee0156b6a093d6d780aa65", 39332941),
    3523         GAME_ENTRY("tftoz2", "The Goat Crone.ags", "efd1535495c3e875c30b0c1391c73c80", 36848189),
    3524         GAME_ENTRY("tftoz3", "Fleshworms.exe", "78dd4ca028ee0156b6a093d6d780aa65", 28663403),
    3525         GAME_ENTRY("tftoz3", "Fleshworms.ags", "eb6655814be8d6d5d5c0448d5db51d53", 26178651),
    3526         GAME_ENTRY("thatday", "ThatDay.exe", "b142b43c146c25443a1d155d441a6a81", 9534366),
    3527         GAME_ENTRY("the30minutewar", "7DG.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1659319),
    3528         GAME_ENTRY("the7thsense", "7thSense.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 17972183),
    3529         GAME_ENTRY("theadventureofthehero", "The Adventure of the Hero.exe", "5d20aab40290fc72ec84393464913df2", 4408710),
    3530         GAME_ENTRY("theadventuresofturquoisem", "The Adventures Of Turquoise Mcdonald.exe", "06a03fe35791b0578068ab1873455463", 2883450),
    3531         GAME_ENTRY("theassassin", "the-assassin.exe", "e3962995a70923a8d5a8f1cf8f932eee", 29043438),
    3532         GAME_ENTRY("theawakening", "The Awakening.exe", "0241777c2537fc5d077c05cde10bfa9f", 13613585),
    3533         GAME_ENTRY("thebadneighbours", "Bad neighbour.exe", "06a03fe35791b0578068ab1873455463", 9672173),
    3534         GAME_ENTRY("thebar", "one room game.exe", "465f972675db2da6040518221af5b0ba", 11660587),
    3535         GAME_ENTRY("thebrokenbrain", "Brain.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 1092293),
    3536         GAME_ENTRY("thebunker", "The Bunker.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 12391058),
    3537         GAME_ENTRY("theburn", "The Bum 1.04.exe", "0212ad5fd38d64f63c5d3f2f2a0f65ee", 28673515),
    3538         GAME_ENTRY("thecadaversynod", "The cadaver synod.exe", "36f44e064eab15e502caeb60fd09f52d", 37438749),
    3539         GAME_ENTRY("thecan", "TheCan.exe", "82da2565c456dcfb265ded6fe3189c0b", 72388782),
    3540         GAME_ENTRY("thecell", "Cell.exe", "0b7529a76f38283d6e850b8d56526fc1", 811527),
    3541         GAME_ENTRY("thecell", "The Cell.exe", "b142b43c146c25443a1d155d441a6a81", 21422530),
    3542         GAME_ENTRY("thechrysalis", "Mygame.exe", "22b9c6d170613eb01afa1697b1b75cdb", 28926604),
    3543         GAME_ENTRY("thecrackwelllegacy", "Crackwell.exe", "06a03fe35791b0578068ab1873455463", 2990976),
    3544         GAME_ENTRY("thecube", "The Cube.exe", "97d700529f5cc826f230c27acf81adfd", 2029985),
    3545         GAME_ENTRY("thecurioussilence", "silence.exe", "495d45fb8adfd49690ae3b97921feec6", 8039714),
    3546         GAME_ENTRY("thecurseoflife", "TheCurse.exe", "90413e9ae57e222f8913b09d2bc847bc", 9651875),
    3547         GAME_ENTRY("thedayofdarkness", "DayODark.exe", "465f972675db2da6040518221af5b0ba", 1082758),
    3548         GAME_ENTRY("thedeathoflukesimpson", "LukeDead.exe", "06a03fe35791b0578068ab1873455463", 3233789),
    3549         GAME_ENTRY("thedevilsshroudpart1", "DevilTorino256.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 16661573),
    3550         GAME_ENTRY("thedigitalspell", "Digital.exe", "4d17844029d8910fbaae1bdc99e250f2", 14657385),
    3551         GAME_ENTRY("thedusseldorfconspiracy", "dusseldorf.exe", "465f972675db2da6040518221af5b0ba", 60887427),
    3552         GAME_ENTRY("thedwarvendaggerofblitz", "teste2.exe", "06a03fe35791b0578068ab1873455463", 9874658),
    3553         GAME_ENTRY("theelevator", "Elevator.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6563864),
    3554         GAME_ENTRY("theenergizer", "TheEnergizer.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 54539625),
    3555         GAME_ENTRY("theepicadventures", "Epic adventures.exe", "a524cbb1c51589903c4043b98917f1d9", 17723648),
    3556         GAME_ENTRY("theeverbeginningtale", "RRS.exe", "36f8b37f85f446e9aaccb18d85660cde", 5006033),
    3557         GAME_ENTRY("theexecutionofanneboleyn", "TheExecutionOfAnneBoleyn.exe", "6ee67d23067b0499eb8c6a1a9aabff8c", 8549540),
    3558         GAME_ENTRY("thefarm", "the farm.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 88858865),
    3559         GAME_ENTRY("theficklehandsoffate", "Game.exe", "2bf7a3a5f0a22a140350e29bb1ac7cfb", 4105398),
    3560         GAME_ENTRY("thefind", "The Find.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3476394),
    3561         GAME_ENTRY("thegourmet", "The Gourmet.exe", "c48d0beedcdc1b05e9e25dcd60de46a9", 49995478),
    3562         GAME_ENTRY("thegreatcasserolecaper", "TGCC.exe", "6ee842f73649ced615c44d4eb303687c", 10902276),
    3563         GAME_ENTRY("thegreatstrokeoff", "GSO.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 84337184),
    3564         GAME_ENTRY("thegruglegends", "Grug.exe", "c6acb1705dd30f82ba026e92d6af831e", 85947629),
    3565         GAME_ENTRY("thehamlet", "hamlet.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4252451),
    3566         GAME_ENTRY("thehauntedhouse", "HH.exe", "97d700529f5cc826f230c27acf81adfd", 29221222),
    3567         GAME_ENTRY("theheist", "The Heist.exe", "261d108f9213356a351b35b54867f342", 13502430),
    3568         GAME_ENTRY("thehobbitriseofthedragonking", "The Hobbit.exe", "338fa79960d40689063af31c671b8729", 113862075),
    3569         GAME_ENTRY("thehousethatatemysoul", "THTFMD.exe", "f120690b506dd63cd7d1112ea6af2f77", 3930376),
    3570         GAME_ENTRY("thehuntforgoldbeard", "The hunt for Goldbeard.exe", "a524cbb1c51589903c4043b98917f1d9", 4043188),
    3571         GAME_ENTRY("thehuntforshaunbinda", "For Lisa Creed Made By Dan man.exe", "fd91d116e5adc4328cb22fab0b940e4d", 30753829),
    3572         GAME_ENTRY("thehuntforshaunbindadeluxeedition", "For Lisa Creed Made By Dan man.exe", "5d6e936eaee9316e756bfe33ef8d3a19", 34290389),
    3573         GAME_ENTRY("theiraqiparadox", "0203.exe", "b25674056fe8cc0b7bf0a4409c5c5bfc", 2976283),
    3574         GAME_ENTRY("thejackyard", "The Jackyard.exe", "45d092881ef70b288382426a10251df3", 101417484),
    3575         GAME_ENTRY("thejourneyhome", "Part1.exe", "9cf51833e787cc919837d9a8bd8fc14c", 8355767),
    3576         GAME_ENTRY("thejourneyofiesir", "The Journey of Iesir.exe", "376a3f162c7940d990325c53edc20fed", 70444514),
    3577         GAME_ENTRY("thelastharvest", "The Last Harvest.exe", "f120690b506dd63cd7d1112ea6af2f77", 6253816),
    3578         GAME_ENTRY("thelastsupperawhodunnit", "THE LAST SUPPER, A WHODUNNIT.exe", "37500274a7882e8087042cc6ec851e0c", 13447848),
    3579         GAME_ENTRY("thelongtrip", "longtrip.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 184362586),
    3580         GAME_ENTRY("themajesticconspiracy", "majestic.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 17929647),
    3581         GAME_ENTRY("themarionette", "marionette.exe", "ff3d6e4edfca8b4f4f1c6cbf8e2781a6", 88408446),
    3582         GAME_ENTRY("themccarthychronicleschapter1", "McCarthy.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 29488543),
    3583         GAME_ENTRY("themcreedcasebytk", "McReedCase.exe", "4bcbc24015114752b3c7971128704689", 2982436),
    3584         GAME_ENTRY("themysteriesofstiegomoors", "mystery.exe", "0710e2ec71042617f565c01824f0cf3c", 12062769),
    3585         GAME_ENTRY("themysteryofhauntedhollow", "magic1.exe", "3128b9f90e2f954ba704414ae854d10b", 3338806),
    3586         GAME_ENTRY("thenetherworld", "netherworld.exe", "465f972675db2da6040518221af5b0ba", 2253033),
    3587         GAME_ENTRY("thenextcurse", "TNC.exe", "88cf59aad15ca331ab0f854e16c84df3", 4125146),
    3588         GAME_ENTRY("theoracle", "The Oracle.exe", "f120690b506dd63cd7d1112ea6af2f77", 7490474),
    3589         GAME_ENTRY("thepaparazziprince", "Willy.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 3403804),
    3590         GAME_ENTRY("thepark", "park.exe", "97d700529f5cc826f230c27acf81adfd", 709265),
    3591         GAME_ENTRY("theperfectmurder", "Tamz.exe", "9cf51833e787cc919837d9a8bd8fc14c", 4527709),
    3592         GAME_ENTRY("thephantominheritance", "Phantom.exe", "ec04c7917c003d9e07d4514ff25bf365", 27558669),
    3593         GAME_ENTRY("thequestfortheholysalsa", "TheQuestForTheHolySalsa.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 38506266),
    3594         GAME_ENTRY("thequesttozooloo", "Zooloo.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 14619530),
    3595         GAME_ENTRY("therail", "Rail.exe", "973f6b65820ca1f4e19704a49be99d76", 23852280),
    3596         GAME_ENTRY("theroadtomurder", "lbb.exe", "465f972675db2da6040518221af5b0ba", 1020984),
    3597         GAME_ENTRY("therobolovers", "The Robolovers.exe", "618d7dce9631229b4579340b964c6810", 63850620),
    3598         GAME_ENTRY("therotaryclub", "The Rotary Club.exe", "01823d511cc00f4de6fd920eb543c6e7", 9641709),
    3599         GAME_ENTRY("thesearch", "s??rts.exe", "465f972675db2da6040518221af5b0ba", 5465638),
    3600         GAME_ENTRY("thesecretofchunkysalsa", "TSOCS.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 3096950),
    3601         GAME_ENTRY("thesecretofgoldenriver", "tsotgr.exe", "06a03fe35791b0578068ab1873455463", 8397455),
    3602         GAME_ENTRY("thesecretofhuttongrammarschool", "1g1w.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 6584420),
    3603         GAME_ENTRY("thesecretofhuttongrammarschool", "The Secret of Hutton Grammar School VGA.ags", "8d699b21ab64b28c6b2c245c01c822fc", 64971355),
    3604         GAME_ENTRY("thesecretofhuttongrammarschool", "Hutton.exe", "da4472d08645ec27a0829667a33bd46f", 14270944),
    3605         GAME_ENTRY("thesecretofhuttongrammarschool", "Hutton.exe", "597dae6c61fa074c87fd81a8303744a7", 13564399),
    3606         GAME_ENTRY("thesecretofmountmonkey", "Mmonk.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6386620),
    3607         GAME_ENTRY("thesecretplan1runningtostandstill", "thesecretplan1.exe", "bb59de174d70797d774dec76a171352d", 447931405),
    3608         GAME_ENTRY("theshaft", "TheShaft.exe", "7ddb9e776648faed5a51170d087074e9", 24992168),
    3609         GAME_ENTRY("theshortestjourney", "The Shortest Journey.exe", "7c70226b560d6d9ffd9e165d6fbddd7e", 21503346),
    3610         GAME_ENTRY("thesmallestpoints", "The Smallest Points.exe", "fd642138b7e6374ce0a0b9a1b0510500", 29534364),
    3611         GAME_ENTRY("thesnaplock", "The Snaplock.exe", "7a3096ac0237cb6aa8e1718e28caf039", 31519102),
    3612         GAME_ENTRY("thespoons", "Spoons.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 3652176),
    3613         GAME_ENTRY("thestarryskyaboveme", "The Starry Sky Above Me.exe", "618d7dce9631229b4579340b964c6810", 14082659),
    3614         GAME_ENTRY("thestring", "String.exe", "90413e9ae57e222f8913b09d2bc847bc", 36963577),
    3615         GAME_ENTRY("thesundownmystery", "Sundown.exe", "a08ab253c4d2f255b9139f2aa5fe7006", 31839270),
    3616         GAME_ENTRY("thetombofthemoon", "TotM.exe", "f120690b506dd63cd7d1112ea6af2f77", 1632811),
    3617         GAME_ENTRY("thetrap", "Darcy.exe", "0500aacb6c176d47ac0f8158f055db83", 1164147),
    3618         GAME_ENTRY("thetreasuredmedallion", "The Treasured Medallion.exe", "504df40bf50a0859e3dc15b000dab5f6", 1091122652),
    3619         GAME_ENTRY("thetreasureoflochinch", "LochInch.exe", "6e861b1f476ff7cdf036082abb271329", 4091983),
    3620         GAME_ENTRY("theuncertaintymachine", "TUMv11.exe", "b25674056fe8cc0b7bf0a4409c5c5bfc", 20670414),
    3621         GAME_ENTRY("theuncertaintymachine", "TUMv11.exe", "b25674056fe8cc0b7bf0a4409c5c5bfc", 20672955),
    3622         GAME_ENTRY("theupliftmofopartyplan", "MI5 Bob.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 4092850),
    3623         GAME_ENTRY("thevacuum", "Spacefiles.exe", "d0ba73645e3cbf8ccd65121417f9895f", 14805166),
    3624         GAME_ENTRY("thevisitor3", "Visitor3.exe", "615e73fc1874e92d60a1996c2330ea36", 126688970),
    3625         GAME_ENTRY("thewitch", "Witch.exe", "f120690b506dd63cd7d1112ea6af2f77", 2693486),
    3626         GAME_ENTRY("thisgame", "thisgame.exe", "74aad8dfd71ed2ae9574a60be7610c43", 6271585),
    3627         GAME_ENTRY("threeguyswalkintoheaven", "Three Guys Walk Into Heaven.exe", "c45653d1c856f002ceb59a5b865ab187", 2896291),
    3628         GAME_ENTRY("tilepuzzlegame", "Puzzle01.exe", "615e73fc1874e92d60a1996c2330ea36", 2819964),
    3629         GAME_ENTRY("tiltor", "Tiltor.exe", "f120690b506dd63cd7d1112ea6af2f77", 17561878),
    3630         GAME_ENTRY("timequest1", "gam.exe", "465f972675db2da6040518221af5b0ba", 5669007),
    3631         GAME_ENTRY("timequest2", "TimeQ2.exe", "465f972675db2da6040518221af5b0ba", 5838823),
    3632         GAME_ENTRY("timesinkofchronos", "Timesink.exe", "2bc8f994a7d1e05ed45f35abf2128231", 127528679),
    3633         GAME_ENTRY("timestone", "Time Stone.exe", "a2b79cf0a58853225f7df221a6a9e528", 16256197),
    3634         GAME_ENTRY("timothylande", "Timothy Lande.exe", "0500aacb6c176d47ac0f8158f055db83", 13874628),
    3635         GAME_ENTRY("tomateundescanso", "tomate.exe", "3128b9f90e2f954ba704414ae854d10b", 8865274),
    3636         GAME_ENTRY("tmntturtlesintime", "Turtles.exe", "465f972675db2da6040518221af5b0ba", 2309552),
    3637         GAME_ENTRY("toffeetrouble", "ToffeeTrouble.exe", "acda5a3cf15b9e9e1d96bdc78f6eff60", 74459735),
    3638         GAME_ENTRY("tomhanksaway", "Tom Hanks Away.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1589035),
    3639         GAME_ENTRY("toomanykittens", "Too Many Kittens.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 3926440),
    3640         GAME_ENTRY("totalhangoverextreamzz", "hangover.exe", "72a1e963da14255d2b7523133f7147d9", 1837194),
    3641         GAME_ENTRY("tq", "TQ.exe", "465f972675db2da6040518221af5b0ba", 2420457),
    3642         GAME_ENTRY("trappedinabuilding", "T I A B.exe", "722c8bd17ace161f1bba2d9d92806eaf", 5370873),
    3643         GAME_ENTRY("trevordaisoninouterspace", "TrevorDaison.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 22641402),
    3644         GAME_ENTRY("trexandmusclesambigtroubleinspf", "Trex and Muscle Sam.exe", "91696f9333f36bdba272220c644c72e7", 120822652),
    3645         GAME_ENTRY("trilbysnotes", "notes.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5736960),
    3646         GAME_ENTRY("trilbysnotes", "notes se.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5880445),
    3647         GAME_ENTRY("trilbytheartoftheft", "artoftheft.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8940823),
    3648         GAME_ENTRY("trilbytheartoftheft", "artoftheft.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8940666), // v1.3.4
    3649         GAME_ENTRY("trivialpassyouit", "Trivial Pass You It.exe", "01823d511cc00f4de6fd920eb543c6e7", 2737077),
    3650         GAME_ENTRY("tuberainbow", "Tube Rainbow.exe", "03c8c45bd00daca1a9d75d1133df5640", 5669127),
    3651         GAME_ENTRY("tvbrder", "TvaBroder.exe", "7a669a96e488653db661d285bbc12783", 17875297),
    3652         GAME_ENTRY("twelvethirteense", "1213 SE.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 644458),
    3653         GAME_ENTRY("twelvethirteen", "1213.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 2942386),
    3654         GAME_ENTRY("twelvethirteen", "1213_ep1.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3283696), // From SE
    3655         GAME_ENTRY("twelvethirteenepisode2", "1213_ep2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3602361),
    3656         GAME_ENTRY("twelvethirteenepisode2", "1213_ep2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3656275), // From SE
    3657         GAME_ENTRY("twelvethirteenepisode3", "1213_ep3.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3205606),
    3658         GAME_ENTRY("twelvethirteenepisode3", "1213_ep3.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 3246117), // From SE
    3659         GAME_ENTRY("twentiesflappersvsthemummy", "Twenties Flappers vs The Mummy.exe", "a524cbb1c51589903c4043b98917f1d9", 15042196),
    3660         GAME_ENTRY("twoofakind", "toak.exe", "465f972675db2da6040518221af5b0ba", 24644765),
    3661         GAME_ENTRY("ucom", "UCOM.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1593175),
    3662         GAME_ENTRY("uglyfiles", "ugly.exe", "0394af1c29e1060fcdbacf2a3dd9b231", 4169486),
    3663         GAME_ENTRY("ulitsadimitrova", "ulitsa.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 291828379),
    3664         GAME_ENTRY_STEAM("unavowed", "ac2game.dat", "b1ff7d96667707daf4266975cea2bf90", 1755457364), // Mac
    3665         GAME_ENTRY_PLATFORM("unavowed", "Unavowed.exe", "b1ff7d96667707daf4266975cea2bf90", 1755451248, "Steam/GOG"), // TODO: split
    3666         GAME_ENTRY("unbound", "Unbound.exe", "900b277d7e1601c65b42868cd7fae662", 10448702),
    3667         GAME_ENTRY("unfinished", "mags.exe", "0710e2ec71042617f565c01824f0cf3c", 12092514),
    3668         GAME_ENTRY("unganeedsmumba", "UNGA needs MUMBA.exe", "2ca6bb6d5b2710ac89fea7d69c2eaf77", 5470102),
    3669         GAME_ENTRY("unintelligentdesign", "UD.exe", "5ca1bc01c5a45388bd5c84ef36077361", 6019596),
    3670         GAME_ENTRY("unprofe", "Un Profe.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 3465541),
    3671         GAME_ENTRY("updatequest", "U-Quest.exe", "06a03fe35791b0578068ab1873455463", 1776804),
    3672         GAME_ENTRY("urbanwitchstory", "Urban Witch Story.exe", "636950f50c877767bca7e2b1250632f7", 441430956),
    3673         GAME_ENTRY("utopiaoftyrant", "Utopia_of_a_Tyrant.exe", "f8a42e09e40a7ab1cd2a21f74a5e0980", 80966652),
    3674         GAME_ENTRY("vacationquestthing", "MGA.exe", "95b7dd55f6e15c8a2118856ed9fe8ff9", 943647),
    3675         GAME_ENTRY("valhallaextinction", "MAGSjuly2016.exe", "95864ae16f51c512985007dca83c1370", 4464850),
    3676         GAME_ENTRY("valis", "valis 0.70.exe", "0710e2ec71042617f565c01824f0cf3c", 4348394),
    3677         GAME_ENTRY("vankairbreak", "Airbreak.exe", "28567bd2dc355a02a0ba58749e753f87", 23126775),
    3678         GAME_ENTRY("vegetablepatchextreemturbo", "VPET.exe", "0b7529a76f38283d6e850b8d56526fc1", 2656540),
    3679         GAME_ENTRY("veggietales3d", "Veggie Tales 3D.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 5645075),
    3680         GAME_ENTRY("venator", "notarpg.exe", "58fa77748873bdecee8b3ef1b564c45e", 88605764),
    3681         GAME_ENTRY("vengeanceofthechicken", "chicken.exe", "6026f2bae1609882ae6f19f4de293786", 1808436),
    3682         GAME_ENTRY("veteranshootout", "Vet kill.exe", "0710e2ec71042617f565c01824f0cf3c", 3641458),
    3683         GAME_ENTRY("vicwreckleshalloweencostume", "vic.exe", "01d0e6bd812abaa307bcb10fc2193416", 2913241),
    3684         GAME_ENTRY("virtualpiano", "Synth.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1419081),
    3685         GAME_ENTRY("vohaulsrevenge2", "SQ XII.exe", "465f972675db2da6040518221af5b0ba", 17313307),
    3686         GAME_ENTRY("voodoodave", "vdtm.exe", "06a03fe35791b0578068ab1873455463", 4451423),
    3687         GAME_ENTRY("vpxt2", "VPET!2!.exe", "0b7529a76f38283d6e850b8d56526fc1", 12933096),
    3688         GAME_ENTRY("waltersasteroid", "HDGame.exe", "465f972675db2da6040518221af5b0ba", 8390872),
    3689         GAME_ENTRY("warstars", "MAGS.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 2356146),
    3690         GAME_ENTRY("washedashore", "Achtung!.exe", "06a03fe35791b0578068ab1873455463", 7926840),
    3691         GAME_ENTRY("washedashoredeluxe", "Washed.exe", "06a03fe35791b0578068ab1873455463", 2771873),
    3692         GAME_ENTRY("wasted", "Wasted.exe", "f120690b506dd63cd7d1112ea6af2f77", 27870661),
    3693         GAME_ENTRY("waterquest", "KOSTAS.exe", "f120690b506dd63cd7d1112ea6af2f77", 12403015),
    3694         GAME_ENTRY("wcedit", "walkcyclist.exe", "1e81f0cba7e94fb658acd8e24ff1089f", 1861346),
    3695         GAME_ENTRY("wearevectors", "WAV.exe", "a524cbb1c51589903c4043b98917f1d9", 5851536),
    3696         GAME_ENTRY("welcometodarklake", "mystery.exe", "18b284c22010850f79bc5c20054a70c4", 5438912),
    3697         GAME_ENTRY("wet", "Wet.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1271457),
    3698         GAME_ENTRY("what", "what!.exe", "08cb9ad3be9f966132d0c17f0dee471c", 48181831),
    3699         GAME_ENTRY("whatisthatthing", "somtin.exe", "0500aacb6c176d47ac0f8158f055db83", 1289618),
    3700         GAME_ENTRY("whatlinusbruckmansees", "LinusBruckman.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 320171493),
    3701         GAME_ENTRY("wherebedragons", "Where Be Dragons.exe", "d8ccbb83c73ca8520b19412ce0d8de10", 2607599),
    3702         GAME_ENTRY("wheredidsamgo", "WDSG.exe", "0710e2ec71042617f565c01824f0cf3c", 4921841),
    3703         GAME_ENTRY("wheresmhatma", "WMHM.exe", "25f919423520b921a041ec854e3a0217", 51766424),
    3704         GAME_ENTRY("whowantstoliveagain", "Bond.exe", "465f972675db2da6040518221af5b0ba", 2497443),
    3705         GAME_ENTRY("whowantstoliveforever", "WWtLF.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 6917937),
    3706         GAME_ENTRY("williamsnightmare", "Killer.exe", "0b7529a76f38283d6e850b8d56526fc1", 3991683),
    3707         GAME_ENTRY("willowhouse", "Game.exe", "5bc696cf7178870b21db6ac87972befd", 132161306),
    3708         GAME_ENTRY("winnersdontdodrugs", "windrugs.exe", "ff3358d8f2726d544aadfde4f1ec8407", 2573704),
    3709         GAME_ENTRY("winterrose", "Winter Rose.exe", "0500aacb6c176d47ac0f8158f055db83", 37444693),
    3710         GAME_ENTRY("witch", "witch.exe", "06a03fe35791b0578068ab1873455463", 10110407),
    3711         GAME_ENTRY("witchnight", "wnight.exe", "9cf51833e787cc919837d9a8bd8fc14c", 2792150),
    3712         GAME_ENTRY("witness", "Witness!.exe", "0710e2ec71042617f565c01824f0cf3c", 803884),
    3713         GAME_ENTRY("wizardhood", "wiz.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 3693530),
    3714         GAME_ENTRY("woo", "Woo.exe", "06a03fe35791b0578068ab1873455463", 4771204),
    3715         GAME_ENTRY("woolyrockbottom", "Wooly.exe", "261d108f9213356a351b35b54867f342", 3409152),
    3716         GAME_ENTRY("worldofwarcraftquest", "IMBA.exe", "3a96a134156aeccee37daae9a7d5232d", 31743641),
    3717         GAME_ENTRY("worm", "Worm.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 40704028),
    3718         GAME_ENTRY("wrathofthesolonoids", "verb.exe", "0500aacb6c176d47ac0f8158f055db83", 3582078),
    3719         GAME_ENTRY("yoda", "Yoda.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 2461339),
    3720         GAME_ENTRY("yourlate", "Your late.exe", "02635a77ab660023f59519c91329f7f5", 2719997),
    3721         GAME_ENTRY("zakrepixeled", "ZAK.exe", "06885f43ad98fa6a50772b664ad2a81b", 5090444), // v0.1.4
    3722         GAME_ENTRY("zakrepixeled", "ZAK.exe", "305a819bce4004ef3c9b1a3a9f6ac1c8", 5741632), // v0.2.2.2
    3723         GAME_ENTRY("zombiefish", "FZombie.exe", "3128b9f90e2f954ba704414ae854d10b", 4220305),
    3724         GAME_ENTRY("zooreal", "zoo_real.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 24184795),
    3725         GAME_ENTRY("zugzwang", "Zugzwang.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 17209702),
    3726 
    3727         //////////
    3728         // RuCOMM
    3729         //////////
    3730 
    3731         // RuCOMM #1. The Best Man
    3732         DEMO_ENTRY_LANG("tbdiy", "tbdiy.exe", "27343924ddad3be0b97bdcaa71858b1b", 4020251, Common::RU_RUS),
    3733         GAME_ENTRY_LANG("goodman", "goodman.exe", "465f972675db2da6040518221af5b0ba", 2699578,Common::RU_RUS),
    3734         GAME_ENTRY_LANG("evildead4", "evil dead.exe", "465f972675db2da6040518221af5b0ba", 2141432,Common::RU_RUS),
    3735 
    3736         // RuCOMM #2. Laboratory / Hotel between worlds
    3737         GAME_ENTRY_LANG("einsteinmachine", "em.exe", "bb59de174d70797d774dec76a171352d", 76169675, Common::RU_RUS),
    3738 
    3739         // RuCOMM #3. Santa Claus Summit on Canaries
    3740         GAME_ENTRY_LANG("prisonersofice", "newyearq.exe", "b26aa198e5175000f037b84d8a4038f5", 84723231, Common::RU_RUS),
    3741         DEMO_ENTRY_LANG("snowyadventures", "snowyadventures.exe", "27343924ddad3be0b97bdcaa71858b1b", 86439776, Common::RU_RUS),
    3742 
    3743         { AD_TABLE_END_MARKER, nullptr }
    3744 };
    3745 
    3746 /**
    3747  * The fallback game descriptor used by the fallback detection code
    3748  */
    3749 static AGSGameDescription g_fallbackDesc = {
    3750         {
    3751                 "",
    3752                 "",
    3753                 AD_ENTRY1(0, 0),
    3754                 Common::UNK_LANG,
    3755                 Common::kPlatformWindows,
    3756                 ADGF_NO_FLAGS,
    3757                 GUIO1(GUIO_NOLANG)
    3758         },
    3759         nullptr
    3760 };
    3761 
    3762 } // namespace AGS
     1/* ScummVM - Graphic Adventure Engine
     2 *
     3 * ScummVM is the legal property of its developers, whose names
     4 * are too numerous to list here. Please refer to the COPYRIGHT
     5 * file distributed with this source distribution.
     6 *
     7 * This program is free software; you can redistribute it and/or
     8 * modify it under the terms of the GNU General Public License
     9 * as published by the Free Software Foundation; either version 2
     10 * of the License, or (at your option) any later version.
     11 *
     12 * This program is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with this program; if not, write to the Free Software
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
     20 *
     21 */
     22
     23namespace AGS {
     24
     25const PlainGameDescriptor GAME_NAMES[] = {
     26        { "ags", "Adventure Game Studio Game" },
     27        { "ags-scan", "AGS Game Scanner" },
     28
     29        // Pre-2.5 games that aren't supported by the current AGS engine
     30        { "6da", "The 6 Day Assassin" },
     31        { "aaronsepicjourney", "Aaron's Epic Journey" },
     32        { "aceduswell", "Ace Duswell - Where's The Ace" },
     33        { "achristmastale", "A Christmas Tale" },
     34        { "adayinthefuture", "A Day In The Future" },
     35        { "adventuregame", "Adventure Game" },
     36        { "asapadventure", "ASAP Adventure" },
     37        { "bertthenewsreader", "Bert the Newsreader" },
     38        { "bobsquest2", "Bob's Quest 2: The quest for the AGS Blue cup award" },
     39        { "bookofspells1", "Book of Spells 1" },
     40        { "bookofspells2", "Book of Spells 2" },
     41        { "bookofspells3", "Book of Spells 3" },
     42        { "bluecupontherun", "BLUECUP - on the run" },
     43        { "calsoon", "Calsoon" },
     44        { "carverisland1", "The Secret of Carver Island" },
     45        { "carverisland2", "Carver Island 2: Mrs. Rodriguez's Revenge" },
     46        { "chamber", "Chamber" },
     47        { "compensation", "Compensation" },
     48        { "darts", "Darts" },
     49        { "demonslayer1", "Demon Slayer 1" },
     50        { "demonslayer2", "Demon Slayer 2" },
     51        { "demonslayer3", "Demon Slayer 3" },
     52        { "demonslayer4", "Demon Slayer 4" },
     53        { "deepbright", "Deepbright" },
     54        { "dirkchafberg", "Dirk Chafberg" },
     55        { "earwigisangry", "Earwig Is Angry!" },
     56        { "eclair1", "Eclair 1" },
     57        { "eclair2", "Eclair 2" },
     58        { "elburro", "El Burro" },
     59        { "erniesbigadventure1", "Ernie's Big Adventure" },
     60        { "erniesbigadventure2", "Ernie's Big Adventure 2" },
     61        { "exile", "Exile" },
     62        { "eyesofthejadesphinx", "Eyes of the Jade Sphinx" },
     63        { "firewall", "Firewall" },
     64        { "floyd", "Floyd" },
     65        { "gaeafallen", "Gaea Fallen" },
     66        { "gorthor", "Gorther of the Cave People" },
     67        { "grannyzombiekiller", "Granny Zombiekiller in: Mittens Murder Mystery" },
     68        { "gregsmountainousadventure", "Greg's Mountainous Adventure" },
     69        { "greysgreytadv", "Mr. Grey's Greyt Adventure" },
     70        { "hermit", "Hermit" },
     71        { "jamesbondage", "James Bondage" },
     72        { "jinglebells", "Jingle Bells" },
     73        { "kidnapped", "Kidnapped" },
     74        { "larryvales1", "Larry Vales: Traffic Division" },
     75        { "larryvales2", "Larry Vales II: Dead Girls are Easy" },
     76        { "larryvales3", "Larry Vales III: Time Heals All 'Burns" },
     77        { "lassi", "Lassi and Roger" },
     78        { "lassiandrogermeetgod", "Lassi and Roger Meet God" },
     79        { "lassiquest1", "Lassi Quest I" },
     80        { "littlejonnyevil", "Little Jonny Evil" },
     81        { "littlewillie", "Little Willie" },
     82        { "ludwig", "VonLudwig" },
     83        { "lupoinutile", "Lupo Inutile" },
     84        { "mafio", "Mafio" },
     85        { "meninbrown", "Men In Brown" },
     86        { "midtownshootout", "Anton Ulvfot's Mid-Town Shootout" },
     87        { "micv", "Monkey Island - Carnaval Vudu - Parte 1 - La Busqueda" },
     88        { "mimv", "Monkey Island - La Maldicion Vudu" },
     89        { "mivl", "Monkey Island - La Venganza de Largo" },
     90        { "momsquest", "Mom's Quest" },
     91        { "monkeyplank", "Monkey Plank" },
     92        { "moosewars", "Moose Wars: Desire For More Cows" },
     93        { "murder", "Murder" },
     94        { "nicholaswolfe1", "Nicholas Wolfe part I: Framed" },
     95        { "nightoftheplumber", "Night of the Plumber" },
     96        { "novomestro", "Novo Mestro" },
     97        { "odysseus", "The Trials of Odysseus Kent" },
     98        { "permanentdaylight", "Permanent Daylight" },
     99        { "perpetrator", "Perpetrator" },
     100        { "pizzaquest", "Pizza Quest" },
     101        { "pointblank", "Point Blank" },
     102        { "pornquest", "Porn Quest" },
     103        { "qfc", "Quest For Colours" },
     104        { "qfg412", "Quest for Glory 4 1/2" },
     105        { "racingmanager", "Racing Manager" },
     106        { "raymondskeys", "Raymond's Keys" },
     107        { "red", "Red" },
     108        { "richardlonghurst", "Richard Longhurst and the Box That At" },
     109        { "rickylonghurst", "Ricky Longhurst and the Box that Ate Time" },
     110        { "ripp", "RIPP" },
     111        { "robblanc1", "Rob Blanc I: Better Days of a Defender of the Universe" },
     112        { "robblanc2", "Rob Blanc II: Planet of the Pasteurised Pestilence" },
     113        { "robblanc3", "Rob Blanc III: The Temporal Terrorists" },
     114        { "rodekill", "Rode Kill: A Day In the Life" },
     115        { "rodequest", "Rode Quest" },
     116        { "rollinfoy", "Rollinfoy" },
     117        { "samthepiratemonkey", "Sam The Pirate Monkey" },
     118        { "slackerquest", "Slacker Quest" },
     119        { "snailquest1", "Snail Quest" },
     120        { "snailquest2", "Snail Quest 2" },
     121        { "snailquest3", "Snail Quest 3" },
     122        { "sol", "Sol" },
     123        { "space", "Space" },
     124        { "stickmen", "Stickmen" },
     125        { "superdisk", "Superdisk" },
     126        { "thecrownofgold", "The Crown of Gold" },
     127        { "theinexperiencedassassin", "The Inexperienced Assassin" },
     128        { "theisland", "The Island" },
     129        { "thendor", "Thendor" },
     130        { "thetower", "The Tower" },
     131        { "thewarp", "The Warp" },
     132        { "tommato", "Tom Mato's Grand Wing-Ding" },
     133        { "tulliesworld1", "Tullie's World 1: The Roving of Candale" },
     134        { "tvquest", "TV Quest" },
     135        { "uishowoff", "Interface Show-off" },
     136        { "waitkey", "WaitKey();" },
     137        { "winfry", "Winfry" },
     138
     139        // AGDI games. They get their own grouping because they're just that awesome
     140        { "kq1agdi", "King's Quest I: Quest for the Crown Remake" },
     141        { "kq2agdi", "King's Quest II: Romancing the Stones Remake" },
     142        { "kq3agdi", "King's Quest III Redux: To Heir is Human" },
     143        { "qfg2agdi", "Quest for Glory II: Trial by Fire Remake" },
     144
     145        // Infamous Adventures games. Likewise
     146        { "sq2fg", "Space Quest for Glory" },
     147        { "sq2vga", "Space Quest II - Vohaul's Revenge VGA Remake" },
     148        { "kq3vga", "King's Quest III: To Heir is Human VGA Remake" },
     149
     150        // Commercial games
     151        { "3geeks", "3 GEEKS" },
     152        { "alemmo", "Al Emmo And The Lost Dutchman's Mine" },
     153        { "alemmoanozira", "Al Emmo's Postcards from Anozira" },
     154        { "alum", "Alum" },
     155        { "apotheosis", "The Apotheosis Project" },
     156        { "astroloco", "Astroloco: Worst Contact"},
     157        { "atotk", "A Tale Of Two Kingdoms" },
     158        { "beer", "Beer!" },
     159        { "blackwell1", "The Blackwell Legacy" },
     160        { "blackwell2", "Blackwell Unbound" },
     161        { "blackwell3", "The Blackwell Convergence" },
     162        { "blackwell4", "The Blackwell Deception" },
     163        { "blackwell5", "The Blackwell Epiphany" },
     164        { "captaindisaster", "Captain Disaster in Death Has a Million Stomping Boots" },
     165        { "charnelhousetrilogy", "The Charnel House Trilogy" },
     166        { "chronicleofinnsmouth", "Chronicle of Innsmouth" },
     167        { "crystalshardadventurebundle", "Crystal Shard Adventure Bundle" },
     168        { "danewguys2", "Da New Guys: Day of the Jackass" },
     169        { "detectivegallo", "Detective Gallo" },
     170        { "diamondsintherough", "Diamonds in the Rough" },
     171        { "docapocalypse", "Doc Apocalypse" },
     172        { "donticeyourcool", "Don't Ice Your Cool" },
     173        { "downfall2009", "Downfall (2009)" },
     174        { "downfall2016", "Downfall (2016)" },
     175        { "dustbowl", "Dustbowl" },
     176        { "falconcity", "Falcon City" },
     177        { "feriadarles", "Feria d'Arles" },
     178        { "footballgame", "Football Game" },
     179        { "geminirue", "Gemini Rue" },
     180        { "ghostdream", "Ghostdream" },
     181        { "goldenwake", "A Golden Wake" },
     182        { "guardduty", "Guard Duty" },
     183        { "herdiscoming", "Herd is Coming" },
     184        { "justignorethem", "Just Ignore Them" },
     185        { "justignorethemremake", "Just Ignore Them (Remake)" },
     186        { "killyourself", "Kill Yourself" },
     187        { "lamplightcity", "Lamplight City" },
     188        { "legendofhand", "Legend of Hand" },
     189        { "mage", "Mage's Initiation: Reign of the Elements" },
     190        { "metaldead", "Metal Dead" },
     191        { "mybigsister", "My Big Sister" },
     192        { "neofeud", "Neofeud" },
     193        { "oott", "Order of the Thorne: The King's Challenge" },
     194        { "phantomfellows", "The Phantom Fellows" },
     195        { "primordia", "Primordia" },
     196        { "qfi", "Quest for Infamy" },
     197        { "resonance", "Resonance" },
     198        { "richardandalice", "Richard & Alice" },
     199        { "roguestate", "Rogue State" },
     200        { "samaritan", "The Samaritan Paradox" },
     201        { "shardlight", "Shardlight" },
     202        { "shivah", "Shivah" },
     203        { "strangeland", "Strangeland" },
     204        { "sumatra", "Sumatra: Fate of Yandi" },
     205        { "superjazzman", "Super Jazz Man" },
     206        { "tales", "Tales" },
     207        { "technobabylon", "Technobabylon" },
     208        { "theadventuresoffatman", "The Adventures of Fatman" },
     209        { "theantidote", "The Antidote" },
     210        { "thebeardinthemirror", "The Beard in the Mirror" },
     211        { "thecastle", "The Castle" },
     212        { "thecatlady", "The Cat Lady" },
     213        { "thesecretsofjesus", "The Secrets of Jesus" },
     214        { "theterribleoldman", "The Terrible Old Man" },
     215        { "timegentlemenplease", "Time Gentlemen, Please" },
     216        { "unavowed", "Unavowed" },
     217        { "untilihaveyou", "Until I Have You" },
     218        { "waitingfortheloop", "Waiting For the Loop" },
     219        { "welcometosunnymunarvagir", "Welcome to Sunny Munarvagir" },
     220        { "whispersofamachine", "Whispers of a Machine" },
     221        { "zniwadventure", "Zniw Adventure" },
     222        // Commercial Italian games
     223        { "onironauta", "Onironauta" },
     224
     225        // Post-2.5 games that are likely supported by the AGS engine
     226        { "10waysfromsunday", "10 Ways from Sunday" },
     227        { "1213", "1213 Episode 1" },
     228        { "15minutes", "15 Minutes" },
     229        { "1dayamosquito", "1 day a mosquito" },
     230        { "2034acaftercanada1", "2034 A.C. (After Canada)" },
     231        { "2034acaftercanada2", "2034 A.C. (After Canada) II" },
     232        { "24hours", "24 Hours" },
     233        { "3piggiesalpha", "3piggiesAlpha" },
     234        { "46memorylane", "46 Memory Lane" },
     235        { "4ofclubs", "4 of Clubs" },
     236        { "5daysastranger", "5 Days A Stranger" },
     237        { "5oclocklock", "5-O'clock Lock" },
     238        { "6daysasacrifice", "6 Days A Sacrifice" },
     239        { "6mornings", "6mornings" },
     240        { "7daysaskeptic", "7 Days A Skeptic" },
     241        { "9monthsin", "9 Months In" },
     242        { "aazor", "Aazor" },
     243        { "abducted", "Abducted" },
     244        { "abducted10mins", "Abducted 10 Minutes" },
     245        { "abduction", "Abduction" },
     246        { "abettermousetrap", "A Better Mouse Trap" },
     247        { "absent", "Absent" },
     248        { "absentpart1", "Absent - Part I" },
     249        { "absurdistan", "Absurdistan" },
     250        { "access", "_Access" },
     251        { "aceking", "Ace King" },
     252        { "acequest", "Ace Quest" },
     253        { "acharchronicles", "Achar Chronicles: Oblitus" },
     254        { "achequest", "Ache Quest" },
     255        { "achristmasblunder", "A Christmas Blunder" },
     256        { "achristmaswish", "A Christmas Wish" },
     257        { "aciddd", "ACIDDD" },
     258        { "acureforthecommoncold", "A Cure for the Common Cold" },
     259        { "adateinthepark", "A Date in the Park" },
     260        { "adaywithmichael", "A Day with Michael" },
     261        { "advallinthegame", "Adventure: All In The Game" },
     262        { "adventurequest", "Adventure Quest" },
     263        { "adventurequest2", "Adventure Quest 2" },
     264        { "adventuresofjoshanddyan", "Adventures of Josh and Dyan" },
     265        { "adventuresofmaxfaxepisode1", "Adventures of Max Fax (episode 1)" },
     266        { "adventuresofprincessmarian", "Adventures of Princess Marian" },
     267        { "adventuretheinsidejob", "Adventure: The Inside Job" },
     268        { "advwelcome", "Adventure: Welcome to the Game" },
     269        { "aerinde", "Aerinde" },
     270        { "aeronuts", "AeroNuts" },
     271        { "afragmentofher", "A Fragment of Her" },
     272        { "afriendindeed", "A Friend Indeed ..." },
     273        { "afrojones", "Afro Jones" },
     274        { "afterashadow", "After a Shadow" },
     275        { "agenthudson", "Agent Hudson" },
     276        { "agenttrinityepisode0theultimatum", "Agent Trinity - Episode 0 - The Ultimatum" },
     277        { "aggghost", "A G-G-Ghost!" },
     278        { "agitprop", "AGITPROP" },
     279        { "agnosticchicken", "Agnostic Chicken" },
     280        { "ags-mi3", "AGS MI3" },
     281        { "agsawards2008ceremony", "AGS Awards Ceremony 2008" },
     282        { "agsawards2020", "AGS Awards Ceremony 2020" },
     283        { "agsdarts", "AGS Darts" },
     284        { "agsinvaders", "AGS Invaders" },
     285        { "agsjukebox", "AGS JukeBox" },
     286        { "agsmagus", "AGS Magus" },
     287        { "agsmittensshooter", "AGS Mittens Shooter" },
     288        { "agsmoduletester", "Ags Module Tester" },
     289        { "agsyahtzee2", "AGS Yahtzee 2" },
     290        { "agsyathzee", "AGS Yathzee" },
     291        { "agunshotinroom37", "A Gunshot in Room 37" },
     292        { "ahmetsagsfightgameremix", "Ahmet's AGS Fight Game Remix" },
     293        { "aidaschristmas", "Aida's Strange Christmas" },
     294        { "ainthegoffantabulousw", "Adventures in the Galaxy of Fantabulous Wonderment" },
     295        { "airbreak", "Airbreak" },
     296        { "airwaveifoughtthelawandthelawone", "~airwave~ - I Fought the Law, And the Law One" },
     297        { "akumayosagschess275", "AGS Chess" },
     298        { "alandlordsdream", "A Landlord's Dream" },
     299        { "alansaveschristmas", "Alan saves Christmas (and most of the world too)" },
     300        { "albatheexplorer", "Alba the Explorer" },
     301        { "alienattack", "Alien Attack" },
     302        { "aliencarniage", "Alien Carniage" },
     303        { "aliencowrampage", "Alien Cow Rampage: Orion Needs Your Milk!" },
     304        { "alienpuzzleinvasion", "Alien Puzzle Invasion" },
     305        { "alienrapeescape", "Alien Rape Escape" },
     306        { "alienthreat", "Alien Threat" },
     307        { "alientimezone", "Alien Time Zone" },
     308        { "allgonesoon", "All Gone Soon" },
     309        { "allgonesoon2", "All Gone Soon 2" },
     310        { "allpigs", "All Pigs Deserve To Burn In Hell" },
     311        { "allthewaydown", "All The Way Down" },
     312        { "aloneinthenight", "Alone in the Night" },
     313        { "alphadog", "Alpha Dog" },
     314        { "alphax", "Alpha X" },
     315        { "alquest1", "Al-Quest 1" },
     316        { "alysvsthephantomfelinefoe", "Alys vs. The Phantom Feline Foe" },
     317        { "amagicstone", "A magic stone" },
     318        { "amotospuf", "Amotos Puf" },
     319        { "amongthorns", "Among Thorns" },
     320        { "amtag", "AMTAG: another medieval themed adventure game" },
     321        { "amused", "A-Mused" },
     322        { "analienswork", "An Alien's Work Is Never Done..." },
     323        { "ancientaliens", "Ancient Aliens - The Roots of Sound" },
     324        { "aneternityreflecting", "An Eternity, Reflecting" },
     325        { "anightthatwouldntend", "A Night That Wouldn't End" },
     326        { "anighttoremember", "A Night to Remember" },
     327        { "anna", "Anna's Quest" },
     328        { "annieandroidautomatedaffection", "Annie Android: Automated Affection" },
     329        { "anoblegame", "A Noble Game" },
     330        { "anthonysessay", "Anthony's Essay" },
     331        { "anticipatingmurder", "Anticipating Murder" },
     332        { "antiheroes", "Anti-Heroes" },
     333        { "apiratestale", "A pirates tale" },
     334        { "aplaceinthesun", "A Place In The Sun" },
     335        { "aplacewithoutfrontier", "A Place Without Frontier" },
     336        { "apprentice", "Apprentice" },
     337        { "apprentice2", "Apprentice 2" },
     338        { "aprofoundjourney", "A Profound Journey" },
     339        { "aractaur", "Aractaur" },
     340        { "archeos", "Archeos" },
     341        { "ardensvale", "Arden's Vale" },
     342        { "ardentfever", "Ardent Fever" },
     343        { "arewethereyet", "Are we there yet?" },
     344        { "aroomwithoutyou", "A Room Without You In It" },
     345        { "armageddonmargaret", "Armageddon Margaret" },
     346        { "asecondface", "A SECOND FACE" },
     347        { "ashortnightmare", "A Short Nightmare" },
     348        { "asimplefix", "A Simple Fix" },
     349        { "asporia", "Asporia" },
     350        { "asterix", "Asterix" },
     351        { "astranded", "Astranded" },
     352        { "astron", "Astron" },
     353        { "aswinsdream", "Aswin's Dream" },
     354        { "ataintedtreat", "A Tainted Treat" },
     355        { "ataleofbetrayal", "A Tale Of Betrayal" },
     356        { "atapi", "Atapi" },
     357        { "atotkjukebox", "ATOTK jukebox" },
     358        { "atreatandsometricks", "A Treat and Some Tricks" },
     359        { "aunaturel", "Au Naturel" },
     360        { "automation", "Automation" },
     361        { "averyspecialdog", "A very special dog" },
     362        { "awakener", "Awakener" },
     363        { "awakening", "Awakening" },
     364        { "awakeningofthesphinx", "Awakening of the Sphinx" },
     365        { "awalkindatomb", "A walk in da tomb" },
     366        { "awalkinthepark", "A Walk in the Park" },
     367        { "awayinatower", "Away in a Tower" },
     368        { "awomanforallseasons", "A Woman for All Seasons" },
     369        { "axmasevetale", "A Xmas Eve Tale" },
     370        { "backdoorman", "Back Door Man" },
     371        { "badbunker", "Bad Bunker" },
     372        { "badluck", "Bad Luck" },
     373        { "baldysadventure", "Baldy's Adventure" },
     374        { "baltazarthefamiliar", "Baltazar the Familiar" },
     375        { "bananaman", "Banana Man" },
     376        { "bananaracer", "Banana Racer" },
     377        { "barndilemma", "Barn Dilemma" },
     378        { "barnrunner1", "Barn Runner Visual Novel 1: The Mayor's New Dress" },
     379        { "barnrunner5part1", "Barn Runner 5 (Part 1)" },
     380        { "barnrunner5part2", "Barn Runner 5 (Part 2)" },
     381        { "barnrunnerholiday2", "Barn Runner: Holiday 2" },
     382        { "bartsquestfortv", "Bart's Quest For TV" },
     383        { "battlewarriors", "Battle Warriors" },
     384        { "bcremake", "Black Cauldron Remake" },
     385        { "beacon", "Beacon" },
     386        { "bear", "Bear" },
     387        { "bearinvenice", "Bear in Venice" },
     388        { "beasts", "Beasts" },
     389        { "beautiesandbeasts", "Beauties and Beasts" },
     390        { "beforethedarkcrystal2", "Before the Dark Crystal II" },
     391        { "belowzero", "Below Zero" },
     392        { "bentheredanthat", "Ben There, Dan That!" },
     393        { "berthabuttsboogie", "Bertha Butt's Boogie" },
     394        { "besieged", "besieged" },
     395        { "bestowersofeternity", "Bestowers of Eternity" },
     396        { "betweenpillars", "Between the Pillars of Creation" },
     397        { "beyondreality", "Beyond Reality" },
     398        { "beyondterror", "BEYOND TERROR" },
     399        { "beyondthehorizon", "Beyond the horizon" },
     400        { "bicschristmastale", "Bic's Christmas Tale" },
     401        { "bigbadwolf3lilpiggies", "Big Bad Wolf & 3 Lil' Piggies" },
     402        { "bigblue", "Big Blue World Domination" },
     403        { "bigglesonmars", "Biggles On Mars" },
     404        { "bigtroubleinlittleimola", "Big Trouble in Little Imola"},
     405        { "billybstar", "Billy B. Star and the Lapaset Travel Quest" },
     406        { "billyboysimportantwinelottery", "Billy Boy's Important Wine Lottery" },
     407        { "billygoatsgruff", "Billy Goats Gruff" },
     408        { "billymasterswasright", "Billy Masters Was Right" },
     409        { "bioluminescence", "Bioluminescence" },
     410        { "birdy", "Birdy" },
     411        { "bitstream", "Bitstream" },
     412        { "biwa", "Biwa of Blood" },
     413        { "bjcase1", "Ben Jordan Paranormal Investigator Case 1" },
     414        { "bjcase2", "Ben Jordan Paranormal Investigator Case 2" },
     415        { "bjcase3", "Ben Jordan Paranormal Investigator Case 3" },
     416        { "bjcase4", "Ben Jordan Paranormal Investigator Case 4" },
     417        { "bjcase5", "Ben Jordan Paranormal Investigator Case 5" },
     418        { "bjcase6", "Ben Jordan Paranormal Investigator Case 6" },
     419        { "bjcase7", "Ben Jordan Paranormal Investigator Case 7" },
     420        { "bjcase8", "Ben Jordan Paranormal Investigator Case 8" },
     421        { "blackmailinbrooklyn", "Blackmail In Brooklyn" },
     422        { "blackmorph", "Black Morph" },
     423        { "blacksect1", "Black Sect Remake" },
     424        { "blacksect2", "Black Sect 2: The Cursed Crypt" },
     425        { "blackuddertodoubloonornottodoubloon", "Blackudder: To Doubloon or not to Doubloon" },
     426        { "blindtosiberia", "Blind to Siberia" },
     427        { "bluemoon", "Blue Moon" },
     428        { "boardquest", "Board Quest" },
     429        { "bob", "Bob" },
     430        { "bobencavale", "Bob en cavale" },
     431        { "bobgoeshome", "Bob Goes Home" },
     432        { "bobgoeshomedeluxe", "Bob Goes Home Deluxe" },
     433        { "bobsquest1", "Bob's Quest 1" },
     434        { "bogsadventure", "Bog's Adventures in the Underworld" },
     435        { "bogsadventureineasy3d", "Bog's Adventure in Easy3D" },
     436        { "boogiebum", "Boogie Bum's Roger Quest" },
     437        { "boom", "Boom" },
     438        { "bowserquirkquest", "Bowser Quirk Quest" },
     439        { "box", "Box" },
     440        { "boxfight", "Boxfight" },
     441        { "boyindahood", "Boy in da hood" },
     442        { "bradbradsonkeyquest", "Brad Bradson: Key Quest" },
     443        { "breakage", "Breakage" },
     444        { "breakdown", "Breakdown" },
     445        { "brokenwindows1", "Broken Windows - Chapter 1" },
     446        { "brokenwindows2", "Broken Windows - Chapter 2" },
     447        { "brokenwindows3", "Broken Windows - Chapter 3" },
     448        { "brotherswreckers", "Brothers & Wreckers" },
     449        { "brucequest", "Bruce Quest: The Secrets of the Outback" },
     450        { "bruises", "Bruises" },
     451        { "bsg78", "BSG78 - Unexpected at the Rising Star" },
     452        { "btd", "Beyond the door" },
     453        { "bubsybobcat", "Bubsy The Bobcat In Rip Van Bubsy Starring Bubsy" },
     454        { "buccaneer", "Buccaneer" },
     455        { "bullettrain", "Bullet Train" },
     456        { "bunawantsbeer", "Buna Wants Beer" },
     457        { "bunnyquest", "BunnyQuest" },
     458        { "burymeinthesand", "Bury Me in the Sand" },
     459        { "bustinthebastille", "Bustin' the Bastille" },
     460        { "butcherstanys", "Butcher Stanys" },
     461        { "bytheswordconspiracy", "By the Sword: Conspiracy" },
     462        { "cabbagequest", "Cabbage Quest" },
     463        { "calebsdrunkenadventure", "CALEB'S DRUNKEN ADVENTURE" },
     464        { "callmegeorge1", "Call Me George, Chapter 1: Prophecy" },
     465        { "calsoon2", "Calsoon 2" },
     466        { "camp1", "Camp 1" },
     467        { "capricorn", "Tropic of Capricorn" },
     468        { "captaincringe", "Chronicles of Captain Cringe" },
     469        { "captaindisastermoon", "Captain Disaster In: The Dark Side of the Moon" },
     470        { "carrin", "Carrin" },
     471        { "carrotbobinzxspeccyworld", "Carrot Bob in ZX speccy world" },
     472        { "cartlife", "Cart Life" },
     473        { "casablancathedayafter", "Casablanca The Day After" },
     474        { "casenoir", "Case Noir" },
     475        { "castleoffire", "Castle of Fire" },
     476        { "catacombic", "Catacombic" },
     477        { "catapault", "CATapault" },
     478        { "cayannepepper", "CAYANNE PEPPER" },
     479        { "cedricandtherevolution", "Cedric and the Revolution" },
     480        { "celticchaos2fishermensfiends", "Celtic Chaos 2 - Fishermen's fiends" },
     481        { "chalksquest", "Chalk's Quest" },
     482        { "chanceofthedead", "Chance Of The Dead" },
     483        { "charamba2", "Charamba, Chapter 2: Hallowe'en" },
     484        { "charliefoxtrot", "Charlie Foxtrot" },
     485        { "chatroom", "Chatroom" },
     486        { "cheerfulscience", "Cheerful Science" },
     487        { "chekken", "cheKKen" },
     488        { "chemin", "Chemin" },
     489        { "chezapa", "Chez Apa" },
     490        { "chickchaser", "Chick Chaser" },
     491        { "chicken", "Chicken" },
     492        { "chickenfraction", "Chicken Fraction" },
     493        { "chinesecheckers", "Chinese Checkers" },
     494        { "christmaspresent", "Christmas Present" },
     495        { "christmasquest", "Christmas Quest" },
     496        { "christmasquest2", "Christmas Quest 2" },
     497        { "christmasquest3", "Christmas Quest 3: Santa's Little Helpdesk" },
     498        { "cirquedezale", "Cirque de Zale" },
     499        { "cityofthieves", "City of Thieves: Rescue Sandy" },
     500        { "claire", "Claire" },
     501        { "classnotes", "Class Notes" },
     502        { "clipl2heblinna", "Clip goes to town" },
     503        { "clotildesoffritti", "Clotilde Soffritti in Never Buy a Used Spaceship" },
     504        { "clownatthecircus", "Clown at the Circus" },
     505        { "clubofevil", "Club of Evil" },
     506        { "coeldeckaflightgame", "Coel Decka Flight Game" },
     507        { "coinrush2", "Coin Rush 2" },
     508        { "colinsimpsonleavesemployme", "Colin Simpson Leaves Employment" },
     509        { "colourclash", "Colour Clash" },
     510        { "colourwise", "ColourWise" },
     511        { "colourwiseleveleditor", "ColourWise - Level Editor" },
     512        { "columbuslander", "Columbus Lander" },
     513        { "comedyquest", "Comedy Quest" },
     514        { "comradecitizenpart1", "Comrade Citizen (part 1)" },
     515        { "confessionsofacatburglar", "Confessions Of A Cat Burglar" },
     516        { "conspiracybelowzero", "Conspiracy: Below-Zero" },
     517        { "conspiracyofsongo", "Conspiracy of Songo" },
     518        { "constancethebarbarian", "Constance the Barbarian" },
     519        { "cornersshiny", "Corner's Shiny (2013 edition)"},
     520        { "cosmos", "Cosmos" },
     521        { "cosmosquest1", "Cosmos Quest I" },
     522        { "cosmosquest2", "Cosmos Quest II" },
     523        { "cosmosquest3", "Cosmos Quest III" },
     524        { "cougarsquestforfreedom", "Cougar's Quest for Freedom" },
     525        { "counterfeit", "Counterfeit" },
     526        { "coupdecup", "Coup de Cup" },
     527        { "cow", "cow" },
     528        { "coyote1", "Coyote Episode I: The Mexican" },
     529        { "craftofevil", "Craft Of Evil" },
     530        { "crankosaurus", "Crankosaurus Prime and the Blue Crystal Pursuit" },
     531        { "crashevadedestroy", "Crash! Evade! Destroy!" },
     532        { "crave", "Crave" },
     533        { "cryo", "Cryo" },
     534        { "crypt", "Crypt" },
     535        { "cryptic", "Cryptic" },
     536        { "crystalquest", "Crystal Quest" },
     537        { "csihunt1", "CSI Hunt 1" },
     538        { "cspb", "Cake & Smurphy Puzzle Battle!" },
     539        { "cuentosinconclusos", "Unfinished Tales" },
     540        { "cyberjack", "cyberJACK" },
     541        { "daceyinthedark", "Dacey in the Dark: Prelude" },
     542        { "dakota", "Dakota" },
     543        { "daleks", "Daleks" },
     544        { "dalesfilmquest", "Dale's Film Quest" },
     545        { "damsel", "Damsel" },
     546        { "dancetilyoudrop", "Dance Til' You Drop!" },
     547        { "danewguys", "Da New Guys" },
     548        { "dangerouslandstournamentrpg", "Dangerous Lands: Rovendale Tactics 2" },
     549        { "dannydreadisoncall", "Danny Dread is On Call" },
     550        { "darkcave", "The Dark Cave: Adventure of Princess Marian IV" },
     551        { "darkofnight", "Dark of Night" },
     552        { "darktimesmerrychristmas", "Dark Times (Merry Christmas)" },
     553        { "darum", "Darum" },
     554        { "davegeneric", "Dave Generic" },
     555        { "davidletterman", "David Letterman" },
     556        { "dawnswonderedatagesend", "Dawns Wondered: At Age's End" },
     557        { "dayofthefish", "Day of the Fish" },
     558        { "ddddd", "DDDDD" },
     559        { "deaddimension", "Dead Dimension" },
     560        { "deadhand", "Dead Hand" },
     561        { "deadmeat", "Cold Meat" },
     562        { "deadofwinter", "Dead of Winter" },
     563        { "deadpixels", "Dead Pixels" },
     564        { "deathandtransfiguration", "Death and Transfiguration" },
     565        { "deathofanangel", "Death of an Angel" },
     566        { "deathsdoor", "Death's Door" },
     567        { "deathsquest", "Deat(h)'s Quest" },
     568        { "deathworeendlessfeathersdisk1", "Death Wore Endless Feathers Disk 1" },
     569        { "demogame", "Demo Game" },
     570        { "demonday", "Demon Day" },
     571        { "demonslayer5", "Demon Slayer 5" },
     572        { "derverschwundenehusky", "Der verschwundene Husky" },
     573        { "detention", "Detention" },
     574        { "devochkaquest", "Devochka Quest" },
     575        { "dgsearchofthebatterie", "Another DG game: the search of the batteries" },
     576        { "diemaskennyarlathoteps", "Die Masken Nyarlathoteps" },
     577        { "dinnerforpigeons", "Dinner for Pigeons" },
     578        { "dislocation", "Dislocation" },
     579        { "disquiet", "Disquiet" },
     580        { "doctormaze", "The Amazing Doctor Maze" },
     581        { "doctormuttonchop", "Doctor Muttonchop" },
     582        { "donalddowell", "Donald Dowell and the Ghost of Barker Manor" },
     583        { "donnaavengerofblood", "Donna: Avenger of Blood" },
     584        { "donniedarko", "Donnie Darko - The Adventure Game" },
     585        { "donspillacyconspiracyquest", "Don Spillacy Conspiracy Quest" },
     586        { "donthedweebdancedilemma", "Don the Dweeb: Dance Dilemma" },
     587        { "dontworryillbringthebeer", "Don't Worry, I'll Bring The Beer!" },
     588        { "doomgraphicadventure", "Doom: A Very Graphic Adventure" },
     589        { "dovadulasburn", "DoVaDuLa'S BuRn" },
     590        { "dragonorb", "Dragon Orb" },
     591        { "dragontales", "DragonTales" },
     592        { "dreadmacfarlane", "Dread Mac Farlane" },
     593        { "dreadmacfarlane2", "Dread Mac Farlane - Part 2 (unfinished)" },
     594        { "dreamagine", "Dreamagine" },
     595        { "dreamer", "Little Dreamer" },
     596        { "dreamsequence", "dream sequence" },
     597        { "drlutztimetravelmachine", "Dr.Lutz Time Travel Machine" },
     598        { "dumbassdrivers", "Dumbass Drivers!" },
     599        { "dungeonhands", "Dungeon Hands" },
     600        { "duskhunters", "Dusk Hunters" },
     601        { "dusttowater", "Dust to Water" },
     602        { "dutyandbeyond", "Duty and Beyond" },
     603        { "duzzquest", "DuzzQuest" },
     604        { "duzzquest2", "DuzzQuest2" },
     605        { "dysmaton", "Dysmaton" },
     606        { "earlbobby1", "Earl Bobby is looking for his Shoes" },
     607        { "earlbobby2", "Earl Bobby is looking for his Balls" },
     608        { "earlbobby3", "Earl Bobby is looking for a Loo" },
     609        { "earlmansinthebreakout", "Earl Mansin: The Breakout" },
     610        { "earthlingpriorities", "Earthling Priorities" },
     611        { "easterislanddefender", "Easter Island Defender" },
     612        { "echoesofterra", "Echoes of Terra" },
     613        { "edmund", "Edmund and the potato" },
     614        { "educatingadventuresofgirlandrabbit", "Educating Adventures of Girl and Rabbit" },
     615        { "einsteinmachine", "Einstein Machine" },
     616        { "eerieblue", "Eerie Blue" },
     617        { "electrctgui", "electrctGUI" },
     618        { "elevator", "The Elevator" },
     619        { "elfer", "Elfer" },
     620        { "elfmotorsinc", "Elf Motors Inc." },
     621        { "elforescuecraby", "ELFO:Rescue Craby" },
     622        { "eliminationbyimprovisation", "Elimination by Improvisation" },
     623        { "emeraldeyes", "Emerald Eyes" },
     624        { "emilyenough", "Emily Enough: Imprisoned" },
     625        { "emmaroide", "Emma Roide" },
     626        { "emptymindblankfate", "Empty Mind - Blank Fate" },
     627        { "enoworld", "Enoworld" },
     628        { "enterthestory", "Enter The Story" },
     629        { "equilibrium", "Equilibrium - Out of Time" },
     630        { "erictheanteater", "Eric the Anteater" },
     631        { "erkadventuresinstoneagerealestate", "Erk: Adventures in Stone Age Real Estate" },
     632        { "errand", "Errand" },
     633        { "escape", "Escape" },
     634        { "escapefromasmallroom", "Escape From a Small Room" },
     635        { "escapefromevergreenforest", "Escape From Evergreen Forest" },
     636        { "escapefromlurrilous", "Escape from Lurrilous" },
     637        { "escapefromthesalemmoons", "Escape From The Salem Moons" },
     638        { "escapefromthezombiecity", "Escape From The Zombie City" },
     639        { "escapetheship", "Escape the ship" },
     640        { "esper", "ESPER: The Town on the Edge of Darkness" },
     641        { "eternallyus", "Eternally Us" },
     642        { "eventtimer", "Event Timer" },
     643        { "evildead4", "Evil Dead 4" },
     644        { "exclamation", "!" },
     645        { "exit", "EXIT" },
     646        { "fadingshades", "Fading Shades" },
     647        { "fakethemoonlanding", "Fake the moon landing" },
     648        { "fallenangel", "Fallen Angel" },
     649        { "fallensoldier", "Fallen soldier" },
     650        { "familieherfurth", "Der neue Wahnsinn der Familie Herfurth" },
     651        { "fanbots", "Fanbots" },
     652        { "farcorners1", "The Far Corners of the World: Chapter 1 - The Book, the Box and the Key" },
     653        { "farnowhere", "FAR NOWHERE" },
     654        { "fasmo", "Fasmo!" },
     655        { "fasmogoeswest", "Fasmo Goes West" },
     656        { "fayeking", "Faye King: Jungle Jeopardy" },
     657        { "fbiquest", "FBI Quest" },
     658        { "fearaphobia", "FEARAPHOBIA" },
     659        { "featherweight", "Featherweight" },
     660        { "femspray", "FemSpray" },
     661        { "fengshuiandtheartoftvreception", "Feng Shui And The Art Of TV Reception" },
     662        { "feuersturmkapitel1", "Feuersturm - Kapitel 1" },
     663        { "feuersturmkapitel2", "Feuersturm - Kapitel 2" },
     664        { "feuersturmkapitel3", "Feuersturm - Kapitel 3" },
     665        { "fhaloness", "Fhaloness" },
     666        { "fifa2003pro", "Fifa2003Pro" },
     667        { "fightgame", "Fight Game" },
     668        { "fireflystory3d", "Firefly story 3D" },
     669        { "flamebarrel", "Flame Barrel" },
     670        { "flashbax", "Flashbax" },
     671        { "flowergirl", "flowergirl" },
     672        { "fluxworld", "Flux World" },
     673        { "forcemajeureiithezone", "Force majeure II: The Zone" },
     674        { "forfrogssakegetthefrogout", "FOR FROGS SAKE! GET THE FROG OUT!" },
     675        { "forge", "Forge" },
     676        { "forgettendeath", "Forgetten Death" },
     677        { "fortressofwonders", "Fortress of Wonders" },
     678        { "foundations", "Foundations" },
     679        { "fountainofunicorns", "Fountain of Unicorns" },
     680        { "fountainofyouth", "Indiana Jones and the Fountain of Youth" },
     681        { "framed", "Framed!" },
     682        { "frankenpooper", "Frankenpooper" },
     683        { "frankthefarmhandpart1", "Frank the Farmhand Part 1" },
     684        { "frankthefarmhandpart2", "Frank the Farmhand Part 2" },
     685        { "franticfrankoabergzwerggoneberserk", "Frantic Franko: A Bergzwerg Gone Berserk" },
     686        { "frasiercraneseattlerampage", "Frasier Crane: Seattle Rampage" },
     687        { "fredandbarneymeetthefuture", "Fred and Barney meet the future" },
     688        { "fribbeldib", "Fribbeldib" },
     689        { "frogisland", "Frog Island" },
     690        { "fsis1000000quest", "FSi's $1000000 Quest!" },
     691        { "fsisalienation", "FSi's Alienation!" },
     692        { "fsiscotmattcehotsvd", "FSi's CotMATtCEHotSVD" },
     693        { "fsismhcfhr", "FSi's MHCFHR!" },
     694        { "fsispowercowfromuranus", "FSi's POWERCOW FROM URANUS!" },
     695        { "fulkinthedreamthaus", "fulk in the dreamt haus" },
     696        { "funsunmishaps", "Fun, Sun & Mishaps" },
     697        { "funwithnumbers", "Fun With Numbers" },
     698        { "gabyking", "GabyKing" },
     699        { "gamesgalore", "Games Galore!" },
     700        { "gassesuittollis3", "Gasse Suit Tollis 3" },
     701        { "gatewayremake", "Gateway Remake" },
     702        { "genbu", "Genbu" },
     703        { "geometricshapes1circleboy", "Geometric Shapes 1: Circleboy" },
     704        { "gesundheit", "Gesundheit!" },
     705        { "getawayfrompluto", "Get away from PLUTO" },
     706        { "getfood", "Get food" },
     707        { "ghostvoyage", "Ghost Voyage" },
     708        { "glitchquest", "Glitch Quest" },
     709        { "glitchquestnofun", "Glitch Quest (nofun)" },
     710        { "gnomeshomebrewingadventure", "Gnome's Homebrewing Adventure" },
     711        { "gnrblex", "GNRBLEX" },
     712        { "goneboatfishin", "Gone Boat Fishin'" },
     713        { "goodman", "Good Man" },
     714        { "goodmorningmrgingerbread", "Good Morning, Mr. Gingerbread!" },
     715        { "goodsantabadsanta", "Good Santa, Bad Santa" },
     716        { "gotalight", "Got a Light?" },
     717        { "gpslostadventure", "G P's Lost Adventure" },
     718        { "graveyard", "Graveyard" },
     719        { "gremlin", "Gremlin" },
     720        { "grizzlygooseofgosse", "Grizzly Goose of Gosse" },
     721        { "grr", "Grr! Bearly Sane" },
     722        { "guardiansofgold", "Guardians of Gold" },
     723        { "guyslug", "Guy Slug: Private Eye" },
     724        { "guyverquest1", "Guyver Quest I: Sho Adventure" },
     725        { "guyverquest2", "Guyver Quest II: Cronos" },
     726        { "gville1", "G-ville 1" },
     727        { "hack", "Hack" },
     728        { "halloween", "Halloween" },
     729        { "halloweenhorror", "Halloween Horror" },
     730        { "hallwayofadventures", "Hallway of Adventures" },
     731        { "hangon", "Hang On" },
     732        { "happyduckieadventure", "Happy Duckie Adventure" },
     733        { "hardspaceconquestofthegayliks", "Hard Space: Conquest of the Gayliks!" },
     734        { "harrys21stbirthday", "Harry's 21st Birthday" },
     735        { "havenep1", "Haven - Episode 1" },
     736        { "heartlanddeluxe", "Heartland Deluxe" },
     737        { "heartland", "Heartland" },
     738        { "heatwave", "Heatwave" },
     739        { "heavymetalnannulfthestrangestage", "Heavy Metal Nannulf: The Strange Stage" },
     740        { "heed", "Heed" },
     741        { "helpthegame", "HELP! the game" },
     742        { "henkstroemlostincellar", "Henk Stroem Lost In Cellar" },
     743        { "henman", "Hen Man: Origins" },
     744        { "herby", "Herby" },
     745        { "heroinesquest", "Heroine's Quest: The Herald of Ragnarok" },
     746        { "hesgonehistorical", "He's Gone Historical" },
     747        { "hhgtgtowelday", "H2G2: Towel Day" },
     748        { "hiddenplains", "Hidden Plains" },
     749        { "hiddentreasureryansfortune", "Hidden Treasure: Ryan's Fortune" },
     750        { "hide", "Hide" },
     751        { "hiliaderoleagainsthell", "Hilia Derole against Hell" },
     752        { "him", "Him" },
     753        { "hitchhikersguidetothegalaxyremake", "The Hitchhiker's Guide to the Galaxy Remake" },
     754        { "hitthefreak", "Hit the Freak" },
     755        { "hlobb", "The Historical League of Bouncy Boxing" },
     756        { "hood", "Hood" },
     757        { "hope", "Hope" },
     758        { "horseparkdeluxe", "Horse Park DeLuxe" },
     759        { "horseparkfantasy", "Horse Park Fantasy" },
     760        { "hotel", "Hotel" },
     761        { "hotelhansen", "Hotel Hansen" },
     762        { "hotelhijinks", "Hotel Hijinks" },
     763        { "houseofhorror", "House of Horror" },
     764        { "howmany", "How many..." },
     765        { "howtheyfoundsilence", "How They Found Silence" },
     766        { "huongjiaoping", "Huong Jiao Ping" },
     767        { "huxzadventure", "Huxz Adventure" },
     768        { "hydeandseek", "Hyde and Seek" },
     769        { "iamjason", "IAMJASON" },
     770        { "id", "iD" },
     771        { "iforgot", "I forgot..." },
     772        { "iggrok", "Instagame: Grok" },
     773        { "igspaceadventurer", "Instagame: Space Adventurer" },
     774        { "iiispy", "III-Spy" },
     775        { "illuminationdiminishing", "IlluminationDiminishing" },
     776        { "imnotcrazyrightthecell", "I'm not crazy, right? - The Cell" },
     777        { "imnotcrazyrightthewell", "I'm not crazy, right? - The Well" },
     778        { "indycomingofage", "Indiana Jones - Coming of Age" },
     779        { "indypassageofsaints", "Indiana Jones and the Passage of Saints" },
     780        { "indyrelicoftheviking", "Indiana Jones and the relic of the viking" },
     781        { "indianarodent", "Indiana Rodent and the Raiders of the Lost Cheese" },
     782        { "indycrownofsalomon", "Indiana Jones and the Crown of Solomon" },
     783        { "infectionep2", "Infection_Ep_II" },
     784        { "infectionitheship", "Infection I - The ship" },
     785        { "inferno", "Inferno" },
     786        { "infinitemonkeys", "Infinite Monkeys" },
     787        { "insidemonkeyisland", "Inside Monkey Island" },
     788        { "insidemonkeyisland2", "Inside Monkey Island: 2nd chapter" },
     789        { "inspectorgismoe", "Inspector Gismoe" },
     790        { "integerbattleship", "Integer Battleship" },
     791        { "intergalacticspacepancake", "Intergalactic Space Pancake!" },
     792        { "intothelight", "Into The Light" },
     793        { "invincibleisland", "Invincible Island" },
     794        { "ioawn4t", "If On A Winter's Night, Four Travelers" },
     795        { "isnkill", "ISN: Kill!" },
     796        { "isos", "ISOS" },
     797        { "itsabugslife", "It's a Bugs Life" },
     798        { "iwalkedapath", "I walked a path" },
     799        { "iwantout", "I want out!" },
     800        { "iwwhiiwwhitomirotpgthegame", "IWWHIIWWHITOMIROTPG: The Game!" },
     801        { "jacob", "Jacob" },
     802        { "jacquelinewhitecurseofthemummies", "Jacqueline White - Curse of the Mummies" },
     803        { "jamesbond", "James Bond" },
     804        { "jamesinneverland", "James in Neverland" },
     805        { "jamesperis", "James Peris" },
     806        { "jamesperis2", "James Peris 2" },
     807        { "javelincatch", "Javelin Catch" },
     808        { "jimmsquest3", "Jimm's Quest III" },
     809        { "jimmysday", "Jimmy's Day" },
     810        { "jimmythetroublemaker", "Jimmy The Troublemaker" },
     811        { "joeshorriblehell", "Joe's Horrible Hell" },
     812        { "joesmiserablelife", "Joe's Miserable Life" },
     813        { "johnharris", "John Harris and the Treasure of the Pharaoh" },
     814        { "johnjebediahgunelisoladisepheret", "John Jebediah Gun e l'Isola di Sepheret" },
     815        { "johnlosthiskey", "John Lost his key" },
     816        { "johnnyrocket", "Johnny_Rocket" },
     817        { "johnsinclair", "John Sinclair - Voodoo in London" },
     818        { "jonnysmallvalley", "Jonny Smallvalley" },
     819        { "jorry", "Jorry" },
     820        { "juliusdangerous2", "Julius Dangerous 2" },
     821        { "juliusdangerousandthespaceinvaders", "Julius Dangerous .. and the space invaders" },
     822        { "justanotherpointnclickadventure", "Just Another Point n Click Adventure" },
     823        { "kanjigakusei", "Kanji Gakusei" },
     824        { "kartquest", "Kart-Quest" },
     825        { "kathyrain", "Kathy Rain" },
     826        { "keptoshi", "Keptosh I" },
     827        { "keys", "Keys" },
     828        { "killereye", "Killer Eye" },
     829        { "killjoseda", "Kill Joseda" },
     830        { "killthelights", "Kill The Lights" },
     831        { "kingdomlegends", "Kingdom Legends" },
     832        { "kingsquestfororgy", "King's Quest for Orgy" },
     833        { "kinkyisland", "Kinky Island" },
     834        { "knightquestforgoldenring", "Knight Quest for Golden Ring" },
     835        { "knightsquest3", "Knight's Quest III" },
     836        { "knightsquest4", "Knight's Quest IV" },
     837        { "knobblycrook", "The Knobbly Crook" },
     838        { "koddurova", "Kod Durova" },
     839        { "koffeekrisis", "Koffee Krisis" },
     840        { "koscheitheimmortal", "Koschei The Immortal" },
     841        { "kq3plus", "Kings Quest III+" },
     842        { "kq4retold", "King's Quest IV: The Perils of Rosella Retold" },
     843        { "kristmaskrisis", "Kristmas Krisis" },
     844        { "ktx1", "KTX-1" },
     845        { "kumastory", "Kuma Story" },
     846        { "labor", "Labor" },
     847        { "labratescape", "Lab Rat Escape" },
     848        { "labyrinth", "Labyrinth" },
     849        { "lacicuta1", "La Cicuta1" },
     850        { "lacroixpan", "La Croix Pan" },
     851        { "laffaireaspirox", "L'Affaire Aspirox" },
     852        { "lagrancastanya", "La Gran Castanya" },
     853        { "lallaveyfabianshones", "LA LLAVE Y FABIAN SHONES" },
     854        { "lamaleta", "La Maleta" },
     855        { "laodiseadelfracaso2", "La Odisea del Fracaso II" },
     856        { "laportenoire", "La porte noire" },
     857        { "larrylotter", "Larry Lotter and the Test of Time" }, // aka Warthogs
     858        { "lastnfurious", "Last'n'Furious" },
     859        { "laundryday", "Laundry Day" },
     860        { "lavablava", "Lava Blava" },
     861        { "lazaruswantspants", "Lazarus Wants Pants" },
     862        { "lazytownthenewkid", "LazyTown: The New Kid" },
     863        { "lbstoryofcedrickdusce", "LB: Story of Cedrick DUSCE!" },
     864        { "lechuckstories", "LeChuck Stories" },
     865        { "legendofrovendale", "Legend of Rovendale" },
     866        { "legendofseththebard", "Legend of Seth the Bard" },
     867        { "legendsofmardaram", "Legends of Mardaram" },
     868        { "leisuresuitlarry2", "Leisure Suit Larry 2 - Point and Click" },
     869        { "leisuresuitlarrylil", "Leisure Suit Larry: L i L" },
     870        { "lesmiserables", "Les Miserables" },
     871        { "lessthanthree", "Less Than Three" },
     872        { "lessurvivants", "Les Survivants" },
     873        { "lichdomwheresdidiputthat", "Lichdom - Where's did I put that..." },
     874        { "life", "Life" },
     875        { "lifeboatstoryofcedrick", "Lifeboat: Story of Cedrick" },
     876        { "lifeofdduck", "Life of D. Duck" },
     877        { "lifeofdduck2", "Life of D. Duck II" },
     878        { "liftreasureofthetanones", "Lif Treasure of the Tanones" },
     879        { "lightcycles", "AGS Cycles" },
     880        { "lightningmaster", "Lightning Master" },
     881        { "likeafox", "Like a Fox!" },
     882        { "limbo", "Limbo" },
     883        { "limeylizardwastewizard", "Limey Lizard: Waste Wizard" },
     884        { "litnunforgettablememories", "LitN Unforgettable Memories" },
     885        { "littlegirlinunderland", "Little Girl in Underland" },
     886        { "livingnightmaredeluxe", "Living Nightmare Deluxe" },
     887        { "livingnightmareendlessdream", "Living Nightmare: Endless Dream" },
     888        { "livingnightmarefreedom", "Living Nightmare: Freedom" },
     889        { "lockedout", "Locked Out" },
     890        { "loftusandtheskycap", "Loftus and the Sky Cap" },
     891        { "lonecase", "LoneCase" },
     892        { "lonecase2", "Lone Case 2" },
     893        { "lonecase3showdown", "LoneCase3:Showdown" },
     894        { "lonelynight", "Lonely night" },
     895        { "longexpectedfriday", "Long expected Friday" },
     896        { "lonkeyisland", "The Tale of Lonkey Island" },
     897        { "loomiireturnoftheswans", "Loom II: Return of the Swans" },
     898        { "losjovenesdelaguerra", "Los Jovenes De La Guerra" },
     899        { "lostanswers", "Lost Answers" },
     900        { "lostinparadise", "Lost In Paradise" },
     901        { "lostinthenightmare", "Lost In The Nightmare" },
     902        { "lostinthetomb", "Lost In The Tomb" },
     903        { "lostinthewoods", "Lost In The Woods" },
     904        { "lucasmaniac", "Lucas Maniac!" },
     905        { "lucidlucy", "LUCID LUCY" },
     906        { "lucylavender", "Lucy Lavender" },
     907        { "lukesexistentialnightmare", "Luke's Existential Nightmare" },
     908        { "lunarlanderprototype", "Lunar Lander Prototype" },
     909        { "lunchtimeofthedamned", "Lunchtime Of The Damned" },
     910        { "lydiaandthemysteryofnellrenomanor", "Lydia and the Mystery of Nellreno Manor" },
     911        { "maggieandmax", "Maggie and Max" },
     912        { "magic8ball", "Magic-8-Ball" },
     913        { "magicalwhatevergirlrocksoutinthestoneage", "Magical Whatever Girl Rocks Out In The Stone Age" },
     914        { "magicballoffortune", "Magic Ball of Fortune" },
     915        { "magnumpm", "Magnum, P.M" },
     916        { "magsgame", "Mags Game" },
     917        { "magsic", "Magsic" },
     918        { "magsic2", "Magsic II" },
     919        { "magsjan", "MAGS-Jan" },
     920        { "magsjune2017", "MAGS june 2017" },
     921        { "magssep2007", "MAGS Sep 2007" },
     922        { "manboy", "Man Boy" },
     923        { "maniacland", "Maniacland" },
     924        { "maniacmansiondeluxe", "Maniac Mansion Deluxe" },
     925        { "maniacmetalheadmania", "Maniac Metalhead Mania" },
     926        { "mardsrevengebytk", "Mard's Revenge by TK" },
     927        { "martyausdemall", "Marty aus dem All" },
     928        { "mash", "M*A*S*H*: The Point n' Click Adventure" },
     929        { "mastersofsound", "Masters of Sound" },
     930        { "matttothefuture", "Matt to the Future" },
     931        { "medicaltheoriesofdrkur", "Medical Theories of Dr Kur" },
     932        { "mego2008silvesteredition", "Me Go 2008: Silvester Edition" },
     933        { "megoaway", "Me Go... Away!" },
     934        { "megocannibaljungle", "Me Go Cannibal Jungle!" },
     935        { "megostore", "Me Go Store!" },
     936        { "melrin1", "Melrin: The Disciple Ordeal" },
     937        { "melrin2", "Melrin: The Pendant Quest" },
     938        { "melrin3", "Melrin: The Dragon Menace" },
     939        { "meltdrake3chapter1", "Melt & Drake 3 Chapter 1" },
     940        { "memoriesfade", "Memories Fade" },
     941        { "meninhats", "Men In Hats" },
     942        { "merrychristmas", "Merry Christmas" },
     943        { "messedupmothergoosedeluxemyassenhanced", "Messed-Up Mother Goose - DELUXE MY ASS: ENHANCED" },
     944        { "meta", "META" },
     945        { "metaphobia", "Metaphobia" },
     946        { "meteorheadrecycled", "METEORHEAD RECYCLED" },
     947        { "mi5thereturnoflechuck", "Monkey Island 5: The Return of LeChuck" },
     948        { "mibaddaytobedead", "MI:Bad Day to be Dead" },
     949        { "micarnivalofthedamned", "MI:Carnival of the Damned" },
     950        { "mickeymauserpart1", "Mickey Mauser: Part 1" },
     951        { "midastouch", "midastouch" },
     952        { "mikelechey", "Mike Lechey" },
     953        { "mikesroom2", "Mikes Room2" },
     954        { "milkshake", "Milkshake" },
     955        { "mindboggler", "MINDBOGGLER" },
     956        { "mindseye", "Mind's Eye" },
     957        { "minigame3", "Mini Game 3" },
     958        { "minigame4", "Mini Game 4" },
     959        { "missingsincemidnight", "Missing since Midnight" },
     960        { "mistdelaescueladearte", "Mist. de la Escuela de Arte" },
     961        { "mixertest", "Mixer Test" },
     962        { "mmm1", "MMM 001: Geschwisterliebe" },
     963        { "mmm2", "MMM 002: Unruhen" },
     964        { "mmm3", "MMM 003: Stubenarrest" },
     965        { "mmm4", "MMM 004: Mimikry der Emotionen" },
     966        { "mmm5", "MMM 005: Rhythmen zum Reinbeißen" },
     967        { "mmm6", "MMM 006: Er is' weg" },
     968        { "mmm7", "MMM 007: Right said Fred!?!" },
     969        { "mmm8", "MMM 008: Die Abfuhr" },
     970        { "mmm9", "MMM 009: Radioaktiv" },
     971        { "mmm10", "MMM 010: Tales of the Weird Ed" },
     972        { "mmm11", "MMM 011: Ein haariger Ausflug" },
     973        { "mmm12", "MMM 012: Serien-Special: GIGA Mansion" },
     974        { "mmm13", "MMM 013: Nur geträumt" },
     975        { "mmm14", "MMM 014: Ed's Rache für den Hamsterbraten" },
     976        { "mmm15", "MMM 015: Ortmaschine" },
     977        { "mmm16", "MMM 016: Meteor Family - Die Rückkehr des Meteoriten" },
     978        { "mmm17", "MMM 017: Das Labor" },
     979        { "mmm18", "MMM 018: Shit Happens!" },
     980        { "mmm21", "MMM 021: Rettet Kanal 13!" },
     981        { "mmm22", "MMM 022: Presserummel" },
     982        { "mmm23", "MMM 023: Das verflixte Geschenk" },
     983        { "mmm24", "MMM 024: Time Machine" },
     984        { "mmm26", "MMM 026: Zeitenwende" },
     985        { "mmm27", "MMM 027: Hamsternator" },
     986        { "mmm28", "MMM 028: Time Machine 2" },
     987        { "mmm29", "MMM 029: Flucht des Meteoriten" },
     988        { "mmm30", "MMM 030: Memories of Zak" },
     989        { "mmm31", "MMM 031: Britneys Suche" },
     990        { "mmm32", "MMM 032: The Secret of Maniac Mansion" },
     991        { "mmm33", "MMM 033: Carry on Smiley!" },
     992        { "mmm34", "MMM 034: Helden des Tages" },
     993        { "mmm35", "MMM 035: Weggebeamt" },
     994        { "mmm36", "MMM 036: Der Liebesbrief" },
     995        { "mmm37", "MMM 037: Verabredung mit Dave" },
     996        { "mmm38", "MMM 038: Rescue Mission" },
     997        { "mmm39", "MMM 039: Erinnerungen" },
     998        { "mmm40", "MMM 040: Verflixte Türen" },
     999        { "mmm41", "MMM 041: Das neue Jugendschutzgesetz" },
     1000        { "mmm42", "MMM 042: Die furchtbaren Pläne des Psycho Bernie" },
     1001        { "mmm43", "MMM 043: Vorsicht, Edna kommt!" },
     1002        { "mmm44", "MMM 044: Razors grosser Auftritt" },
     1003        { "mmm45", "MMM 045: Maniac Monday" },
     1004        { "mmm46", "MMM 046: Verschollen" },
     1005        { "mmm47", "MMM 047: Maniac Ostern" },
     1006        { "mmm48", "MMM 048: Wendy und das Buch des Todes" },
     1007        { "mmm49", "MMM 049: Clouso's grösster Coup" },
     1008        { "mmm50", "MMM 050: Das Date 3" },
     1009        { "mmm51", "MMM 051: Ortmaschine II" },
     1010        { "mmm52", "MMM 052: Ein irrer Tag eines Ronvillers" },
     1011        { "mmm53", "MMM 053: Der Klaus schlägt zurück" },
     1012        { "mmm54", "MMM 054: CSI:RONVILLE" },
     1013        { "mmm55", "MMM 055: Hamsters of the mysterious man: Chapter of dream" },
     1014        { "mmm56", "MMM 056: Grotten-Urlaub" },
     1015        { "mmm57", "MMM 057: Ein geheimnisvoller Ausflug" },
     1016        { "mmm58", "MMM 058: The People's Court" },
     1017        { "mmm59", "MMM 059: Computerliebe" },
     1018        { "mmm60", "MMM 060: Jahrmarkt der Verdammten" },
     1019        { "mmm61", "MMM 061: Bernards Room" },
     1020        { "mmm63", "MMM 063: Books - Deals unter Nachbarn" },
     1021        { "mmm64", "MMM 064: Baranoia" },
     1022        { "mmm65", "MMM 065: Save Smiley!" },
     1023        { "mmm66", "MMM 066: Hoagies neuer Freund" },
     1024        { "mmm66akt3", "MMM 066: Hoagies neuer Freund - Akt 3: Der verbotene Akt" },
     1025        { "mmm67", "MMM 067: Die Schöne und das Biest" },
     1026        { "mmm68", "MMM 068: MaMMa ante Portas" },
     1027        { "mmm69", "MMM 069: Samstag" },
     1028        { "mmm70", "MMM 070: Maniac Mansion Begins" },
     1029        { "mmm71", "MMM 071: Neue Abenteuer auf Terra" },
     1030        { "mmm72", "MMM 072: Mindbending TV" },
     1031        { "mmm73", "MMM 073: Even a broken Clock" },
     1032        { "mmm74", "MMM 074: Ted Edison and the Curse of King RootenTooten" },
     1033        { "mmm75", "MMM 075: Das Necronomicon" },
     1034        { "mmm76", "MMM 076: The Bernoulli-Show" },
     1035        { "mmm77", "MMM 077: Schwer verquer" },
     1036        { "mmm78", "MMM 078: Dumm geholfen" },
     1037        { "mmm79", "MMM 079: Der Wunsch-O-Mat" },
     1038        { "mmm80", "MMM 080: Spiel des Lebens" },
     1039        { "mmm81", "MMM 081: Bernard bricht aus!" },
     1040        { "mmm82", "MMM 082: Freundin mit Hindernissen" },
     1041        { "mmm83", "MMM 083: Chasing Hoagie" },
     1042        { "mmm84", "MMM 084: Surf'n'Ronville" },
     1043        { "mmm85", "MMM 085: Freundin mit Hindernissen - Part 2" },
     1044        { "mmm86", "MMM 086: Bernard bekommt Besuch" },
     1045        { "mmm87", "MMM 087: Das Geheimnis des Blakes Hotel von Ronville" },
     1046        { "mmm88", "MMM 088: Der alltägliche Wahnsinn" },
     1047        { "mmm89", "MMM 089: Der Weltrettungsalgorithmus - Die neue Version" },
     1048        { "mmm90", "MMM 090: Kofferpacken" },
     1049        { "mmm91", "MMM 091: Fels in der Brandung" },
     1050        { "mmm93", "MMM 093: Murder at the Moonshine Mansion" },
     1051        { "mmm94", "MMM 094: Maniac on the Mississippi" },
     1052        { "mmm95", "MMM 095: Britney's Flucht" },
     1053        { "mmm96", "MMM 096: Dave's Home Odyssey" },
     1054        { "mmm97", "MMM 097: Tollhaus-Weihnachten" },
     1055        { "mmm98", "MMM 098: Maniac Apartment" },
     1056        { "mmm99", "MMM 099: Die Premiere" },
     1057        { "mmm100", "MMM 100: Money Mansion" },
     1058        { "mmmhw1", "MMM Halloween 05-1" },
     1059        { "mmmhw2", "MMM Halloween 05-2: Escape from Maniac Mansion" },
     1060        { "mmmhw3", "MMM Halloween 05-3: Day of the Dead" },
     1061        { "mmmhw4", "MMM Halloween 05-4: MMM-Horror" },
     1062        { "mmmhw5", "MMM Halloween 05-5: Redrum" },
     1063        { "mmmhw6", "MMM Halloween 06-1: The Curse of Maniac Mansion" },
     1064        { "mmmhw7", "MMM Halloween 06-2: Hä? Ich glaub' ich spinne!" },
     1065        { "mmmhw8", "MMM Halloween 10-1: Das Monster aus der Racoon Lagoon" },
     1066        { "mmmhw9", "MMM Halloween 10-2: TMMCMFH" },
     1067        { "mmmhw10", "MMM Halloween 10-3: Und Bernard läutet zur Geisterstunde" },
     1068        { "mmmhw11", "MMM Halloween 10-4: Bad and Mad" },
     1069        { "moncul", "Mon Cul!" },
     1070        { "monkeyklon", "A Clone of Monkey Island" },
     1071        { "monkeystothemoon", "Monkeys to the Moon" },
     1072        { "monkeywrench", "monkeywrench" },
     1073        { "monsterfromthehountedhill", "Monster from the hounted hill" },
     1074        { "moonlightmoggy", "Moonlight Moggy" },
     1075        { "moose", "Moose" },
     1076        { "moose2", "Moose 2" },
     1077        { "mordimlaufrad", "Mord im Laufrad" },
     1078        { "mordy2", "Mordy2" },
     1079        { "mothersday", "Mothers Day" },
     1080        { "motlpaa", "MOTLPAA" },
     1081        { "mountainofmadness", "Mountain of Madness" },
     1082        { "mourirenmer", "Mourir en mer" },
     1083        { "mrbee", "Mr Bee" },
     1084        { "mrdangerscontest", "Mr. Danger's Contest" },
     1085        { "mudlarks", "Mudlarks" },
     1086        { "murderinthemansion", "Murder in the Mansion" },
     1087        { "murderofadrianelkwood", "Murder of Adrian Elkwood" },
     1088        { "murphyssalvagejustmyluck", "Murphy's Salvage: Just My Luck" },
     1089        { "murranchronicles1", "Murran Chronicles 1" },
     1090        { "murranchronicles2", "Murran Chronicles 2" },
     1091        { "murranchronicles3", "Murran Chronicles 3 - Life Drinker" },
     1092        { "myburdentokeep", "My Burden to Keep" },
     1093        { "mysterioushouse", "Mysterious house" },
     1094        { "mysticseer", "Mystic Seer" },
     1095        { "mythicalgambitflawlessfatality", "Mythical Gambit: Flawless Fatality" },
     1096        { "mzi", "Mission Zukunftia" },
     1097        { "mzi2", "Mission Zukunftia 2" },
     1098        { "nanobots", "Nanobots" },
     1099        { "necroquest", "Necroquest" },
     1100        { "nedysadventure", "Nedy's adventure" },
     1101        { "nekusnewtrip", "Neku's new trip" },
     1102        { "nellycootalot", "Nelly Cootalot: Spoonbeaks Ahoy!" },
     1103        { "nellycootalot-hd", "Nelly Cootalot: Spoonbeaks Ahoy! HD" },
     1104        { "neosaires2070", "Neos Aires 2070" },
     1105        { "nesquest", "NES Quest" },
     1106        { "news", "N.E.W.S." },
     1107        { "nickitandrun", "Nick it and Run!!!" },
     1108        { "niemandsland", "Das Niemandsland" },
     1109        { "nightoftheravingfeminist", "Night of the Raving Feminist" },
     1110        { "nightwork", "Nightwork" },
     1111        { "noactionjackson", "No-Action Jackson" },
     1112        { "noahsquest", "Noah's Quest" },
     1113        { "nobodycares", "Nobody Cares" },
     1114        { "noiamspartacus", "No, I Am Spartacus!" },
     1115        { "noisymountain", "Noisy Mountain" },
     1116        { "nomonkeysbanana", "No Monkey's Banana" },
     1117        { "norbisquest", "Norbi's quest" },
     1118        { "norbisquest15", "Norbi's quest 1,5" },
     1119        { "norbisquest2", "Norbi's quest 2" },
     1120        { "norbiwinterspecial", "Norbi winter special" },
     1121        { "normancooks", "Norman Cooks" },
     1122        { "norserunereader", "Norse Rune Reader" },
     1123        { "noughtscrosses", "Noughts & Crosses" },
     1124        { "oceanspiritdennisscourgeoftheunderworld", "Oceanspirit Dennis: Scourge of the Underworld" },
     1125        { "odottamaton", "Odot Tamat On" },
     1126        { "offtheclock", "Off The Clock" },
     1127        { "ohdulieber", "Oh du lieber Augustin" },
     1128        { "omnipotenttarot", "Omnipotent Tarot" },
     1129        { "onceuponacrime", "Once Upon A Crime" },
     1130        { "onceuponatime", "Once Upon A Time" },
     1131        { "one", "One" },
     1132        { "onemorefathom", "One More Fathom" },
     1133        { "oneofakindadivinecomedyofmistakes", "One Of A Kind: A Divine Comedy of Mistakes" },
     1134        { "onespytoomany", "One spy too many" },
     1135        { "oneweekoneroom", "One Week One Room" },
     1136        { "onleavingthebuilding", "On Leaving The Building" },
     1137        { "onlythegooddieyoungenglishversion", "Only The Good Die Young - english version" },
     1138        { "openquest", "OpenQuest!" },
     1139        { "operationnovi", "Operation Novi" },
     1140        { "operationsavebluecup", "Operation Save Blue Cup" },
     1141        { "orangeman", "Orange man" },
     1142        { "orowgame", "ORow Game" },
     1143        { "osdarayofhope", "OSD: A Ray of Hope" },
     1144        { "osdocd", "OSD:OCD" },
     1145        { "osdthelostworldep2", "OSD.The lost world ep 2" },
     1146        { "osher", "Boundless Osher - Osher Bli Gvulot" }, // Hebrew title: אושר בלי גבולות
     1147        { "otakurivals", "Otaku Rivals" },
     1148        { "otherworlds", "Other Worlds" },
     1149        { "otisbuildsafire", "Otis Builds a Fire" },
     1150        { "ouja", "Ouja" },
     1151        { "outbreakbyabhijitkamat", "Outbreak by Abhijit Kamat" },
     1152        { "outofgas", "Out of Gas" },
     1153        { "overtheedge", "The Journey Down: Over the Edge" },
     1154        { "owlsquest", "Owl's Quest" },
     1155        { "palettequest2", "Palette Quest 2" },
     1156        { "pandainspace", "Panda In Space" },
     1157        { "pandor", "Pandor" },
     1158        { "paperplanes", "Paper Planes" },
     1159        { "paradiselost", "Paradise Lost" },
     1160        { "parameciumcomplex", "Paramecium Complex" },
     1161        { "paranormalwarriorwithin", "Paranormal Warrior Within" },
     1162        { "party", "Party" },
     1163        { "patchwork", "Patchwork" },
     1164        { "paulaimwunderland", "Paula im Wunderland" },
     1165        { "paulmooseinspaceworld", "Paul Moose In Space World" },
     1166        { "paulquest", "Paul Quest" },
     1167        { "paulromano", "Paul Romano - Recollection" },
     1168        { "pennistheultimateinpong", "Pennis: The Ultimate in Pong!" },
     1169        { "perfidiouspetrolstation", "The Perfidious Petrol Station" },
     1170        { "perilsofpoom", "PERILS OF POOM" },
     1171        { "pesterquest", "Pester Quest" },
     1172        { "petalrose", "Petal Rose" },
     1173        { "pharmacistjones", "Pharmacist Jones" },
     1174        { "pickpocketrpg", "Pickpocket RPG" },
     1175        { "pilotlight", "Pilot Light" },
     1176        { "pimpinonparakuss", "Pimpin On Parakuss" },
     1177        { "piratefry2", "Pirate Fry 2" },
     1178        { "piratefry3", "Pirate Fry 3" },
     1179        { "pirates", "Pirates!" },
     1180        { "piratess", "Piratess" },
     1181        { "piss", "PISS" },
     1182        { "pixelhunt", "Pixel Hunt" },
     1183        { "pixia", "Pixia" },
     1184        { "pixxxelhuntertheepic", "Pixxxelhunter The Epic" },
     1185        { "pizzanostra", "Pizza Nostra" },
     1186        { "plan10frommypants", "Plan 10 from MY PANTS!!!" },
     1187        { "planetxmas", "Planet Xmas" },
     1188        { "platformerius", "Platformerius" },
     1189        { "platformhorde", "Platform Horde" },
     1190        { "pledgequest1", "Pledge Quest 1" },
     1191        { "pledgequest2", "Pledge Quest 2" },
     1192        { "pleurghburgdarkages", "Pleurghburg: Dark Ages" },
     1193        { "plumberboy", "Plumberboy" },
     1194        { "pm-cute", "PM Cute" },
     1195        { "pmuvchvt", "PMUVCHVT" },
     1196        { "pmxi", "PMXI" },
     1197        { "pocketfluffyay", "PocketFluff_yay!" },
     1198        { "politicallyyours", "Politically Yours" },
     1199        { "ponderabilia", "Ponderabilia" },
     1200        { "pong", "Pong" },
     1201        { "postmanonlydiesonce", "The Postman Only Dies Once" },
     1202        { "postmansquest", "Postman's Quest" },
     1203        { "potterrpg", "PotterRPG" },
     1204        { "powernap", "Power Nap" },
     1205        { "powerunlimited", "Power Unlimited" },
     1206        { "pqtadventure", "PQT Adventure" },
     1207        { "practicescript", "Practice Script" },
     1208        { "predatorspreyforplants", "Predators Prey For Plants" },
     1209        { "preludetoadventure", "A Prelude to an Adventure" },
     1210        { "princessandallthekingdom", "Princess and all the kingdom" },
     1211        { "princessmarianix", "Princess Marian IX" },
     1212        { "princessmariansnowfight", "Princess Marian Snow Fight!" },
     1213        { "princessmarianspigeonpinger", "Princess Marian's Pigeon Pinger" },
     1214        { "princessmarianxmagichat", "Princess Marian X: Magic Hat" },
     1215        { "principlesofevil", "Principles of Evil" },
     1216        { "principlesofevil2", "Principles of Evil II" },
     1217        { "prisonersofice", "Prisoners of Ice" },
     1218        { "prodigal", "Prodigal" },
     1219        { "profneely", "Professor Neely And The Death Ray Of Doom" },
     1220        { "projectevilspy2", "Project Evilspy II" },
     1221        { "proofoffiction", "Proof of Fiction" },
     1222        { "prototypical", "Prototypical" },
     1223        { "proxecto", "Proxecto" },
     1224        { "psychopomp", "Psychopomp" },
     1225        { "pubmasterquest2", "pub master quest.2" },
     1226        { "pubmastersquest", "Pub Masters Quest" },
     1227        { "puddypenguin", "Puddy Penguin" },
     1228        { "pupupupulaisenseikkailut", "Pupu Pupulaisen Seikkailut" },
     1229        { "purgatorio", "Purgatorio" },
     1230        { "purityofthesurf", "Purity of the Surf" },
     1231        { "pussiehunt", "Pussie Hunt" },
     1232        { "puzzlepumice", "Puzzle of the Pulchritudinous Pumice" },
     1233        { "puzzlebots", "Puzzle Bots" },
     1234        { "pxenophobe", "PXenophobe" },
     1235        { "quantumnauts", "QUANTUMNAUTS" },
     1236        { "questfighter", "Quest Fighter" },
     1237        { "questfighter2", "Quest Fighter II" },
     1238        { "questforcinema", "QuestForCinema" },
     1239        { "questforjesus", "Quest for Jesus" },
     1240        { "questforpalette", "Quest for Palette" },
     1241        { "questforthebluecup", "Quest for the Blue Cup" },
     1242        { "questforyeti", "Quest for Yeti" },
     1243        { "questforyrolg", "Quest for Yrolg" },
     1244        { "quieromorir", "Quiero Morir" },
     1245        { "quimbyquestanewdope", "Quimby Quest: A New Dope" },
     1246        { "race", "R.ACE" },
     1247        { "racist", "Racist" },
     1248        { "rackham", "Rackham" },
     1249        { "ralphtheraven", "Ralph the Raven" },
     1250        { "ramghost", "RAM Ghost" },
     1251        { "ramsesporter", "Ramses Porter and the Relay for Love" },
     1252        { "rango", "Rango" },
     1253        { "ratchannel", "Rat Channel" },
     1254        { "rayandtheguitar", "Ray and the Guitar" },
     1255        { "raybexter", "Ray Bexter" },
     1256        { "razorsinthenight", "Razors in the Night" },
     1257        { "reagentorange", "Re-Agent Orange" },
     1258        { "realityonthenorm", "Reality-on-the-Norm" },
     1259        { "recess", "Recess" },
     1260        { "recess2", "Recess 2" },
     1261        { "redbow", "Red Bow" },
     1262        { "reddwarf", "Red Dwarf" },
     1263        { "redflagg", "Red Flagg" },
     1264        { "redhotoverdrive", "Red Hot Overdrive" },
     1265        { "redpantsmeetsrobinsonclauseau", "Redpants meets Robinson Clauseau" },
     1266        { "redpantstheprincessandthebeanstalk", "Redpants: The Princess and the Beanstalk" },
     1267        { "reefriversquestforekoban", "Reef Rivers: Quest for Ekoban" },
     1268        { "returnjourney", "Return Journey" },
     1269        { "returntocivilization", "Return To Civilization" },
     1270        { "revelation", "Revelation" },
     1271        { "rickyquest", "Ricky Quest" },
     1272        { "righteouscity", "Righteous City" },
     1273        { "roadofdestiny", "Road of Destiny" },
     1274        { "roadracer", "Road Racer" },
     1275        { "roastmothergoose", "Roast Mother Goose" },
     1276        { "robbingtheprincess", "Robbing The Princess" },
     1277        { "robertredford1", "Robert Redford saves the day Ep 1" },
     1278        { "robertredford2", "Robert Redford saves the day Ep 2" },
     1279        { "robertredford3", "Robert Redford saves the day Ep 3" },
     1280        { "robmassacreofchainsawness", "Rob: Massacre of Chainsawness" },
     1281        { "robotragedy", "Robotragedy" },
     1282        { "robotragedy2", "Robotragedy 2" },
     1283        { "roccioquest", "Roccio Quest" },
     1284        { "rockabillykid", "Rockabilly Kid" },
     1285        { "rockburgerstreehouses", "Rock Burgers & Tree Houses" },
     1286        { "rockpaperscissors2", "Rock Paper Scissors Reboot" },
     1287        { "rockrockrock", "Rock Rock Rock" },
     1288        { "rockyroams", "Rocky roams" },
     1289        { "rodequest2", "Rode Quest 2" },
     1290        { "rogue", "Rogue" },
     1291        { "ronbeforethelegacy", "Ron- before the legacy" },
     1292        { "ronsixteen", "RON: Sixteen" },
     1293        { "rontimeoutintro", "RON: Time Out Intro" },
     1294        { "ronvilleviper", "MMM - Hollywood Special 2011 - Ronville VIper" },
     1295        { "roomoffear", "Room of fear" },
     1296        { "rootofallevil", "Root of All Evil" },
     1297        { "rosauradocelestialrescuefromdespair", "Rosaura Docelestial: Rescue from Despair" },
     1298        { "rotnbelusebiusarrival", "RotN:Belusebius Arrival" },
     1299        { "rowengoestowork", "Rowen Goes To Work" },
     1300        { "rs15", "rs15" },
     1301        { "rudeawakening", "Rude Awakening" },
     1302        { "runestones", "Runestones!" },
     1303        { "ryansdayout", "Ryan's Day Out" },
     1304        { "saddsonissein", "Saddson Issein" },
     1305        { "salazarsevilplan", "Salazar's evil plan" },
     1306        { "sammysquest", "Sammy's Quest" },
     1307        { "santaclausdown", "Santa Claus Down" },
     1308        { "santassidekick", "Santas Sidekick" },
     1309        { "satanquest", "Satan Quest" },
     1310        { "satchsquest", "Satch's Quest" },
     1311        { "saturdayschool", "Saturday School" },
     1312        { "saw", "Saw" },
     1313        { "saw2", "Saw 2" },
     1314        { "scaredstiffa", "Scared Stiff a" },
     1315        { "scarymaze", "Scary Maze" },
     1316        { "schwarzweissrot", "SchwarzWeissRot" },
     1317        { "scnider", "Scnider" },
     1318        { "scytheisland", "Scythe Island" },
     1319        { "searchforsanity", "Search for Sanity" },
     1320        { "seashells", "Seashells" },
     1321        { "seasongreetings2002", "Season Greetings 2002" },
     1322        { "secretquestremake", "Secret Quest Remake" },
     1323        { "secrets", "Secrets" },
     1324        { "seega16engl5", "seega16_engl_5" },
     1325        { "seegame15", "seegame15" },
     1326        { "sepulchre", "Sepulchre" },
     1327        { "sevendoors", "Seven Doors" },
     1328        { "shadesofgreye", "Shades of Greye" },
     1329        { "shadowsoftheempire", " Star Wars: Shadows of the Empire (Tech Demo)" },
     1330        { "shailadusithlenquete", "Shai-la du Sith : l'Enquete" },
     1331        { "shailaofthesith", "Shai-la of the Sith" },
     1332        { "shawshank", "The Shawshank Redemption" },
     1333        { "sheepquest", "SheepQuest" },
     1334        { "shem", "Shem" },
     1335        { "sherlock", "Sherlock" },
     1336        { "shiftersboxoutsidein", "Shifter's Box - Outside In" },
     1337        { "shoot", "Shoot" },
     1338        { "shootmyvalentine", "Shoot my Valentine" },
     1339        { "shortcut", "ShortCut" },
     1340        { "shrivel", "Shrivel" },
     1341        { "shunday", "Shunday" },
     1342        { "sierraquest1", "Sierra Quest 1 - Roberta in Love" },
     1343        { "silentknight1", "Silent Knight" },
     1344        { "silentknight2", "Silent Knight II" },
     1345        { "simonthesorcerer3", "Simon the Sorcerer 3" },
     1346        { "simshogwarts", "SimsHogwarts" },
     1347        { "skippysavestheday", "Skippy Saves The Day" },
     1348        { "slaythedragon", "Slay the Dragon" },
     1349        { "slaythedragon2", "Slay the Dragon II" },
     1350        { "slaythedragon3", "Slay the Dragon III" },
     1351        { "sleepyisland", "Sleepy Island" },
     1352        { "slimequestforpizza", "Slime-Quest for Pizza" },
     1353        { "slothforseasons", "A Sloth For Both Seasons" },
     1354        { "slugprincess", "Slug Princess" },
     1355        { "sma1", "Second Moon Adventure Part 1 - Night" },
     1356        { "sma2", "Second Moon Adventure Part 2" },
     1357        { "sma3", "Second Moon Adventure Part 3 - Rest In Peace" },
     1358        { "sma4", "Second Moon Adventure Part 4" },
     1359        { "sma6", "Second Moon Adventure Part VI" },
     1360        { "smileysquest", "Smiley's Quest" },
     1361        { "smileysquest2", "Smiley's Quest 2" },
     1362        { "smoothhide", "Smooth Hide" },
     1363        { "snakeamagsgame", "SNAKE - a MAGS game" },
     1364        { "snakesofavalon", "Snakes of Avalon" },
     1365        { "snakesonaplane", "Snakes on a plane!" },
     1366        { "snipermotherland", "Sniper and spotter serving the motherland" },
     1367        { "sniperpatriotic", "Sniper and spotter being patriotic" },
     1368        { "snowmaneatcarrot", "May the Best Snowman Eat a Carrot" },
     1369        { "snowyadventures", "Snowy Adventures" },
     1370        { "sonicandfriendsinclubhouse", "Sonic and friends in: Club house" },
     1371        { "sophiamcgrath", "Sophia McGrath" },
     1372        { "sosk", "Sosk" },
     1373        { "sovietunionstrikesback", "The Soviet Union Strikes Back" },
     1374        { "sovietunterzoegersdorf2", "Soviet Unterzoegersdorf: Sector II" },
     1375        { "sovietunterzoegersdorf", "Soviet Unterzoegersdorf" },
     1376        { "spacefreakers", "Space Freakers" },
     1377        { "spacelynxes", "Space Lynxes" },
     1378        { "spacepirates", "Space Pirates" },
     1379