Read that article and I think about everything else on this website, Steam, and GOG already. I flat out can't install MSDE 2000. It is considered more ancient than dirt by Microsoft, and a huge security risk (probably full of juicy buffer overflows). They don't want you running obsolete software because of liability concerns. SQL 2000 and MSDE were some of the hardest hit databases back in the days of serious online database viruses, a decade ago - they were highly vulnerable to injection attacks and whatnot. When Microsoft upgraded to SQL 2008, they dropped a lot of support for older database files, but I was able to load the .mdf via using a legacy compatibility mode. The security restriction on using a blank sa password are so onerous now that I can't even configure a datasource to work with the SS database, even with full rights. The SQL service rejects insecure logins as well. Some folks seem to have had luck with old versions of MS Access, but I don't own a copy. And either way, with DataImport failing, there's no way to actually create a mod. I have wracked my brain trying to figure out just what sort of arcane format the game.db files are in - since it would seem they'd just be XML/YAML/SQL query files of some sort, with schema data, but they don't correspond to any known encryption or compression format. Even tried running them thru Trid, which says they're RPGMaker XP files (!). Since that app didn't come out until 2004, I doubt that's the case.