1. There are anime and advlt mods for Morrowind as well.
2. There are some really high quality Oblivion mods that you're discounting needllessly out of hand
3. A hosting service should be judged on the merits of the hosting service.
basepath = http://planetelderscrolls.gamespy.com/View.php?view=mods = Mods.Detail&id=util = Utilities.Detail&id=save = morrowindsavegames.Detail&id=start = 1maxcount = 10 ;a guess at 10000FileCreateDir, modsFileCreateDir, utilFileCreateDir, saveloop, %maxcount% { if (a_index < start) continue FileCreateDir, mods/%a_index% FileCreateDir, util/%a_index% FileCreateDir, save/%a_index%/* msgbox %basepath%%mods%%a_index% msgbox %basepath%%save%%a_index% msgbox %basepath%%util%%a_index%*/ UrlDownloadToFile, %basepath%%mods%%a_index%, mods/%a_index%/index.htm UrlDownloadToFile, %basepath%%save%%a_index%, save/%a_index%/index.htm UrlDownloadToFile, %basepath%%util%%a_index%, util/%a_index%/index.htm};further processing here