From 0a581754bf1ab213b6a2a05db63e2ab3ac4c19a6 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 4 Jan 2017 13:47:31 -0500 Subject: [PATCH] - Made WadSmoosh detection a lot stricter. --- wadsrc/static/iwadinfo.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/wadsrc/static/iwadinfo.txt b/wadsrc/static/iwadinfo.txt index 0340da6fda..6746c62485 100644 --- a/wadsrc/static/iwadinfo.txt +++ b/wadsrc/static/iwadinfo.txt @@ -1,17 +1,5 @@ // Must be sorted in identification order (easiest to recognize first!) -IWad -{ - Name = "DOOM: Complete: WadSmoosh" - Autoname = "doom.doom2.wadsmoosh" - Game = "Doom" - Config = "Doom" - Mapinfo = "mapinfo/doom2.txt" - Compatibility = "Shorttex" - MustContain = "SMOOSHED" - BannerColors = "a8 00 00", "a8 a8 a8" -} - IWad { Name = "Delaweare" @@ -288,6 +276,18 @@ IWad BannerColors = "54 54 54", "a8 a8 a8" } +IWad +{ + Name = "DOOM: Complete: WadSmoosh" + Autoname = "doom.doom2.wadsmoosh" + Game = "Doom" + Config = "Doom" + Mapinfo = "mapinfo/doom2.txt" + Compatibility = "Shorttex" + MustContain = "SMOOSHED", "ANIMDEFS", "LANGUAGE", "MAPINFO", "ENDOOM", "M_DOOM", "TITLEPIC", "TEXTURES" + BannerColors = "a8 00 00", "a8 a8 a8" +} + IWad { Name = "The Ultimate DOOM"