Skip to content

Commit

Permalink
- add Doom2f.wad
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle authored and coelckers committed Jan 27, 2020
1 parent f9906ae commit 538af7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions wadsrc_extra/static/iwadinfo.txt
Expand Up @@ -525,6 +525,19 @@ IWad
DeleteLumps = "M_EPI1", "M_EPI2", "M_EPISOD"
}

IWad
{
Name = "DOOM 2: L'Enfer sur Terre"
Autoname = "doom.id.doom2.commercial.french"
Game = "Doom"
Config = "Doom"
IWADName = "doom2f.wad", 1
Mapinfo = "mapinfo/doom2.txt"
Compatibility = "Shorttex"
MustContain = "MAP01", "WIOBJ"
BannerColors = "ff ff ff", "a8 00 00"
}

// Doom 2 must be last to be checked because MAP01 is its only requirement
IWad
{
Expand All @@ -545,6 +558,7 @@ Names
{
"doom_complete.pk3"
"doom2.wad"
"doom2f.wad"
"plutonia.wad"
"tnt.wad"
"doomu.wad"
Expand Down Expand Up @@ -594,6 +608,7 @@ Order // Order in the IWAD selection box
{
"DOOM: Complete: WadSmoosh"
"DOOM 2: Hell on Earth"
"DOOM 2: L'Enfer sur Terre"
"Final Doom: Plutonia Experiment"
"Final Doom: TNT - Evilution"
"The Ultimate DOOM"
Expand Down

1 comment on commit 538af7b

@landfillbaby
Copy link
Contributor

@landfillbaby landfillbaby commented on 538af7b Jun 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there was already another doom2f.wad entry in the Names list, 14 lines down from the one added in this commit. is that intended or should one of them be removed?

Please sign in to comment.