Added support for Rise Of The Wool Ball as IWAD

This commit is contained in:
alexey.lysiuk 2017-06-10 16:05:57 +03:00
parent 8a300b99e9
commit e0ece283aa

View file

@ -1,5 +1,16 @@
// Must be sorted in identification order (easiest to recognize first!)
IWad
{
Name = "Rise Of The Wool Ball"
Autoname = "woolball.rotwb"
Game = "Doom"
Config = "WoolBall"
Mapinfo = "mapinfo/doom2.txt"
MustContain = "E3M6", "B3DED", "WORLDMAP", "NUCLSKYM", "PLANETLE", "MEOWZEKI", "ZEKIINTR", "NOWAYBAC"
BannerColors = "32 54 43", "c6 dc d1"
}
IWad
{
Name = "Delaweare"
@ -432,4 +443,5 @@ Names
"hacx2.wad"
"square1.pk3"
"delaweare.wad"
"rotwb.wad"
}