diff --git a/specs/udmf_zdoom.txt b/specs/udmf_zdoom.txt index f74016731..2326b4775 100644 --- a/specs/udmf_zdoom.txt +++ b/specs/udmf_zdoom.txt @@ -1,5 +1,5 @@ =============================================================================== -Universal Doom Map Format ZDoom extensions v1.6 - 28.04.2009 +Universal Doom Map Format ZDoom extensions v1.7 - 07.06.2009 Copyright (c) 2008 Christoph Oelckers. @@ -109,6 +109,12 @@ Note: All fields default to false unless mentioned otherwise. sidedef { + scalex_top = ; // X scale for upper texture, Default = 1.0. + scaley_top = ; // y scale for upper texture, Default = 1.0. + scalex_mid = ; // X scale for mid texture, Default = 1.0. + scaley_mid = ; // y scale for mid texture, Default = 1.0. + scalex_bottom = ; // X scale for lower texture, Default = 1.0. + scaley_bottom = ; // y scale for lower texture, Default = 1.0. offsetx_top = ; // X offset for upper texture, Default = 0.0. offsety_top = ; // y offset for upper texture, Default = 0.0. offsetx_mid = ; // X offset for mid texture, Default = 0.0. @@ -122,6 +128,8 @@ Note: All fields default to false unless mentioned otherwise. // relative to the owning sector's light level. nofakecontrast = ; // Disables use of fake contrast on this sidedef. smoothlighting = ; // Use smooth fake contrast. + clipmidtex = ; // Side's mid textures are clipped to floor and ceiling. + wrapmidtex = ; // Side's mid textures are wrapped. } sector @@ -238,6 +246,9 @@ Added blockprojectiles to lines and firstsideonly to conversion notes 1.6 28.04.2009 Added blockuse line flag. +1.7 07.06.2009 +Added sidedef scaling properties and side specific clipmidtex and wrapmidtex. + =============================================================================== EOF ===============================================================================