From c479f9185f3cbd08c1b37f5a79addcb76dd516cd Mon Sep 17 00:00:00 2001 From: codeimp Date: Mon, 30 Aug 2010 14:47:27 +0000 Subject: [PATCH] Update Eternity Game Configuration (thanks esselfortium) --- Build/Configurations/Eternity_Doom.cfg | 2 +- .../Includes/Eternity_linedefs.cfg | 66 +++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/Build/Configurations/Eternity_Doom.cfg b/Build/Configurations/Eternity_Doom.cfg index f06e4c2e..e163dd73 100644 --- a/Build/Configurations/Eternity_Doom.cfg +++ b/Build/Configurations/Eternity_Doom.cfg @@ -50,7 +50,7 @@ generalizedlinedefs = true; generalizedsectors = true; // Texture loading options -mixtexturesflats = false; +mixtexturesflats = true; defaulttexturescale = 1.0f; defaultflatscale = 1.0f; diff --git a/Build/Configurations/Includes/Eternity_linedefs.cfg b/Build/Configurations/Includes/Eternity_linedefs.cfg index 220dc49c..06a9af71 100644 --- a/Build/Configurations/Includes/Eternity_linedefs.cfg +++ b/Build/Configurations/Includes/Eternity_linedefs.cfg @@ -200,6 +200,12 @@ apply title = "Apply Linked Portal to Tagged Line"; prefix = ""; } + + 385 + { + title = "Apply Tagged Portal to Frontsector"; + prefix = ""; + } } @@ -280,3 +286,63 @@ attach } } + +slopes +{ + title = "Slopes"; + + 386 + { + title = "Slope Frontsector Floor To Match Backsector Height"; + prefix = ""; + } + + 387 + { + title = "Slope Frontsector Ceiling To Match Backsector Height"; + prefix = ""; + } + + 388 + { + title = "Slope Frontsector Floor And Ceiling To Match Backsector Height"; + prefix = ""; + } + + 389 + { + title = "Slope Backsector Floor To Match Frontsector Height"; + prefix = ""; + } + + 390 + { + title = "Slope Backsector Ceiling To Match Frontsector Height"; + prefix = ""; + } + + 391 + { + title = "Slope Backsector Floor And Ceiling To Match Frontsector Height"; + prefix = ""; + } + + 394 + { + title = "Copy Floor Slope of Tagged Sector to Frontsector"; + prefix = ""; + } + + 395 + { + title = "Copy Ceiling Slope of Tagged Sector to Frontsector"; + prefix = ""; + } + + 396 + { + title = "Copy Floor and Ceiling Slope of Tagged Sector to Frontsector"; + prefix = ""; + } +} +