diff --git a/Build/Configurations/Boom.cfg b/Build/Configurations/Boom.cfg index b4627a33..b12d1e51 100644 --- a/Build/Configurations/Boom.cfg +++ b/Build/Configurations/Boom.cfg @@ -11,6 +11,9 @@ game = "Boom"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "E1M1"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Doom.cfg b/Build/Configurations/Doom.cfg index 0f838c76..0d96698e 100644 --- a/Build/Configurations/Doom.cfg +++ b/Build/Configurations/Doom.cfg @@ -11,6 +11,9 @@ game = "Doom"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "E1M1"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Doom2.cfg b/Build/Configurations/Doom2.cfg index 7dce5959..bdd470bd 100644 --- a/Build/Configurations/Doom2.cfg +++ b/Build/Configurations/Doom2.cfg @@ -11,6 +11,9 @@ game = "Doom 2"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Edge.cfg b/Build/Configurations/Edge.cfg index 7275d0a4..1e1a99b0 100644 --- a/Build/Configurations/Edge.cfg +++ b/Build/Configurations/Edge.cfg @@ -11,6 +11,9 @@ game = "Edge"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Eternity.cfg b/Build/Configurations/Eternity.cfg index 39ade43e..8309e277 100644 --- a/Build/Configurations/Eternity.cfg +++ b/Build/Configurations/Eternity.cfg @@ -11,6 +11,9 @@ game = "Eternity"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Eternity_DoomUDMF.cfg b/Build/Configurations/Eternity_DoomUDMF.cfg index d4f62331..c819eaaa 100644 --- a/Build/Configurations/Eternity_DoomUDMF.cfg +++ b/Build/Configurations/Eternity_DoomUDMF.cfg @@ -11,6 +11,9 @@ game = "Eternity (Doom in UDMF format)"; // The format interface handles the map data format formatinterface = "UniversalMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Heretic.cfg b/Build/Configurations/Heretic.cfg index 75971096..db20a654 100644 --- a/Build/Configurations/Heretic.cfg +++ b/Build/Configurations/Heretic.cfg @@ -11,6 +11,9 @@ game = "Heretic"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "E1M1"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Hexen.cfg b/Build/Configurations/Hexen.cfg index 78e52a13..f9ab1c08 100644 --- a/Build/Configurations/Hexen.cfg +++ b/Build/Configurations/Hexen.cfg @@ -11,6 +11,9 @@ game = "Hexen"; // The format interface handles the map data format formatinterface = "HexenMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Legacy.cfg b/Build/Configurations/Legacy.cfg index 3238fa6b..949b7084 100644 --- a/Build/Configurations/Legacy.cfg +++ b/Build/Configurations/Legacy.cfg @@ -11,6 +11,9 @@ game = "Doom Legacy"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Risen3D.cfg b/Build/Configurations/Risen3D.cfg index d53a8005..3c6786a9 100644 --- a/Build/Configurations/Risen3D.cfg +++ b/Build/Configurations/Risen3D.cfg @@ -11,6 +11,9 @@ game = "Risen3D"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Skulltag_Doom.cfg b/Build/Configurations/Skulltag_Doom.cfg index 47cc5986..6ba2cdec 100644 --- a/Build/Configurations/Skulltag_Doom.cfg +++ b/Build/Configurations/Skulltag_Doom.cfg @@ -11,6 +11,9 @@ game = "Skull Tag (Doom in Doom format)"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Skulltag_DoomHexen.cfg b/Build/Configurations/Skulltag_DoomHexen.cfg index 2efb6602..0d4d8049 100644 --- a/Build/Configurations/Skulltag_DoomHexen.cfg +++ b/Build/Configurations/Skulltag_DoomHexen.cfg @@ -11,6 +11,9 @@ game = "Skull Tag (Doom in Hexen format)"; // The format interface handles the map data format formatinterface = "HexenMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/Strife.cfg b/Build/Configurations/Strife.cfg index bfbd36c0..f4306203 100644 --- a/Build/Configurations/Strife.cfg +++ b/Build/Configurations/Strife.cfg @@ -11,6 +11,9 @@ game = "Strife"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/UltDoom.cfg b/Build/Configurations/UltDoom.cfg index a9430453..30c8a2ec 100644 --- a/Build/Configurations/UltDoom.cfg +++ b/Build/Configurations/UltDoom.cfg @@ -11,6 +11,9 @@ game = "Ultimate Doom"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "E1M1"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/ZDoom_Doom.cfg b/Build/Configurations/ZDoom_Doom.cfg index 3ecb69a8..2852def8 100644 --- a/Build/Configurations/ZDoom_Doom.cfg +++ b/Build/Configurations/ZDoom_Doom.cfg @@ -11,6 +11,9 @@ game = "ZDoom (Doom in Doom format)"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/ZDoom_DoomHexen.cfg b/Build/Configurations/ZDoom_DoomHexen.cfg index b121832b..a45eae16 100644 --- a/Build/Configurations/ZDoom_DoomHexen.cfg +++ b/Build/Configurations/ZDoom_DoomHexen.cfg @@ -11,6 +11,9 @@ game = "ZDoom (Doom in Hexen format)"; // The format interface handles the map data format formatinterface = "HexenMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/ZDoom_HereticHexen.cfg b/Build/Configurations/ZDoom_HereticHexen.cfg index c0ef6dfd..d1f520f8 100644 --- a/Build/Configurations/ZDoom_HereticHexen.cfg +++ b/Build/Configurations/ZDoom_HereticHexen.cfg @@ -11,6 +11,9 @@ game = "ZDoom (Heretic in Hexen format)"; // The format interface handles the map data format formatinterface = "HexenMapSetIO"; +// Default lump name for new map +defaultlumpname = "E1M1"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/ZDoom_Hexen.cfg b/Build/Configurations/ZDoom_Hexen.cfg index 7dd864e4..bd8c9602 100644 --- a/Build/Configurations/ZDoom_Hexen.cfg +++ b/Build/Configurations/ZDoom_Hexen.cfg @@ -11,6 +11,9 @@ game = "ZDoom (Hexen)"; // The format interface handles the map data format formatinterface = "HexenMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/ZDoom_StrifeHexen.cfg b/Build/Configurations/ZDoom_StrifeHexen.cfg index 18d66f99..6931ff70 100644 --- a/Build/Configurations/ZDoom_StrifeHexen.cfg +++ b/Build/Configurations/ZDoom_StrifeHexen.cfg @@ -11,6 +11,9 @@ game = "ZDoom (Strife in Hexen format)"; // The format interface handles the map data format formatinterface = "HexenMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags diff --git a/Build/Configurations/jDoom.cfg b/Build/Configurations/jDoom.cfg index a3f8dff7..252a1adf 100644 --- a/Build/Configurations/jDoom.cfg +++ b/Build/Configurations/jDoom.cfg @@ -11,6 +11,9 @@ game = "jDoom"; // The format interface handles the map data format formatinterface = "DoomMapSetIO"; +// Default lump name for new map +defaultlumpname = "MAP01"; + // Special linedefs soundlinedefflags = 64; // See linedefflags singlesidedflags = 1; // See linedefflags